Package org.apache.fop.afp.goca
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 org.apache.fop.afp.modca.AbstractAFPObject
AbstractAFPObject.Category, AbstractAFPObject.Type
-
-
Field Summary
-
Fields inherited from class org.apache.fop.afp.modca.AbstractAFPObject
LOG, SF_CLASS, SF_HEADER_LENGTH
-
-
Constructor Summary
Constructors Constructor Description AbstractGraphicsDrawingOrder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) byte[]
getData()
Returns the coordinate datajava.lang.String
getName()
Returns the short name of this GOCA object(package private) abstract byte
getOrderCode()
Returns the order code of this structured field-
Methods inherited from class org.apache.fop.afp.modca.AbstractAFPObject
copySF, copySF, truncate, writeChunksToStream, writeObjects
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.fop.afp.Streamable
writeToStream
-
Methods inherited from interface org.apache.fop.afp.StructuredData
getDataLength
-
-
-
-
Method Detail
-
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
public java.lang.String getName()
Returns the short name of this GOCA object- Returns:
- the short name of this GOCA object
-
-