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()
String
public void setLabelFormat(java.lang.String value)
value
- allowed object is
String
public java.lang.Double getMaxArcs()
Double
public void setMaxArcs(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getMaxInterval()
Double
public void setMaxInterval(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getMaxSubdivide()
Double
public void setMaxSubdivide(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getMinArcs()
Double
public void setMinArcs(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getMinInterval()
Double
public void setMinInterval(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getMinSubdivide()
Double
public void setMinSubdivide(java.lang.Double value)
value
- allowed object is
Double