Package org.apache.fop.afp.goca
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
public class GraphicsSetCurrentPosition extends AbstractGraphicsCoord
Sets the current painting position of the graphics object
-
-
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 Constructor Description GraphicsSetCurrentPosition(int[] coords)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte
getOrderCode()
Returns the order code of this structured field-
Methods 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
-
-
-
-
Method Detail
-
getOrderCode
protected byte getOrderCode()
Returns the order code of this structured field- Specified by:
getOrderCode
in classAbstractGraphicsDrawingOrder
- Returns:
- the order code of this structured field
-
-