public interface ImageSize extends Triplet
The following features are supported:
AfplibPackage.getImageSize()| Modifier and Type | Method and Description |
|---|---|
Integer |
getHRESOL()
Returns the value of the 'HRESOL' attribute
|
Integer |
getHSIZE()
Returns the value of the 'HSIZE' attribute
|
Integer |
getUNITBASE()
Returns the value of the 'UNITBASE' attribute
|
Integer |
getVRESOL()
Returns the value of the 'VRESOL' attribute
|
Integer |
getVSIZE()
Returns the value of the 'VSIZE' attribute
|
void |
setHRESOL(Integer value)
Sets the value of the '
HRESOL' attribute |
void |
setHSIZE(Integer value)
Sets the value of the '
HSIZE' attribute |
void |
setUNITBASE(Integer value)
Sets the value of the '
UNITBASE' attribute |
void |
setVRESOL(Integer value)
Sets the value of the '
VRESOL' attribute |
void |
setVSIZE(Integer value)
Sets the value of the '
VSIZE' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getUNITBASE()
mandatory
fixed length
setUNITBASE(Integer),
AfplibPackage.getImageSize_UNITBASE()void setUNITBASE(Integer value)
UNITBASE' attribute.
value - the new value of the 'UNITBASE' attribute.getUNITBASE()Integer getHRESOL()
mandatory
fixed length
setHRESOL(Integer),
AfplibPackage.getImageSize_HRESOL()void setHRESOL(Integer value)
HRESOL' attribute.
value - the new value of the 'HRESOL' attribute.getHRESOL()Integer getVRESOL()
mandatory
fixed length
setVRESOL(Integer),
AfplibPackage.getImageSize_VRESOL()void setVRESOL(Integer value)
VRESOL' attribute.
value - the new value of the 'VRESOL' attribute.getVRESOL()Integer getHSIZE()
mandatory
fixed length
setHSIZE(Integer),
AfplibPackage.getImageSize_HSIZE()void setHSIZE(Integer value)
HSIZE' attribute.
value - the new value of the 'HSIZE' attribute.getHSIZE()Integer getVSIZE()
mandatory
fixed length
setVSIZE(Integer),
AfplibPackage.getImageSize_VSIZE()void setVSIZE(Integer value)
VSIZE' attribute.
value - the new value of the 'VSIZE' attribute.getVSIZE()Copyright © 2017. All rights reserved.