|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.LegendClassFormat
public class LegendClassFormat
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>
| 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 |
|---|
@Deprecated
public LegendClassFormat(Symbol labelSymbol,
Symbol descriptionSymbol,
LinePatch linePatch,
AreaPatch areaPatch,
double patchWidth,
double patchHeight)
public LegendClassFormat()
| Method Detail |
|---|
public Symbol getLabelSymbol()
Symbolpublic void setLabelSymbol(Symbol value)
value - allowed object is
Symbolpublic Symbol getDescriptionSymbol()
Symbolpublic void setDescriptionSymbol(Symbol value)
value - allowed object is
Symbolpublic LinePatch getLinePatch()
LinePatchpublic void setLinePatch(LinePatch value)
value - allowed object is
LinePatchpublic AreaPatch getAreaPatch()
AreaPatchpublic void setAreaPatch(AreaPatch value)
value - allowed object is
AreaPatchpublic double getPatchWidth()
public void setPatchWidth(double value)
public double getPatchHeight()
public void setPatchHeight(double value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||