public class IOC_IMImageOutputControl extends StructuredField
| Modifier and Type | Class and Description |
|---|---|
static class |
IOC_IMImageOutputControl.ImageMapping |
| Constructor and Description |
|---|
IOC_IMImageOutputControl() |
| Modifier and Type | Method and Description |
|---|---|
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. |
byte[] |
getConstantData10_17() |
byte[] |
getConstantData22_23() |
IOC_IMImageOutputControl.ImageMapping |
getxImageMapping() |
int |
getxOrigin() |
AFPOrientation |
getxRotation() |
IOC_IMImageOutputControl.ImageMapping |
getyImageMapping() |
int |
getyOrigin() |
AFPOrientation |
getyRotation() |
void |
setConstantData10_17(byte[] constantData10_17) |
void |
setConstantData22_23(byte[] constantData22_23) |
void |
setxImageMapping(IOC_IMImageOutputControl.ImageMapping xImageMapping) |
void |
setxOrigin(int xOrigin) |
void |
setxRotation(AFPOrientation xRotation) |
void |
setyImageMapping(IOC_IMImageOutputControl.ImageMapping yImageMapping) |
void |
setyOrigin(int yOrigin) |
void |
setyRotation(AFPOrientation yRotation) |
void |
writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
Writes the object to the given os encoded as AFP data.
|
checkDataLength, 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 StructuredFieldsfData - 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 StructuredFieldos - OutputStream to write to.config - contains parameter used for encoding.java.io.IOException - if a problem occurs while writing to the given OutputStream.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 byte[] getConstantData10_17()
public void setConstantData10_17(byte[] constantData10_17)
public IOC_IMImageOutputControl.ImageMapping getxImageMapping()
public void setxImageMapping(IOC_IMImageOutputControl.ImageMapping xImageMapping)
public IOC_IMImageOutputControl.ImageMapping getyImageMapping()
public void setyImageMapping(IOC_IMImageOutputControl.ImageMapping yImageMapping)
public byte[] getConstantData22_23()
public void setConstantData22_23(byte[] constantData22_23)