public class Fill extends Object
Java class for fill complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fill">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="space" type="{http://comet.werk-ii.com/base}colorSpace" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="c1" type="{http://comet.werk-ii.com/base}float" />
<attribute name="c2" type="{http://comet.werk-ii.com/base}float" />
<attribute name="c3" type="{http://comet.werk-ii.com/base}float" />
<attribute name="c4" type="{http://comet.werk-ii.com/base}float" />
<attribute name="tint" type="{http://comet.werk-ii.com/base}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
c1 |
protected BigDecimal |
c2 |
protected BigDecimal |
c3 |
protected BigDecimal |
c4 |
protected String |
name |
protected ColorSpace |
space |
protected BigDecimal |
tint |
| Constructor and Description |
|---|
Fill() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getC1()
Gets the value of the c1 property.
|
BigDecimal |
getC2()
Gets the value of the c2 property.
|
BigDecimal |
getC3()
Gets the value of the c3 property.
|
BigDecimal |
getC4()
Gets the value of the c4 property.
|
String |
getName()
Gets the value of the name property.
|
ColorSpace |
getSpace()
Gets the value of the space property.
|
BigDecimal |
getTint()
Gets the value of the tint property.
|
void |
setC1(BigDecimal value)
Sets the value of the c1 property.
|
void |
setC2(BigDecimal value)
Sets the value of the c2 property.
|
void |
setC3(BigDecimal value)
Sets the value of the c3 property.
|
void |
setC4(BigDecimal value)
Sets the value of the c4 property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSpace(ColorSpace value)
Sets the value of the space property.
|
void |
setTint(BigDecimal value)
Sets the value of the tint property.
|
protected ColorSpace space
protected String name
protected BigDecimal c1
protected BigDecimal c2
protected BigDecimal c3
protected BigDecimal c4
protected BigDecimal tint
public ColorSpace getSpace()
ColorSpacepublic void setSpace(ColorSpace value)
value - allowed object is
ColorSpacepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigDecimal getC1()
BigDecimalpublic void setC1(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getC2()
BigDecimalpublic void setC2(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getC3()
BigDecimalpublic void setC3(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getC4()
BigDecimalpublic void setC4(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTint()
BigDecimalpublic void setTint(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2017 SAP SE. All Rights Reserved.