org.spase.parser200
Class RenderingHints

java.lang.Object
  extended by org.spase.parser200.RenderingHints

public class RenderingHints
extends java.lang.Object

Attributes to aid in the rendering of parameter.

Java class for RenderingHints complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RenderingHints">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}DisplayType" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}AxisLabel" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}ValueFormat" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}ScaleMin" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}ScaleMax" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}ScaleType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String axisLabel
           
protected  EnumDisplayType displayType
           
protected  java.lang.Double scaleMax
           
protected  java.lang.Double scaleMin
           
protected  EnumScaleType scaleType
           
protected  java.lang.String valueFormat
           
 
Constructor Summary
RenderingHints()
           
 
Method Summary
 java.lang.String getAxisLabel()
          Gets the value of the axisLabel property.
 EnumDisplayType getDisplayType()
          Gets the value of the displayType property.
 java.lang.Double getScaleMax()
          Gets the value of the scaleMax property.
 java.lang.Double getScaleMin()
          Gets the value of the scaleMin property.
 EnumScaleType getScaleType()
          Gets the value of the scaleType property.
 java.lang.String getValueFormat()
          Gets the value of the valueFormat property.
 void setAxisLabel(java.lang.String value)
          Sets the value of the axisLabel property.
 void setDisplayType(EnumDisplayType value)
          Sets the value of the displayType property.
 void setScaleMax(java.lang.Double value)
          Sets the value of the scaleMax property.
 void setScaleMin(java.lang.Double value)
          Sets the value of the scaleMin property.
 void setScaleType(EnumScaleType value)
          Sets the value of the scaleType property.
 void setValueFormat(java.lang.String value)
          Sets the value of the valueFormat property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayType

protected EnumDisplayType displayType

axisLabel

protected java.lang.String axisLabel

valueFormat

protected java.lang.String valueFormat

scaleMin

protected java.lang.Double scaleMin

scaleMax

protected java.lang.Double scaleMax

scaleType

protected EnumScaleType scaleType
Constructor Detail

RenderingHints

public RenderingHints()
Method Detail

getDisplayType

public EnumDisplayType getDisplayType()
Gets the value of the displayType property.

Returns:
possible object is EnumDisplayType

setDisplayType

public void setDisplayType(EnumDisplayType value)
Sets the value of the displayType property.

Parameters:
value - allowed object is EnumDisplayType

getAxisLabel

public java.lang.String getAxisLabel()
Gets the value of the axisLabel property.

Returns:
possible object is String

setAxisLabel

public void setAxisLabel(java.lang.String value)
Sets the value of the axisLabel property.

Parameters:
value - allowed object is String

getValueFormat

public java.lang.String getValueFormat()
Gets the value of the valueFormat property.

Returns:
possible object is String

setValueFormat

public void setValueFormat(java.lang.String value)
Sets the value of the valueFormat property.

Parameters:
value - allowed object is String

getScaleMin

public java.lang.Double getScaleMin()
Gets the value of the scaleMin property.

Returns:
possible object is Double

setScaleMin

public void setScaleMin(java.lang.Double value)
Sets the value of the scaleMin property.

Parameters:
value - allowed object is Double

getScaleMax

public java.lang.Double getScaleMax()
Gets the value of the scaleMax property.

Returns:
possible object is Double

setScaleMax

public void setScaleMax(java.lang.Double value)
Sets the value of the scaleMax property.

Parameters:
value - allowed object is Double

getScaleType

public EnumScaleType getScaleType()
Gets the value of the scaleType property.

Returns:
possible object is EnumScaleType

setScaleType

public void setScaleType(EnumScaleType value)
Sets the value of the scaleType property.

Parameters:
value - allowed object is EnumScaleType