Uses of Class
org.apache.fop.afp.goca.GraphicsChainedSegment
-
Packages that use GraphicsChainedSegment Package Description org.apache.fop.afp.goca Contains a collection of AFP font related classes. -
-
Uses of GraphicsChainedSegment in org.apache.fop.afp.goca
Fields in org.apache.fop.afp.goca declared as GraphicsChainedSegment Modifier and Type Field Description private GraphicsChainedSegment
GraphicsData. currentSegment
the graphics segmentMethods in org.apache.fop.afp.goca that return GraphicsChainedSegment Modifier and Type Method Description GraphicsChainedSegment
GraphicsData. newSegment()
Creates a new graphics segment.GraphicsChainedSegment
GraphicsData. newSegment(boolean appended, boolean prologPresent)
Creates a new graphics segment.Methods in org.apache.fop.afp.goca with parameters of type GraphicsChainedSegment Modifier and Type Method Description void
GraphicsData. addSegment(GraphicsChainedSegment segment)
Adds the given segment to this graphics data
-