public static class GDD_Parameter.SetCurrentDefaultInstruction.ProcessColorAttributes 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 |
|---|
ProcessColorAttributes() |
| 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. |
AFPBackgroundMix |
getBackgroundMix() |
AFPForegroundMix |
getForegroundMix() |
byte[] |
getProcessColor() |
void |
setBackgroundMix(AFPBackgroundMix backgroundMix) |
void |
setForegroundMix(AFPForegroundMix foregroundMix) |
void |
setProcessColor(byte[] processColor) |
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 AFPForegroundMix getForegroundMix()
public void setForegroundMix(AFPForegroundMix foregroundMix)
public AFPBackgroundMix getBackgroundMix()
public void setBackgroundMix(AFPBackgroundMix backgroundMix)
public byte[] getProcessColor()
public void setProcessColor(byte[] processColor)