|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgisws.MapServerLegendClass
public class MapServerLegendClass
Java class for MapServerLegendClass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MapServerLegendClass"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Label" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="SymbolImage" type="{http://www.esri.com/schemas/ArcGIS/10.0}ImageResult" minOccurs="0"/> <element name="TransparentColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
MapServerLegendClass()
MapServerLegendClass default constructor. |
|
MapServerLegendClass(String label,
String description,
ImageResult symbolImage,
Color transparentColor)
Deprecated. |
Method Summary | |
---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getLabel()
Gets the value of the label property. |
ImageResult |
getSymbolImage()
Gets the value of the symbolImage property. |
Color |
getTransparentColor()
Gets the value of the transparentColor property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setLabel(String value)
Sets the value of the label property. |
void |
setSymbolImage(ImageResult value)
Sets the value of the symbolImage property. |
void |
setTransparentColor(Color value)
Sets the value of the transparentColor property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public MapServerLegendClass(String label, String description, ImageResult symbolImage, Color transparentColor)
public MapServerLegendClass()
Method Detail |
---|
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public ImageResult getSymbolImage()
ImageResult
public void setSymbolImage(ImageResult value)
value
- allowed object is
ImageResult
public Color getTransparentColor()
Color
public void setTransparentColor(Color value)
value
- allowed object is
Color
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |