|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.afp.modca.AbstractAFPObject
org.apache.fop.afp.modca.triplets.AbstractTriplet
public abstract class AbstractTriplet
A simple implementation of a MOD:CA triplet
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.fop.afp.modca.AbstractAFPObject |
---|
AbstractAFPObject.Category, AbstractAFPObject.Type |
Field Summary | |
---|---|
protected byte |
id
the triplet identifier |
Fields inherited from class org.apache.fop.afp.modca.AbstractAFPObject |
---|
log, SF_CLASS, SF_HEADER |
Constructor Summary | |
---|---|
AbstractTriplet(byte id)
Constructor |
Method Summary | |
---|---|
byte[] |
getData()
Returns the structured triplet data array |
byte |
getId()
Returns the triplet identifier |
Methods inherited from class org.apache.fop.afp.modca.AbstractAFPObject |
---|
copyChunks, 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 |
Field Detail |
---|
protected final byte id
Constructor Detail |
---|
public AbstractTriplet(byte id)
id
- the triplet identifier (see static definitions above)Method Detail |
---|
public byte getId()
public byte[] getData()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |