public abstract class GDD_Parameter extends java.lang.Object implements IAFPDecodeableWriteable
| Modifier and Type | Class and Description |
|---|---|
static class |
GDD_Parameter.DrawingOrderSubsetParameterRetired |
static class |
GDD_Parameter.SetCurrentDefaultInstruction
GOCA, page 161.
Defaults can be set by the appropriate Set Current Defaults instructions. |
static class |
GDD_Parameter.WindowSpecification |
| Modifier and Type | Field and Description |
|---|---|
static short |
PARAMETERTYPE_DrawingOrderSubset_RETIRED |
static short |
PARAMETERTYPE_SetCurrentDefaultInstruction |
static short |
PARAMETERTYPE_WindowSpecification |
| Constructor and Description |
|---|
GDD_Parameter() |
| Modifier and Type | Method and Description |
|---|---|
static GDD_Parameter |
buildGDDParameter(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config) |
static GDD_Parameter.SetCurrentDefaultInstruction |
buildSetCurrentDefaultInstruction(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config) |
short |
getLengthOfFollowingData()
Returns the length of following data.
|
short |
getParameterType()
Returns the type code of this
GDD_Parameter. |
void |
setLengthOfFollowingData(short lengthOfFollowingData) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodeAFP, writeAFPpublic static short PARAMETERTYPE_WindowSpecification
public static short PARAMETERTYPE_DrawingOrderSubset_RETIRED
public static short PARAMETERTYPE_SetCurrentDefaultInstruction
public static GDD_Parameter buildGDDParameter(byte[] sfData, int offset, int length, AFPParserConfiguration config) throws AFPParserException
AFPParserExceptionpublic static GDD_Parameter.SetCurrentDefaultInstruction buildSetCurrentDefaultInstruction(byte[] sfData, int offset, int length, AFPParserConfiguration config) throws AFPParserException
AFPParserExceptionpublic short getParameterType()
GDD_Parameter. This values is set by the sub-type of
GDD_Parameter.GDD_Parameter.public short getLengthOfFollowingData()
GDD_Parameter.public void setLengthOfFollowingData(short lengthOfFollowingData)