public static class PTOCAControlSequence.SEC_SetExtendedTextColor extends PTOCAControlSequence
PTOCAControlSequence.AMB_AbsoluteMoveBaseline, PTOCAControlSequence.AMI_AbsoluteMoveInline, PTOCAControlSequence.BLN_BeginLine, PTOCAControlSequence.BSU_BeginSuppression, PTOCAControlSequence.ControlSequenceFunctionType, PTOCAControlSequence.ControlSequenceIntroducer, PTOCAControlSequence.DBR_DrawBaxisRule, PTOCAControlSequence.DIR_DrawIaxisRule, PTOCAControlSequence.ESU_EndSuppression, PTOCAControlSequence.NOP_NoOperation, PTOCAControlSequence.OVS_Overstrike, PTOCAControlSequence.PTOCA_BypassFlag, PTOCAControlSequence.RMB_RelativeMoveBaseline, PTOCAControlSequence.RMI_RelativeMoveInline, PTOCAControlSequence.RPS_RepeatString, PTOCAControlSequence.SBI_SetBaselineIncrement, PTOCAControlSequence.SCFL_SetCodedFontLocal, PTOCAControlSequence.SEC_SetExtendedTextColor, PTOCAControlSequence.SIA_SetIntercharacterAdjustment, PTOCAControlSequence.SIM_SetInlineMargin, PTOCAControlSequence.STC_SetTextColor, PTOCAControlSequence.STO_SetTextOrientation, PTOCAControlSequence.SVI_SetVariableSpaceCharacterIncrement, PTOCAControlSequence.TBM_TemporaryBaselineMove, PTOCAControlSequence.TRN_TransparentData, PTOCAControlSequence.Undefined, PTOCAControlSequence.USC_Underscore| Constructor and Description |
|---|
SEC_SetExtendedTextColor() |
| 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. |
AFPColorSpace |
getColorSpace() |
byte[] |
getColorValue() |
byte |
getNrOfBitsComponent1() |
byte |
getNrOfBitsComponent2() |
byte |
getNrOfBitsComponent3() |
byte |
getNrOfBitsComponent4() |
byte |
getReserved4() |
byte[] |
getReserved6_9() |
void |
setColorSpace(AFPColorSpace colorSpace) |
void |
setColorValue(byte[] colorValue) |
void |
setNrOfBitsComponent1(byte nrOfBitsComponent1) |
void |
setNrOfBitsComponent2(byte nrOfBitsComponent2) |
void |
setNrOfBitsComponent3(byte nrOfBitsComponent3) |
void |
setNrOfBitsComponent4(byte nrOfBitsComponent4) |
void |
setReserved4(byte reserved4) |
void |
setReserved6_9(byte[] reserved6_9) |
void |
writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
Writes the object to the given os encoded as AFP data.
|
getCsi, setCsipublic void decodeAFP(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config)
throws AFPParserException
IAFPDecodeableWriteablesfData - 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
IAFPDecodeableWriteableos - 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 getReserved4()
public void setReserved4(byte reserved4)
public AFPColorSpace getColorSpace()
public void setColorSpace(AFPColorSpace colorSpace)
public byte[] getReserved6_9()
public void setReserved6_9(byte[] reserved6_9)
public byte getNrOfBitsComponent1()
public void setNrOfBitsComponent1(byte nrOfBitsComponent1)
public byte getNrOfBitsComponent2()
public void setNrOfBitsComponent2(byte nrOfBitsComponent2)
public byte getNrOfBitsComponent3()
public void setNrOfBitsComponent3(byte nrOfBitsComponent3)
public byte getNrOfBitsComponent4()
public void setNrOfBitsComponent4(byte nrOfBitsComponent4)
public byte[] getColorValue()
public void setColorValue(byte[] colorValue)