public interface GBOX extends Triplet
The following features are supported:
AfplibPackage.getGBOX()| Modifier and Type | Method and Description |
|---|---|
Integer |
getHAXIS()
Returns the value of the 'HAXIS' attribute
|
Integer |
getRES()
Returns the value of the 'RES' attribute
|
Integer |
getVAXIS()
Returns the value of the 'VAXIS' attribute
|
Integer |
getXPOS0()
Returns the value of the 'XPOS0' attribute
|
Integer |
getXPOS1()
Returns the value of the 'XPOS1' attribute
|
Integer |
getYPOS0()
Returns the value of the 'YPOS0' attribute
|
Integer |
getYPOS1()
Returns the value of the 'YPOS1' attribute
|
void |
setHAXIS(Integer value)
Sets the value of the '
HAXIS' attribute |
void |
setRES(Integer value)
Sets the value of the '
RES' attribute |
void |
setVAXIS(Integer value)
Sets the value of the '
VAXIS' attribute |
void |
setXPOS0(Integer value)
Sets the value of the '
XPOS0' attribute |
void |
setXPOS1(Integer value)
Sets the value of the '
XPOS1' attribute |
void |
setYPOS0(Integer value)
Sets the value of the '
YPOS0' attribute |
void |
setYPOS1(Integer value)
Sets the value of the '
YPOS1' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getRES()
mandatory
fixed length
setRES(Integer),
AfplibPackage.getGBOX_RES()void setRES(Integer value)
RES' attribute.
value - the new value of the 'RES' attribute.getRES()Integer getXPOS0()
mandatory
fixed length
setXPOS0(Integer),
AfplibPackage.getGBOX_XPOS0()void setXPOS0(Integer value)
XPOS0' attribute.
value - the new value of the 'XPOS0' attribute.getXPOS0()Integer getYPOS0()
mandatory
fixed length
setYPOS0(Integer),
AfplibPackage.getGBOX_YPOS0()void setYPOS0(Integer value)
YPOS0' attribute.
value - the new value of the 'YPOS0' attribute.getYPOS0()Integer getXPOS1()
mandatory
fixed length
setXPOS1(Integer),
AfplibPackage.getGBOX_XPOS1()void setXPOS1(Integer value)
XPOS1' attribute.
value - the new value of the 'XPOS1' attribute.getXPOS1()Integer getYPOS1()
mandatory
fixed length
setYPOS1(Integer),
AfplibPackage.getGBOX_YPOS1()void setYPOS1(Integer value)
YPOS1' attribute.
value - the new value of the 'YPOS1' attribute.getYPOS1()Integer getHAXIS()
optional
fixed length
setHAXIS(Integer),
AfplibPackage.getGBOX_HAXIS()void setHAXIS(Integer value)
HAXIS' attribute.
value - the new value of the 'HAXIS' attribute.getHAXIS()Integer getVAXIS()
optional
fixed length
setVAXIS(Integer),
AfplibPackage.getGBOX_VAXIS()void setVAXIS(Integer value)
VAXIS' attribute.
value - the new value of the 'VAXIS' attribute.getVAXIS()Copyright © 2017. All rights reserved.