Class GenericRegionFlags
java.lang.Object
org.jpedal.jbig2.segment.Flags
org.jpedal.jbig2.segment.region.generic.GenericRegionFlags
GenericRegionFlags class.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
ConstantGB_TEMPLATE="GB_TEMPLATE"
static final String
ConstantMMR="MMR"
static final String
ConstantTPGDON="TPGDON"
Fields inherited from class org.jpedal.jbig2.segment.Flags
flags, flagsAsInt
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jpedal.jbig2.segment.Flags
getFlagValue
-
Field Details
-
MMR
ConstantMMR="MMR"
- See Also:
-
GB_TEMPLATE
ConstantGB_TEMPLATE="GB_TEMPLATE"
- See Also:
-
TPGDON
ConstantTPGDON="TPGDON"
- See Also:
-
-
Constructor Details
-
GenericRegionFlags
public GenericRegionFlags()
-
-
Method Details