public static class GAD_DrawingOrder.GSLJ_SetLineJoin extends GAD_DrawingOrder
| Modifier and Type | Class and Description |
|---|---|
static class |
GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin |
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 |
|---|
GSLJ_SetLineJoin() |
| 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. |
GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin |
getLineJoin() |
void |
setLineJoin(GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin lineJoin) |
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 GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin getLineJoin()
public void setLineJoin(GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin lineJoin)