com.esri.arcgisws
Class LegendClassFormat

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

public class LegendClassFormat
extends Object
implements Serializable

Java class for LegendClassFormat complex type.

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

 <complexType name="LegendClassFormat">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LabelSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}Symbol" minOccurs="0"/>
         <element name="DescriptionSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}Symbol" minOccurs="0"/>
         <element name="LinePatch" type="{http://www.esri.com/schemas/ArcGIS/10.0}LinePatch" minOccurs="0"/>
         <element name="AreaPatch" type="{http://www.esri.com/schemas/ArcGIS/10.0}AreaPatch" minOccurs="0"/>
         <element name="PatchWidth" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="PatchHeight" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
LegendClassFormat()
          LegendClassFormat default constructor.
LegendClassFormat(Symbol labelSymbol, Symbol descriptionSymbol, LinePatch linePatch, AreaPatch areaPatch, double patchWidth, double patchHeight)
          Deprecated. 
 
Method Summary
 AreaPatch getAreaPatch()
          Gets the value of the areaPatch property.
 Symbol getDescriptionSymbol()
          Gets the value of the descriptionSymbol property.
 Symbol getLabelSymbol()
          Gets the value of the labelSymbol property.
 LinePatch getLinePatch()
          Gets the value of the linePatch property.
 double getPatchHeight()
          Gets the value of the patchHeight property.
 double getPatchWidth()
          Gets the value of the patchWidth property.
 void setAreaPatch(AreaPatch value)
          Sets the value of the areaPatch property.
 void setDescriptionSymbol(Symbol value)
          Sets the value of the descriptionSymbol property.
 void setLabelSymbol(Symbol value)
          Sets the value of the labelSymbol property.
 void setLinePatch(LinePatch value)
          Sets the value of the linePatch property.
 void setPatchHeight(double value)
          Sets the value of the patchHeight property.
 void setPatchWidth(double value)
          Sets the value of the patchWidth property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegendClassFormat

@Deprecated
public LegendClassFormat(Symbol labelSymbol,
                                    Symbol descriptionSymbol,
                                    LinePatch linePatch,
                                    AreaPatch areaPatch,
                                    double patchWidth,
                                    double patchHeight)
Deprecated. 

LegendClassFormat constructor.


LegendClassFormat

public LegendClassFormat()
LegendClassFormat default constructor.

Method Detail

getLabelSymbol

public Symbol getLabelSymbol()
Gets the value of the labelSymbol property.

Returns:
possible object is Symbol

setLabelSymbol

public void setLabelSymbol(Symbol value)
Sets the value of the labelSymbol property.

Parameters:
value - allowed object is Symbol

getDescriptionSymbol

public Symbol getDescriptionSymbol()
Gets the value of the descriptionSymbol property.

Returns:
possible object is Symbol

setDescriptionSymbol

public void setDescriptionSymbol(Symbol value)
Sets the value of the descriptionSymbol property.

Parameters:
value - allowed object is Symbol

getLinePatch

public LinePatch getLinePatch()
Gets the value of the linePatch property.

Returns:
possible object is LinePatch

setLinePatch

public void setLinePatch(LinePatch value)
Sets the value of the linePatch property.

Parameters:
value - allowed object is LinePatch

getAreaPatch

public AreaPatch getAreaPatch()
Gets the value of the areaPatch property.

Returns:
possible object is AreaPatch

setAreaPatch

public void setAreaPatch(AreaPatch value)
Sets the value of the areaPatch property.

Parameters:
value - allowed object is AreaPatch

getPatchWidth

public double getPatchWidth()
Gets the value of the patchWidth property.


setPatchWidth

public void setPatchWidth(double value)
Sets the value of the patchWidth property.


getPatchHeight

public double getPatchHeight()
Gets the value of the patchHeight property.


setPatchHeight

public void setPatchHeight(double value)
Sets the value of the patchHeight property.