public static class GDD_Parameter.SetCurrentDefaultInstruction.ArcParameters 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 |
|---|
ArcParameters() |
| 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. |
java.lang.Short |
getArcTransformP() |
java.lang.Short |
getArcTransformQ() |
java.lang.Short |
getArcTransformR() |
java.lang.Short |
getArcTransformS() |
void |
setArcTransformP(java.lang.Short arcTransformP) |
void |
setArcTransformQ(java.lang.Short arcTransformQ) |
void |
setArcTransformR(java.lang.Short arcTransformR) |
void |
setArcTransformS(java.lang.Short arcTransformS) |
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 java.lang.Short getArcTransformP()
public void setArcTransformP(java.lang.Short arcTransformP)
public java.lang.Short getArcTransformQ()
public void setArcTransformQ(java.lang.Short arcTransformQ)
public java.lang.Short getArcTransformR()
public void setArcTransformR(java.lang.Short arcTransformR)
public java.lang.Short getArcTransformS()
public void setArcTransformS(java.lang.Short arcTransformS)