com.esri.arcgisws
Class ClassBreaksRenderer

java.lang.Object
  extended by com.esri.arcgisws.FeatureRenderer
      extended by com.esri.arcgisws.ClassBreaksRenderer
All Implemented Interfaces:
Serializable

public class ClassBreaksRenderer
extends FeatureRenderer
implements Serializable

Java class for ClassBreaksRenderer complex type.

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

 <complexType name="ClassBreaksRenderer">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}FeatureRenderer">
       <sequence>
         <element name="Field" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="MinimumValue" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ClassBreakInfos" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfClassBreakInfo"/>
         <element name="BackgroundSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}FillSymbol" minOccurs="0"/>
         <element name="NormalizationField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="NormalizationType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNormalizationType" minOccurs="0"/>
         <element name="NormalizationTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="RotationField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RotationType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriRotationType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ClassBreaksRenderer()
          ClassBreaksRenderer default constructor.
ClassBreaksRenderer(String field, double minimumValue, ClassBreakInfo[] classBreakInfos, FillSymbol backgroundSymbol, String normalizationField, EsriNormalizationType normalizationType, Double normalizationTotal, String rotationField, EsriRotationType rotationType)
          Deprecated. 
 
Method Summary
 FillSymbol getBackgroundSymbol()
          Gets the value of the backgroundSymbol property.
 ClassBreakInfo[] getClassBreakInfos()
          A collection of UniqueValueInfo objects.
 String getField()
          Gets the value of the field property.
 double getMinimumValue()
          Minimum break, i.e.
 String getNormalizationField()
          Gets the value of the normalizationField property.
 Double getNormalizationTotal()
          Gets the value of the normalizationTotal property.
 EsriNormalizationType getNormalizationType()
          Gets the value of the normalizationType property.
 String getRotationField()
          Gets the value of the rotationField property.
 EsriRotationType getRotationType()
          Gets the value of the rotationType property.
 void setBackgroundSymbol(FillSymbol value)
          Sets the value of the backgroundSymbol property.
 void setClassBreakInfos(ClassBreakInfo[] value)
          A collection of UniqueValueInfo objects.
 void setField(String value)
          Sets the value of the field property.
 void setMinimumValue(double value)
          Minimum break, i.e.
 void setNormalizationField(String value)
          Sets the value of the normalizationField property.
 void setNormalizationTotal(Double value)
          Sets the value of the normalizationTotal property.
 void setNormalizationType(EsriNormalizationType value)
          Sets the value of the normalizationType property.
 void setRotationField(String value)
          Sets the value of the rotationField property.
 void setRotationType(EsriRotationType value)
          Sets the value of the rotationType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassBreaksRenderer

@Deprecated
public ClassBreaksRenderer(String field,
                                      double minimumValue,
                                      ClassBreakInfo[] classBreakInfos,
                                      FillSymbol backgroundSymbol,
                                      String normalizationField,
                                      EsriNormalizationType normalizationType,
                                      Double normalizationTotal,
                                      String rotationField,
                                      EsriRotationType rotationType)
Deprecated. 

ClassBreaksRenderer constructor.


ClassBreaksRenderer

public ClassBreaksRenderer()
ClassBreaksRenderer default constructor.

Method Detail

getField

public String getField()
Gets the value of the field property.

Returns:
possible object is String

setField

public void setField(String value)
Sets the value of the field property.

Parameters:
value - allowed object is String

getMinimumValue

public double getMinimumValue()
Minimum break, i.e. the lower bound of the first class. Gets the value of the minimumValue property.


setMinimumValue

public void setMinimumValue(double value)
Minimum break, i.e. the lower bound of the first class. Sets the value of the minimumValue property.


getClassBreakInfos

public ClassBreakInfo[] getClassBreakInfos()
A collection of UniqueValueInfo objects. Gets the value of the classBreakInfos property.

Returns:
possible object is []

setClassBreakInfos

public void setClassBreakInfos(ClassBreakInfo[] value)
A collection of UniqueValueInfo objects. Sets the value of the classBreakInfos property.

Parameters:
value - allowed object is []

getBackgroundSymbol

public FillSymbol getBackgroundSymbol()
Gets the value of the backgroundSymbol property.

Returns:
possible object is FillSymbol

setBackgroundSymbol

public void setBackgroundSymbol(FillSymbol value)
Sets the value of the backgroundSymbol property.

Parameters:
value - allowed object is FillSymbol

getNormalizationField

public String getNormalizationField()
Gets the value of the normalizationField property.

Returns:
possible object is String

setNormalizationField

public void setNormalizationField(String value)
Sets the value of the normalizationField property.

Parameters:
value - allowed object is String

getNormalizationType

public EsriNormalizationType getNormalizationType()
Gets the value of the normalizationType property.

Returns:
possible object is EsriNormalizationType

setNormalizationType

public void setNormalizationType(EsriNormalizationType value)
Sets the value of the normalizationType property.

Parameters:
value - allowed object is EsriNormalizationType

getNormalizationTotal

public Double getNormalizationTotal()
Gets the value of the normalizationTotal property.

Returns:
possible object is Double

setNormalizationTotal

public void setNormalizationTotal(Double value)
Sets the value of the normalizationTotal property.

Parameters:
value - allowed object is Double

getRotationField

public String getRotationField()
Gets the value of the rotationField property.

Returns:
possible object is String

setRotationField

public void setRotationField(String value)
Sets the value of the rotationField property.

Parameters:
value - allowed object is String

getRotationType

public EsriRotationType getRotationType()
Gets the value of the rotationType property.

Returns:
possible object is EsriRotationType

setRotationType

public void setRotationType(EsriRotationType value)
Sets the value of the rotationType property.

Parameters:
value - allowed object is EsriRotationType