Class AbstractGraphicsDrawingOrder
java.lang.Object
org.apache.fop.afp.modca.AbstractAFPObject
org.apache.fop.afp.goca.AbstractGraphicsDrawingOrder
- All Implemented Interfaces:
Streamable, StructuredData
- Direct Known Subclasses:
AbstractGraphicsCoord, GraphicsAreaBegin, GraphicsAreaEnd, GraphicsEndProlog, GraphicsImage, GraphicsSetCharacterSet, GraphicsSetFractionalLineWidth, GraphicsSetLineType, GraphicsSetLineWidth, GraphicsSetMix, GraphicsSetPatternSymbol, GraphicsSetProcessColor
public abstract class AbstractGraphicsDrawingOrder
extends AbstractAFPObject
implements StructuredData
A base GOCA drawing order
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractAFPObject
AbstractAFPObject.Category, AbstractAFPObject.Type -
Field Summary
Fields inherited from class AbstractAFPObject
LOG, SF_CLASS, SF_HEADER_LENGTH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractAFPObject
copySF, copySF, truncate, writeChunksToStream, writeObjectsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Streamable
writeToStreamMethods inherited from interface StructuredData
getDataLength
-
Constructor Details
-
AbstractGraphicsDrawingOrder
public AbstractGraphicsDrawingOrder()
-
-
Method Details
-
getOrderCode
abstract byte getOrderCode()Returns the order code of this structured field- Returns:
- the order code of this structured field
-
getData
byte[] getData()Returns the coordinate data- Returns:
- the coordinate data
-
getName
Returns the short name of this GOCA object- Returns:
- the short name of this GOCA object
-