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 AbstractAFPObject
AbstractAFPObject.Category, AbstractAFPObject.Type -
Field Summary
Fields inherited from class AbstractGraphicsCoord
coords, relativeFields inherited from class AbstractAFPObject
LOG, SF_CLASS, SF_HEADER_LENGTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) byteReturns the order code of this structured fieldMethods inherited from class AbstractGraphicsCoord
addCoords, getCoordinateDataStartIndex, getData, getDataLength, isRelative, toString, writeToStreamMethods inherited from class AbstractGraphicsDrawingOrder
getNameMethods inherited from class 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:
getOrderCodein classAbstractGraphicsDrawingOrder- Returns:
- the order code of this structured field
-