Package org.apache.fop.afp.goca
Class GraphicsFillet
java.lang.Object
org.apache.fop.afp.modca.AbstractAFPObject
org.apache.fop.afp.goca.AbstractGraphicsDrawingOrder
org.apache.fop.afp.goca.AbstractGraphicsCoord
org.apache.fop.afp.goca.GraphicsFillet
- All Implemented Interfaces:
Streamable
,StructuredData
A GOCA graphics curved tangential line to a specified set of
straight lines drawn from the given position or current position
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.fop.afp.modca.AbstractAFPObject
AbstractAFPObject.Category, AbstractAFPObject.Type
-
Field Summary
Fields inherited from class org.apache.fop.afp.goca.AbstractGraphicsCoord
coords, relative
Fields inherited from class org.apache.fop.afp.modca.AbstractAFPObject
LOG, SF_CLASS, SF_HEADER_LENGTH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) byte
Returns the order code of this structured fieldMethods inherited from class org.apache.fop.afp.goca.AbstractGraphicsCoord
addCoords, getCoordinateDataStartIndex, getData, getDataLength, isRelative, toString, writeToStream
Methods inherited from class org.apache.fop.afp.goca.AbstractGraphicsDrawingOrder
getName
Methods inherited from class org.apache.fop.afp.modca.AbstractAFPObject
copySF, copySF, truncate, writeChunksToStream, writeObjects
-
Constructor Details
-
GraphicsFillet
public GraphicsFillet(int[] coords, boolean relative) Constructor- Parameters:
coords
- the x/y coordinates for this objectrelative
- true if uses relative drawing order
-
-
Method Details
-
getOrderCode
byte getOrderCode()Returns the order code of this structured field- Specified by:
getOrderCode
in classAbstractGraphicsDrawingOrder
- Returns:
- the order code of this structured field
-