public class IOB_IncludeObject extends StructuredFieldBaseName
name| Constructor and Description |
|---|
IOB_IncludeObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTriplet(Triplet triplet) |
void |
decodeAFP(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config)
Decodes the given AFP data.
Parameter length specifies the length in bytes of the data to be decoded, beginning with position offset. |
AFPObjectType |
getObjectType() |
byte |
getReferenceCoordinateSystem() |
byte |
getReserved8() |
java.util.List<Triplet> |
getTriplets() |
int |
getxOrigin() |
int |
getxOriginOfContent() |
AFPOrientation |
getxRotation() |
int |
getyOrigin() |
int |
getyOriginOfContent() |
AFPOrientation |
getyRotation() |
void |
removeTriplet(Triplet triplet) |
void |
setObjectType(AFPObjectType objectType) |
void |
setReferenceCoordinateSystem(byte referenceCoordinateSystem) |
void |
setReserved8(byte reserved8) |
void |
setTriplets(java.util.List<Triplet> triplets) |
void |
setxOrigin(int xOrigin) |
void |
setxOriginOfContent(int xOriginOfContent) |
void |
setxRotation(AFPOrientation xRotation) |
void |
setyOrigin(int yOrigin) |
void |
setyOriginOfContent(int yOriginOfContent) |
void |
setyRotation(AFPOrientation yRotation) |
void |
writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
Writes the object to the given os encoded as AFP data.
|
getName, setNamecheckDataLength, getActualLength, getPadding, getStructuredFieldIntroducer, isBeginSF, isEndSF, isShallow, setPadding, setStructuredFieldIntroducer, toString, writeFullStructuredFieldpublic void decodeAFP(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config)
throws AFPParserException
IAFPDecodeableWriteabledecodeAFP in interface IAFPDecodeableWriteabledecodeAFP in class StructuredFieldBaseNamesfData - contains the AFP data to decode.offset - the byte index position where the decoding should start.length - the length in bytes of the data to be decoded, beginning with position offset.config - contains parameter used for decoding.AFPParserException - if the given AFP data are invalid.public void writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
throws java.io.IOException
IAFPDecodeableWriteablewriteAFP in interface IAFPDecodeableWriteablewriteAFP in class StructuredFieldBaseNameos - OutputStream to write to.config - contains parameter used for encoding.java.io.IOException - if a problem occurs while writing to the given OutputStream.public byte getReserved8()
public void setReserved8(byte reserved8)
public AFPObjectType getObjectType()
public void setObjectType(AFPObjectType objectType)
public int getxOrigin()
public void setxOrigin(int xOrigin)
public int getyOrigin()
public void setyOrigin(int yOrigin)
public AFPOrientation getxRotation()
public void setxRotation(AFPOrientation xRotation)
public AFPOrientation getyRotation()
public void setyRotation(AFPOrientation yRotation)
public int getxOriginOfContent()
public void setxOriginOfContent(int xOriginOfContent)
public int getyOriginOfContent()
public void setyOriginOfContent(int yOriginOfContent)
public byte getReferenceCoordinateSystem()
public void setReferenceCoordinateSystem(byte referenceCoordinateSystem)
public java.util.List<Triplet> getTriplets()
public void setTriplets(java.util.List<Triplet> triplets)
public final void addTriplet(Triplet triplet)
public final void removeTriplet(Triplet triplet)