public static class GDD_Parameter.SetCurrentDefaultInstruction.CharacterAttributes 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 |
|---|
CharacterAttributes() |
| 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.Long |
getCharacterAngleXY() |
java.lang.Long |
getCharacterCellSizeWH() |
java.lang.Byte |
getCharacterDirection() |
java.lang.Byte |
getCharacterPrecision() |
java.lang.Short |
getCharacterSet() |
java.lang.Long |
getCharacterShearXY() |
void |
setCharacterAngleXY(java.lang.Long characterAngleXY) |
void |
setCharacterCellSizeWH(java.lang.Long characterCellSizeWH) |
void |
setCharacterDirection(java.lang.Byte characterDirection) |
void |
setCharacterPrecision(java.lang.Byte characterPrecision) |
void |
setCharacterSet(java.lang.Short characterSet) |
void |
setCharacterShearXY(java.lang.Long characterShearXY) |
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.Long getCharacterAngleXY()
public void setCharacterAngleXY(java.lang.Long characterAngleXY)
public java.lang.Long getCharacterCellSizeWH()
public void setCharacterCellSizeWH(java.lang.Long characterCellSizeWH)
public java.lang.Byte getCharacterDirection()
public void setCharacterDirection(java.lang.Byte characterDirection)
public java.lang.Byte getCharacterPrecision()
public void setCharacterPrecision(java.lang.Byte characterPrecision)
public java.lang.Short getCharacterSet()
public void setCharacterSet(java.lang.Short characterSet)
public java.lang.Long getCharacterShearXY()
public void setCharacterShearXY(java.lang.Long characterShearXY)