|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser200.RenderingHints
public class RenderingHints
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 |
|---|
protected EnumDisplayType displayType
protected java.lang.String axisLabel
protected java.lang.String valueFormat
protected java.lang.Double scaleMin
protected java.lang.Double scaleMax
protected EnumScaleType scaleType
| Constructor Detail |
|---|
public RenderingHints()
| Method Detail |
|---|
public EnumDisplayType getDisplayType()
EnumDisplayTypepublic void setDisplayType(EnumDisplayType value)
value - allowed object is
EnumDisplayTypepublic java.lang.String getAxisLabel()
Stringpublic void setAxisLabel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValueFormat()
Stringpublic void setValueFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getScaleMin()
Doublepublic void setScaleMin(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getScaleMax()
Doublepublic void setScaleMax(java.lang.Double value)
value - allowed object is
Doublepublic EnumScaleType getScaleType()
EnumScaleTypepublic void setScaleType(EnumScaleType value)
value - allowed object is
EnumScaleType
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||