public class Grid extends 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 String |
labelFormat |
protected Double |
maxArcs |
protected Double |
maxInterval |
protected Double |
maxSubdivide |
protected Double |
minArcs |
protected Double |
minInterval |
protected Double |
minSubdivide |
Constructor and Description |
---|
Grid() |
Modifier and Type | Method and Description |
---|---|
String |
getLabelFormat()
Gets the value of the labelFormat property.
|
Double |
getMaxArcs()
Gets the value of the maxArcs property.
|
Double |
getMaxInterval()
Gets the value of the maxInterval property.
|
Double |
getMaxSubdivide()
Gets the value of the maxSubdivide property.
|
Double |
getMinArcs()
Gets the value of the minArcs property.
|
Double |
getMinInterval()
Gets the value of the minInterval property.
|
Double |
getMinSubdivide()
Gets the value of the minSubdivide property.
|
void |
setLabelFormat(String value)
Sets the value of the labelFormat property.
|
void |
setMaxArcs(Double value)
Sets the value of the maxArcs property.
|
void |
setMaxInterval(Double value)
Sets the value of the maxInterval property.
|
void |
setMaxSubdivide(Double value)
Sets the value of the maxSubdivide property.
|
void |
setMinArcs(Double value)
Sets the value of the minArcs property.
|
void |
setMinInterval(Double value)
Sets the value of the minInterval property.
|
void |
setMinSubdivide(Double value)
Sets the value of the minSubdivide property.
|
protected String labelFormat
protected Double maxArcs
protected Double maxInterval
protected Double maxSubdivide
protected Double minArcs
protected Double minInterval
protected Double minSubdivide
public String getLabelFormat()
String
public void setLabelFormat(String value)
value
- allowed object is
String
public Double getMaxArcs()
Double
public void setMaxArcs(Double value)
value
- allowed object is
Double
public Double getMaxInterval()
Double
public void setMaxInterval(Double value)
value
- allowed object is
Double
public Double getMaxSubdivide()
Double
public void setMaxSubdivide(Double value)
value
- allowed object is
Double
public Double getMinArcs()
Double
public void setMinArcs(Double value)
value
- allowed object is
Double
public Double getMinInterval()
Double
public void setMinInterval(Double value)
value
- allowed object is
Double
public Double getMinSubdivide()
Double