public interface ImageResolution extends Triplet
The following features are supported:
AfplibPackage.getImageResolution()| Modifier and Type | Method and Description |
|---|---|
Integer |
getXBase()
Returns the value of the 'XBase' attribute
|
Integer |
getXResol()
Returns the value of the 'XResol' attribute
|
Integer |
getYBase()
Returns the value of the 'YBase' attribute
|
Integer |
getYResol()
Returns the value of the 'YResol' attribute
|
void |
setXBase(Integer value)
Sets the value of the '
XBase' attribute |
void |
setXResol(Integer value)
Sets the value of the '
XResol' attribute |
void |
setYBase(Integer value)
Sets the value of the '
YBase' attribute |
void |
setYResol(Integer value)
Sets the value of the '
YResol' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getXBase()
mandatory
fixed length
setXBase(Integer),
AfplibPackage.getImageResolution_XBase()void setXBase(Integer value)
XBase' attribute.
value - the new value of the 'XBase' attribute.getXBase()Integer getYBase()
mandatory
fixed length
setYBase(Integer),
AfplibPackage.getImageResolution_YBase()void setYBase(Integer value)
YBase' attribute.
value - the new value of the 'YBase' attribute.getYBase()Integer getXResol()
mandatory
fixed length
setXResol(Integer),
AfplibPackage.getImageResolution_XResol()void setXResol(Integer value)
XResol' attribute.
value - the new value of the 'XResol' attribute.getXResol()Integer getYResol()
mandatory
fixed length
setYResol(Integer),
AfplibPackage.getImageResolution_YResol()void setYResol(Integer value)
YResol' attribute.
value - the new value of the 'YResol' attribute.getYResol()Copyright © 2017. All rights reserved.