public abstract static class GDD_Parameter.SetCurrentDefaultInstruction extends GDD_Parameter
| Modifier and Type | Class and Description |
|---|---|
static class |
GDD_Parameter.SetCurrentDefaultInstruction.ArcParameters |
static class |
GDD_Parameter.SetCurrentDefaultInstruction.CharacterAttributes |
static class |
GDD_Parameter.SetCurrentDefaultInstruction.DrawingAttributes |
static class |
GDD_Parameter.SetCurrentDefaultInstruction.Flag |
static class |
GDD_Parameter.SetCurrentDefaultInstruction.LineAttributes |
static class |
GDD_Parameter.SetCurrentDefaultInstruction.MarkerAttributes |
static class |
GDD_Parameter.SetCurrentDefaultInstruction.NormalLineWidthAttribute |
static class |
GDD_Parameter.SetCurrentDefaultInstruction.PatternAttributes |
static class |
GDD_Parameter.SetCurrentDefaultInstruction.ProcessColorAttributes |
GDD_Parameter.DrawingOrderSubsetParameterRetired, GDD_Parameter.SetCurrentDefaultInstruction, GDD_Parameter.WindowSpecification| Modifier and Type | Field and Description |
|---|---|
static short |
ATTRIBUTETYPE_ARC |
static short |
ATTRIBUTETYPE_Character |
static short |
ATTRIBUTETYPE_DRAWING |
static short |
ATTRIBUTETYPE_LINE |
static short |
ATTRIBUTETYPE_Marker |
static short |
ATTRIBUTETYPE_NORMALLINEWIDTH |
static short |
ATTRIBUTETYPE_PATTERN |
static short |
ATTRIBUTETYPE_PROZESSCOLOR |
PARAMETERTYPE_DrawingOrderSubset_RETIRED, PARAMETERTYPE_SetCurrentDefaultInstruction, PARAMETERTYPE_WindowSpecification| Constructor and Description |
|---|
SetCurrentDefaultInstruction() |
| 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. |
short |
getAttributeType() |
GDD_Parameter.SetCurrentDefaultInstruction.Flag |
getFlag() |
java.util.BitSet |
getMask() |
void |
setFlag(GDD_Parameter.SetCurrentDefaultInstruction.Flag flag) |
void |
setMask(java.util.BitSet mask) |
void |
setMask(byte[] mask) |
void |
writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
Writes the object to the given os encoded as AFP data.
|
buildGDDParameter, buildSetCurrentDefaultInstruction, getLengthOfFollowingData, getParameterType, setLengthOfFollowingDatapublic static final short ATTRIBUTETYPE_DRAWING
public static final short ATTRIBUTETYPE_LINE
public static final short ATTRIBUTETYPE_Character
public static final short ATTRIBUTETYPE_Marker
public static final short ATTRIBUTETYPE_PATTERN
public static final short ATTRIBUTETYPE_ARC
public static final short ATTRIBUTETYPE_PROZESSCOLOR
public static final short ATTRIBUTETYPE_NORMALLINEWIDTH
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 short getAttributeType()
public java.util.BitSet getMask()
public void setMask(java.util.BitSet mask)
public void setMask(byte[] mask)
public GDD_Parameter.SetCurrentDefaultInstruction.Flag getFlag()
public void setFlag(GDD_Parameter.SetCurrentDefaultInstruction.Flag flag)