public class Grid
extends java.lang.Object
Java class for Grid complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Grid">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="labelFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maxArcs" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="maxInterval" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="maxSubdivide" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="minArcs" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="minInterval" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="minSubdivide" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
labelFormat |
protected java.lang.Double |
maxArcs |
protected java.lang.Double |
maxInterval |
protected java.lang.Double |
maxSubdivide |
protected java.lang.Double |
minArcs |
protected java.lang.Double |
minInterval |
protected java.lang.Double |
minSubdivide |
| Constructor and Description |
|---|
Grid() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabelFormat()
Gets the value of the labelFormat property.
|
java.lang.Double |
getMaxArcs()
Gets the value of the maxArcs property.
|
java.lang.Double |
getMaxInterval()
Gets the value of the maxInterval property.
|
java.lang.Double |
getMaxSubdivide()
Gets the value of the maxSubdivide property.
|
java.lang.Double |
getMinArcs()
Gets the value of the minArcs property.
|
java.lang.Double |
getMinInterval()
Gets the value of the minInterval property.
|
java.lang.Double |
getMinSubdivide()
Gets the value of the minSubdivide property.
|
void |
setLabelFormat(java.lang.String value)
Sets the value of the labelFormat property.
|
void |
setMaxArcs(java.lang.Double value)
Sets the value of the maxArcs property.
|
void |
setMaxInterval(java.lang.Double value)
Sets the value of the maxInterval property.
|
void |
setMaxSubdivide(java.lang.Double value)
Sets the value of the maxSubdivide property.
|
void |
setMinArcs(java.lang.Double value)
Sets the value of the minArcs property.
|
void |
setMinInterval(java.lang.Double value)
Sets the value of the minInterval property.
|
void |
setMinSubdivide(java.lang.Double value)
Sets the value of the minSubdivide property.
|
protected java.lang.String labelFormat
protected java.lang.Double maxArcs
protected java.lang.Double maxInterval
protected java.lang.Double maxSubdivide
protected java.lang.Double minArcs
protected java.lang.Double minInterval
protected java.lang.Double minSubdivide
public java.lang.String getLabelFormat()
Stringpublic void setLabelFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getMaxArcs()
Doublepublic void setMaxArcs(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMaxInterval()
Doublepublic void setMaxInterval(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMaxSubdivide()
Doublepublic void setMaxSubdivide(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMinArcs()
Doublepublic void setMinArcs(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMinInterval()
Doublepublic void setMinInterval(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMinSubdivide()
Doublepublic void setMinSubdivide(java.lang.Double value)
value - allowed object is
Double