public class InkZoneCalculationParams extends ParameterType implements Serializable
Java class for InkZoneCalculationParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InkZoneCalculationParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="ZoneWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ZonesY" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="FountainPositions" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Zones" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ZoneHeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="PrintableArea" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
deviceRef |
protected String |
fountainPositions |
protected Double |
printableArea |
protected Double |
zoneHeight |
protected Integer |
zones |
protected Integer |
zonesY |
protected Double |
zoneWidth |
| Constructor and Description |
|---|
InkZoneCalculationParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
String |
getFountainPositions()
Gets the value of the fountainPositions property.
|
Double |
getPrintableArea()
Gets the value of the printableArea property.
|
Double |
getZoneHeight()
Gets the value of the zoneHeight property.
|
Integer |
getZones()
Gets the value of the zones property.
|
Integer |
getZonesY()
Gets the value of the zonesY property.
|
Double |
getZoneWidth()
Gets the value of the zoneWidth property.
|
void |
setDeviceRef(Object value)
Sets the value of the deviceRef property.
|
void |
setFountainPositions(String value)
Sets the value of the fountainPositions property.
|
void |
setPrintableArea(Double value)
Sets the value of the printableArea property.
|
void |
setZoneHeight(Double value)
Sets the value of the zoneHeight property.
|
void |
setZones(Integer value)
Sets the value of the zones property.
|
void |
setZonesY(Integer value)
Sets the value of the zonesY property.
|
void |
setZoneWidth(Double value)
Sets the value of the zoneWidth property.
|
protected Double zoneWidth
protected Integer zonesY
protected String fountainPositions
protected Integer zones
protected Double zoneHeight
protected Double printableArea
protected Object deviceRef
public Double getZoneWidth()
Doublepublic void setZoneWidth(Double value)
value - allowed object is
Doublepublic Integer getZonesY()
Integerpublic void setZonesY(Integer value)
value - allowed object is
Integerpublic String getFountainPositions()
Stringpublic void setFountainPositions(String value)
value - allowed object is
Stringpublic Integer getZones()
Integerpublic void setZones(Integer value)
value - allowed object is
Integerpublic Double getZoneHeight()
Doublepublic void setZoneHeight(Double value)
value - allowed object is
Doublepublic Double getPrintableArea()
Doublepublic void setPrintableArea(Double value)
value - allowed object is
Doublepublic Object getDeviceRef()
ObjectCopyright © 2012. All Rights Reserved.