public interface GBIMG extends Triplet
The following features are supported:
AfplibPackage.getGBIMG()| 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
|
Integer |
getXPOS()
Returns the value of the 'XPOS' attribute
|
Integer |
getYPOS()
Returns the value of the 'YPOS' 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 |
void |
setXPOS(Integer value)
Sets the value of the '
XPOS' attribute |
void |
setYPOS(Integer value)
Sets the value of the '
YPOS' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getXPOS()
mandatory
fixed length
setXPOS(Integer),
AfplibPackage.getGBIMG_XPOS()void setXPOS(Integer value)
XPOS' attribute.
value - the new value of the 'XPOS' attribute.getXPOS()Integer getYPOS()
mandatory
fixed length
setYPOS(Integer),
AfplibPackage.getGBIMG_YPOS()void setYPOS(Integer value)
YPOS' attribute.
value - the new value of the 'YPOS' attribute.getYPOS()Integer getFORMAT()
mandatory
fixed length
setFORMAT(Integer),
AfplibPackage.getGBIMG_FORMAT()void setFORMAT(Integer value)
FORMAT' attribute.
value - the new value of the 'FORMAT' attribute.getFORMAT()Integer getRES()
mandatory
fixed length
setRES(Integer),
AfplibPackage.getGBIMG_RES()void setRES(Integer value)
RES' attribute.
value - the new value of the 'RES' attribute.getRES()Integer getWIDTH()
mandatory
fixed length
setWIDTH(Integer),
AfplibPackage.getGBIMG_WIDTH()void setWIDTH(Integer value)
WIDTH' attribute.
value - the new value of the 'WIDTH' attribute.getWIDTH()Integer getHEIGHT()
mandatory
fixed length
setHEIGHT(Integer),
AfplibPackage.getGBIMG_HEIGHT()void setHEIGHT(Integer value)
HEIGHT' attribute.
value - the new value of the 'HEIGHT' attribute.getHEIGHT()Copyright © 2017. All rights reserved.