com.esri.arcgisws
Class SimpleRenderer

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

public class SimpleRenderer
extends FeatureRenderer
implements Serializable

Java class for SimpleRenderer complex type.

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

 <complexType name="SimpleRenderer">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}FeatureRenderer">
       <sequence>
         <element name="Symbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}Symbol"/>
         <element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" 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"/>
         <element name="TransparencyField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SimpleRenderer()
          SimpleRenderer default constructor.
SimpleRenderer(Symbol symbol, String label, String description, String rotationField, EsriRotationType rotationType, String transparencyField)
          Deprecated. 
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getLabel()
          Gets the value of the label property.
 String getRotationField()
          Gets the value of the rotationField property.
 EsriRotationType getRotationType()
          Gets the value of the rotationType property.
 Symbol getSymbol()
          Gets the value of the symbol property.
 String getTransparencyField()
          Gets the value of the transparencyField property.
 void setDescription(String value)
          Sets the value of the description property.
 void setLabel(String value)
          Sets the value of the label property.
 void setRotationField(String value)
          Sets the value of the rotationField property.
 void setRotationType(EsriRotationType value)
          Sets the value of the rotationType property.
 void setSymbol(Symbol value)
          Sets the value of the symbol property.
 void setTransparencyField(String value)
          Sets the value of the transparencyField property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRenderer

@Deprecated
public SimpleRenderer(Symbol symbol,
                                 String label,
                                 String description,
                                 String rotationField,
                                 EsriRotationType rotationType,
                                 String transparencyField)
Deprecated. 

SimpleRenderer constructor.


SimpleRenderer

public SimpleRenderer()
SimpleRenderer default constructor.

Method Detail

getSymbol

public Symbol getSymbol()
Gets the value of the symbol property.

Returns:
possible object is Symbol

setSymbol

public void setSymbol(Symbol value)
Sets the value of the symbol property.

Parameters:
value - allowed object is Symbol

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

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

getTransparencyField

public String getTransparencyField()
Gets the value of the transparencyField property.

Returns:
possible object is String

setTransparencyField

public void setTransparencyField(String value)
Sets the value of the transparencyField property.

Parameters:
value - allowed object is String