public final class GraphicsChainedSegment extends AbstractGraphicsDrawingOrderContainer
AbstractAFPObject.Category, AbstractAFPObject.Type| Modifier and Type | Field and Description |
|---|---|
protected static int |
MAX_DATA_LEN
The maximum segment data length
|
objectsnametripletslog, SF_CLASS, SF_HEADER| Constructor and Description |
|---|
GraphicsChainedSegment(java.lang.String name)
Main constructor
|
GraphicsChainedSegment(java.lang.String name,
byte[] predecessorNameBytes)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDataLength()
Returns the current data length
|
protected int |
getNameLength()
Returns the name length
|
java.lang.String |
toString() |
void |
writeToStream(java.io.OutputStream os)
DataStream objects must implement the writeToStream()
method to write its data to the given OutputStream
|
addAll, addObject, isComplete, isStarted, removeLast, setComplete, setStarted, writeContent, writeStartcopySF, getName, getNameBytes, setNameaddTriplet, addTriplets, getFullyQualifiedName, getTripletDataLength, getTriplets, hasTriplet, hasTriplets, setComment, setFullyQualifiedName, setObjectClassification, writeTripletswriteEndcopyChunks, copySF, truncate, writeChunksToStream, writeObjectsprotected static final int MAX_DATA_LEN
public GraphicsChainedSegment(java.lang.String name)
name - the name of this graphics segmentpublic GraphicsChainedSegment(java.lang.String name,
byte[] predecessorNameBytes)
name - the name of this graphics segmentpredecessorNameBytes - the name of the predecessor in this chainpublic int getDataLength()
getDataLength in interface StructuredDatagetDataLength in class AbstractGraphicsDrawingOrderContainerprotected int getNameLength()
getNameLength in class AbstractNamedAFPObjectpublic void writeToStream(java.io.OutputStream os)
throws java.io.IOException
writeToStream in interface StreamablewriteToStream in class AbstractStructuredObjectos - the outputsteam streamjava.io.IOException - an I/O exception of some sort has occurred.public java.lang.String toString()
toString in class AbstractNamedAFPObjectCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.