public interface SetBiLevelImageColor extends Triplet
The following features are supported:
AfplibPackage.getSetBiLevelImageColor()| Modifier and Type | Method and Description |
|---|---|
Integer |
getAREA()
Returns the value of the 'AREA' attribute
|
Integer |
getNAMECOLR()
Returns the value of the 'NAMECOLR' attribute
|
byte[] |
getReserved()
Returns the value of the 'Reserved' attribute
|
void |
setAREA(Integer value)
Sets the value of the '
AREA' attribute |
void |
setNAMECOLR(Integer value)
Sets the value of the '
NAMECOLR' attribute |
void |
setReserved(byte[] value)
Sets the value of the '
Reserved' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getAREA()
mandatory
fixed length
setAREA(Integer),
AfplibPackage.getSetBiLevelImageColor_AREA()void setAREA(Integer value)
AREA' attribute.
value - the new value of the 'AREA' attribute.getAREA()byte[] getReserved()
mandatory
variable length
setReserved(byte[]),
AfplibPackage.getSetBiLevelImageColor_Reserved()void setReserved(byte[] value)
Reserved' attribute.
value - the new value of the 'Reserved' attribute.getReserved()Integer getNAMECOLR()
mandatory
fixed length
setNAMECOLR(Integer),
AfplibPackage.getSetBiLevelImageColor_NAMECOLR()void setNAMECOLR(Integer value)
NAMECOLR' attribute.
value - the new value of the 'NAMECOLR' attribute.getNAMECOLR()Copyright © 2017. All rights reserved.