public interface MetricAdjustment extends Triplet
The following features are supported:
AfplibPackage.getMetricAdjustment()| Modifier and Type | Method and Description |
|---|---|
Integer |
getHBaselineIncrement()
Returns the value of the 'HBaseline Increment' attribute
|
Integer |
getHUniformIncrement()
Returns the value of the 'HUniform Increment' attribute
|
Integer |
getUnitBase()
Returns the value of the 'Unit Base' attribute
|
Integer |
getVBaselineIncrement()
Returns the value of the 'VBaseline Increment' attribute
|
Integer |
getVUniformIncrement()
Returns the value of the 'VUniform Increment' attribute
|
Integer |
getXUPUB()
Returns the value of the 'XUPUB' attribute
|
Integer |
getYUPUB()
Returns the value of the 'YUPUB' attribute
|
void |
setHBaselineIncrement(Integer value)
Sets the value of the '
HBaseline Increment' attribute |
void |
setHUniformIncrement(Integer value)
Sets the value of the '
HUniform Increment' attribute |
void |
setUnitBase(Integer value)
Sets the value of the '
Unit Base' attribute |
void |
setVBaselineIncrement(Integer value)
Sets the value of the '
VBaseline Increment' attribute |
void |
setVUniformIncrement(Integer value)
Sets the value of the '
VUniform Increment' attribute |
void |
setXUPUB(Integer value)
Sets the value of the '
XUPUB' attribute |
void |
setYUPUB(Integer value)
Sets the value of the '
YUPUB' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getUnitBase()
mandatory
fixed length
setUnitBase(Integer),
AfplibPackage.getMetricAdjustment_UnitBase()void setUnitBase(Integer value)
Unit Base' attribute.
value - the new value of the 'Unit Base' attribute.getUnitBase()Integer getXUPUB()
mandatory
fixed length
setXUPUB(Integer),
AfplibPackage.getMetricAdjustment_XUPUB()void setXUPUB(Integer value)
XUPUB' attribute.
value - the new value of the 'XUPUB' attribute.getXUPUB()Integer getYUPUB()
mandatory
fixed length
setYUPUB(Integer),
AfplibPackage.getMetricAdjustment_YUPUB()void setYUPUB(Integer value)
YUPUB' attribute.
value - the new value of the 'YUPUB' attribute.getYUPUB()Integer getHUniformIncrement()
mandatory
fixed length
setHUniformIncrement(Integer),
AfplibPackage.getMetricAdjustment_HUniformIncrement()void setHUniformIncrement(Integer value)
HUniform Increment' attribute.
value - the new value of the 'HUniform Increment' attribute.getHUniformIncrement()Integer getVUniformIncrement()
mandatory
fixed length
setVUniformIncrement(Integer),
AfplibPackage.getMetricAdjustment_VUniformIncrement()void setVUniformIncrement(Integer value)
VUniform Increment' attribute.
value - the new value of the 'VUniform Increment' attribute.getVUniformIncrement()Integer getHBaselineIncrement()
mandatory
fixed length
setHBaselineIncrement(Integer),
AfplibPackage.getMetricAdjustment_HBaselineIncrement()void setHBaselineIncrement(Integer value)
HBaseline Increment' attribute.
value - the new value of the 'HBaseline Increment' attribute.getHBaselineIncrement()Integer getVBaselineIncrement()
mandatory
fixed length
setVBaselineIncrement(Integer),
AfplibPackage.getMetricAdjustment_VBaselineIncrement()void setVBaselineIncrement(Integer value)
VBaseline Increment' attribute.
value - the new value of the 'VBaseline Increment' attribute.getVBaselineIncrement()Copyright © 2017. All rights reserved.