public static class GDD_Parameter.SetCurrentDefaultInstruction.LineAttributes extends GDD_Parameter.SetCurrentDefaultInstruction
GDD_Parameter.SetCurrentDefaultInstruction.ArcParameters, GDD_Parameter.SetCurrentDefaultInstruction.CharacterAttributes, GDD_Parameter.SetCurrentDefaultInstruction.DrawingAttributes, GDD_Parameter.SetCurrentDefaultInstruction.Flag, GDD_Parameter.SetCurrentDefaultInstruction.LineAttributes, GDD_Parameter.SetCurrentDefaultInstruction.MarkerAttributes, GDD_Parameter.SetCurrentDefaultInstruction.NormalLineWidthAttribute, GDD_Parameter.SetCurrentDefaultInstruction.PatternAttributes, GDD_Parameter.SetCurrentDefaultInstruction.ProcessColorAttributesGDD_Parameter.DrawingOrderSubsetParameterRetired, GDD_Parameter.SetCurrentDefaultInstruction, GDD_Parameter.WindowSpecificationATTRIBUTETYPE_ARC, ATTRIBUTETYPE_Character, ATTRIBUTETYPE_DRAWING, ATTRIBUTETYPE_LINE, ATTRIBUTETYPE_Marker, ATTRIBUTETYPE_NORMALLINEWIDTH, ATTRIBUTETYPE_PATTERN, ATTRIBUTETYPE_PROZESSCOLORPARAMETERTYPE_DrawingOrderSubset_RETIRED, PARAMETERTYPE_SetCurrentDefaultInstruction, PARAMETERTYPE_WindowSpecification| Constructor and Description |
|---|
LineAttributes() |
| 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.GSLE_SetLineEnd.LineEnd |
getLineEnd() |
GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin |
getLineJoin() |
GAD_DrawingOrder.GSLT_SetLineType.LineType |
getLineType() |
java.lang.Short |
getLineWidth() |
void |
setLineEnd(GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd lineEnd) |
void |
setLineJoin(GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin lineJoin) |
void |
setLineType(GAD_DrawingOrder.GSLT_SetLineType.LineType lineType) |
void |
setLineWidth(java.lang.Short lineWidth) |
void |
writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
Writes the object to the given os encoded as AFP data.
|
getAttributeType, getFlag, getMask, setFlag, setMask, setMaskbuildGDDParameter, buildSetCurrentDefaultInstruction, getLengthOfFollowingData, getParameterType, setLengthOfFollowingDatapublic void decodeAFP(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config)
throws AFPParserException
IAFPDecodeableWriteabledecodeAFP in interface IAFPDecodeableWriteabledecodeAFP in class GDD_Parameter.SetCurrentDefaultInstructionsfData - 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 GDD_Parameter.SetCurrentDefaultInstructionos - 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.GSLT_SetLineType.LineType getLineType()
public void setLineType(GAD_DrawingOrder.GSLT_SetLineType.LineType lineType)
public java.lang.Short getLineWidth()
public void setLineWidth(java.lang.Short lineWidth)
public GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd getLineEnd()
public void setLineEnd(GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd lineEnd)
public GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin getLineJoin()
public void setLineJoin(GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin lineJoin)