Class GraphicsSetCurrentPosition
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.GraphicsSetCurrentPosition
- All Implemented Interfaces:
Streamable, StructuredData
Sets the current painting position of the graphics object
-
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 TypeMethodDescriptionprotected 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
-
GraphicsSetCurrentPosition
public GraphicsSetCurrentPosition(int[] coords) Constructor- Parameters:
coords- the x/y coordinates for this object
-
-
Method Details
-
getOrderCode
protected byte getOrderCode()Returns the order code of this structured field- Specified by:
getOrderCodein classAbstractGraphicsDrawingOrder- Returns:
- the order code of this structured field
-