public interface GCBOX extends Triplet
The following features are supported:
AfplibPackage.getGCBOX()| 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 |
getXPOS1()
Returns the value of the 'XPOS1' 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 |
setXPOS1(Integer value)
Sets the value of the '
XPOS1' 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.getGCBOX_RES()void setRES(Integer value)
RES' attribute.
value - the new value of the 'RES' attribute.getRES()Integer getXPOS1()
mandatory
fixed length
setXPOS1(Integer),
AfplibPackage.getGCBOX_XPOS1()void setXPOS1(Integer value)
XPOS1' attribute.
value - the new value of the 'XPOS1' attribute.getXPOS1()Integer getYPOS1()
mandatory
fixed length
setYPOS1(Integer),
AfplibPackage.getGCBOX_YPOS1()void setYPOS1(Integer value)
YPOS1' attribute.
value - the new value of the 'YPOS1' attribute.getYPOS1()Integer getHAXIS()
optional
fixed length
setHAXIS(Integer),
AfplibPackage.getGCBOX_HAXIS()void setHAXIS(Integer value)
HAXIS' attribute.
value - the new value of the 'HAXIS' attribute.getHAXIS()Integer getVAXIS()
optional
fixed length
setVAXIS(Integer),
AfplibPackage.getGCBOX_VAXIS()void setVAXIS(Integer value)
VAXIS' attribute.
value - the new value of the 'VAXIS' attribute.getVAXIS()Copyright © 2017. All rights reserved.