public static class GAD_DrawingOrder.GSPCOL_SetProcessColor extends GAD_DrawingOrder
GAD_DrawingOrder.DrawingOrder_HasPoints, GAD_DrawingOrder.GBAR_BeginArea, GAD_DrawingOrder.GBIMG_BeginImageAtGivenPosition, GAD_DrawingOrder.GBOX_BoxAtGivenPosition, GAD_DrawingOrder.GCBEZ_CubicBezierCurveAtGivenPosition, GAD_DrawingOrder.GCBIMG_BeginImageAtCurrentPosition, GAD_DrawingOrder.GCBOX_BoxAtCurrentPosition, GAD_DrawingOrder.GCCBEZ_CubicBezierCurveAtCurrentPosition, GAD_DrawingOrder.GCCHST_CharacterStringAtCurrentPosition, GAD_DrawingOrder.GCFARC_FullArcAtCurrentPosition, GAD_DrawingOrder.GCFLT_FilletAtCurrentPosition, GAD_DrawingOrder.GCHST_CharacterStringAtGivenPosition, GAD_DrawingOrder.GCLINE_LineAtCurrentPosition, GAD_DrawingOrder.GCMRK_MarkerAtCurrentPosition, GAD_DrawingOrder.GCOMT_Comment, GAD_DrawingOrder.GCPARC_PartialArcAtCurrentPosition, GAD_DrawingOrder.GCRLINE_RelativeLineAtCurrentPosition, GAD_DrawingOrder.GDGCH_SegmentCharacteristics, GAD_DrawingOrder.GEAR_EndArea, GAD_DrawingOrder.GEIMD_EndImage, GAD_DrawingOrder.GEPROL_EndProlog, GAD_DrawingOrder.GEXO_ExtendedOrder, GAD_DrawingOrder.GFARC_FullArcAtGivenPosition, GAD_DrawingOrder.GFLT_FilletAtGivenPosition, GAD_DrawingOrder.GIMD_ImageData, GAD_DrawingOrder.GLINE_LineAtGivenPosition, GAD_DrawingOrder.GMRK_MarkerAtGivenPosition, GAD_DrawingOrder.GNOP1_NopOperation, GAD_DrawingOrder.GOCA_Point, GAD_DrawingOrder.GPARC_PartialArcAtGivenPosition, GAD_DrawingOrder.GRLINE_RelativeLineAtGivenPosition, GAD_DrawingOrder.GSAP_SetArcParameters, GAD_DrawingOrder.GSBMX_SetBackgroundMix, GAD_DrawingOrder.GSCA_SetCharacterAngle, GAD_DrawingOrder.GSCC_SetCharacterCell, GAD_DrawingOrder.GSCD_SetCharacterDirection, GAD_DrawingOrder.GSCH_SetCharacterShear, GAD_DrawingOrder.GSCOL_SetColor, GAD_DrawingOrder.GSCP_SetCurrentPosition, GAD_DrawingOrder.GSCR_SetCharacterPrecision, GAD_DrawingOrder.GSCS_SetCharacterSet, GAD_DrawingOrder.GSECOL_SetExtendedColor, GAD_DrawingOrder.GSFLW_SetFractionLineWidth, GAD_DrawingOrder.GSLE_SetLineEnd, GAD_DrawingOrder.GSLJ_SetLineJoin, GAD_DrawingOrder.GSLT_SetLineType, GAD_DrawingOrder.GSLW_SetLineWidth, GAD_DrawingOrder.GSMC_SetMarkerCell, GAD_DrawingOrder.GSMP_SetMarkerPrecision, GAD_DrawingOrder.GSMS_SetMarkerSet, GAD_DrawingOrder.GSMT_SetMarkerSymbol, GAD_DrawingOrder.GSMX_SetMix, GAD_DrawingOrder.GSPCOL_SetProcessColor, GAD_DrawingOrder.GSPS_SetPatternSet, GAD_DrawingOrder.GSPT_SetPatternSymbol| Constructor and Description |
|---|
GSPCOL_SetProcessColor() |
| 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() |
short |
getLengthOfFollowingData() |
byte |
getNrOfBitsComponent1() |
byte |
getNrOfBitsComponent2() |
byte |
getNrOfBitsComponent3() |
byte |
getNrOfBitsComponent4() |
short |
getReserved2() |
int |
getReserved4_7() |
void |
setColorSpace(AFPColorSpace colorSpace) |
void |
setColorValue(byte[] colorValue) |
void |
setLengthOfFollowingData(short lengthOfFollowingData) |
void |
setNrOfBitsComponent1(byte nrOfBitsComponent1) |
void |
setNrOfBitsComponent2(byte nrOfBitsComponent2) |
void |
setNrOfBitsComponent3(byte nrOfBitsComponent3) |
void |
setNrOfBitsComponent4(byte nrOfBitsComponent4) |
void |
setReserved2(short reserved2) |
void |
setReserved4_7(int reserved4_7) |
void |
writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
Writes the object to the given os encoded as AFP data.
|
public 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 short getLengthOfFollowingData()
public void setLengthOfFollowingData(short lengthOfFollowingData)
public short getReserved2()
public void setReserved2(short reserved2)
public AFPColorSpace getColorSpace()
public void setColorSpace(AFPColorSpace colorSpace)
public int getReserved4_7()
public void setReserved4_7(int reserved4_7)
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)