public interface ColorSpecification extends Triplet
The following features are supported:
AfplibPackage.getColorSpecification()| Modifier and Type | Method and Description |
|---|---|
byte[] |
getColor()
Returns the value of the 'Color' attribute
|
Integer |
getColSize1()
Returns the value of the 'Col Size1' attribute
|
Integer |
getColSize2()
Returns the value of the 'Col Size2' attribute
|
Integer |
getColSize3()
Returns the value of the 'Col Size3' attribute
|
Integer |
getColSize4()
Returns the value of the 'Col Size4' attribute
|
Integer |
getColSpce()
Returns the value of the 'Col Spce' attribute
|
void |
setColor(byte[] value)
Sets the value of the '
Color' attribute |
void |
setColSize1(Integer value)
Sets the value of the '
Col Size1' attribute |
void |
setColSize2(Integer value)
Sets the value of the '
Col Size2' attribute |
void |
setColSize3(Integer value)
Sets the value of the '
Col Size3' attribute |
void |
setColSize4(Integer value)
Sets the value of the '
Col Size4' attribute |
void |
setColSpce(Integer value)
Sets the value of the '
Col Spce' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getColSpce()
mandatory
fixed length
setColSpce(Integer),
AfplibPackage.getColorSpecification_ColSpce()void setColSpce(Integer value)
Col Spce' attribute.
value - the new value of the 'Col Spce' attribute.getColSpce()Integer getColSize1()
mandatory
fixed length
setColSize1(Integer),
AfplibPackage.getColorSpecification_ColSize1()void setColSize1(Integer value)
Col Size1' attribute.
value - the new value of the 'Col Size1' attribute.getColSize1()Integer getColSize2()
mandatory
fixed length
setColSize2(Integer),
AfplibPackage.getColorSpecification_ColSize2()void setColSize2(Integer value)
Col Size2' attribute.
value - the new value of the 'Col Size2' attribute.getColSize2()Integer getColSize3()
mandatory
fixed length
setColSize3(Integer),
AfplibPackage.getColorSpecification_ColSize3()void setColSize3(Integer value)
Col Size3' attribute.
value - the new value of the 'Col Size3' attribute.getColSize3()Integer getColSize4()
mandatory
fixed length
setColSize4(Integer),
AfplibPackage.getColorSpecification_ColSize4()void setColSize4(Integer value)
Col Size4' attribute.
value - the new value of the 'Col Size4' attribute.getColSize4()byte[] getColor()
mandatory
variable length
setColor(byte[]),
AfplibPackage.getColorSpecification_Color()void setColor(byte[] value)
Color' attribute.
value - the new value of the 'Color' attribute.getColor()Copyright © 2017. All rights reserved.