public interface GCBIMG extends Triplet
The following features are supported:
AfplibPackage.getGCBIMG()| Modifier and Type | Method and Description |
|---|---|
Integer |
getFORMAT()
Returns the value of the 'FORMAT' attribute
|
Integer |
getHEIGHT()
Returns the value of the 'HEIGHT' attribute
|
Integer |
getRES()
Returns the value of the 'RES' attribute
|
Integer |
getWIDTH()
Returns the value of the 'WIDTH' attribute
|
void |
setFORMAT(Integer value)
Sets the value of the '
FORMAT' attribute |
void |
setHEIGHT(Integer value)
Sets the value of the '
HEIGHT' attribute |
void |
setRES(Integer value)
Sets the value of the '
RES' attribute |
void |
setWIDTH(Integer value)
Sets the value of the '
WIDTH' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getFORMAT()
mandatory
fixed length
setFORMAT(Integer),
AfplibPackage.getGCBIMG_FORMAT()void setFORMAT(Integer value)
FORMAT' attribute.
value - the new value of the 'FORMAT' attribute.getFORMAT()Integer getRES()
mandatory
fixed length
setRES(Integer),
AfplibPackage.getGCBIMG_RES()void setRES(Integer value)
RES' attribute.
value - the new value of the 'RES' attribute.getRES()Integer getWIDTH()
mandatory
fixed length
setWIDTH(Integer),
AfplibPackage.getGCBIMG_WIDTH()void setWIDTH(Integer value)
WIDTH' attribute.
value - the new value of the 'WIDTH' attribute.getWIDTH()Integer getHEIGHT()
mandatory
fixed length
setHEIGHT(Integer),
AfplibPackage.getGCBIMG_HEIGHT()void setHEIGHT(Integer value)
HEIGHT' attribute.
value - the new value of the 'HEIGHT' attribute.getHEIGHT()Copyright © 2017. All rights reserved.