public class Legend
extends java.lang.Object
Java class for Legend complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Legend">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="imageColor" type="{http://www.mapserver.org/mapserver}rgbColorType" minOccurs="0"/>
<element name="keySize" type="{http://www.mapserver.org/mapserver}sizeType" minOccurs="0"/>
<element name="keySpacing" type="{http://www.mapserver.org/mapserver}sizeType" minOccurs="0"/>
<element name="Label" type="{http://www.mapserver.org/mapserver}Label" minOccurs="0"/>
<element name="outlineColor" type="{http://www.mapserver.org/mapserver}rgbColorType" minOccurs="0"/>
<element name="position" type="{http://www.mapserver.org/mapserver}positionEnum" minOccurs="0"/>
<element name="postLabelCache" type="{http://www.mapserver.org/mapserver}booleanEnum" minOccurs="0"/>
<element name="template" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
<attribute name="status" type="{http://www.mapserver.org/mapserver}stateEnumUnion" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RgbColorType |
imageColor |
protected SizeType |
keySize |
protected SizeType |
keySpacing |
protected Label |
label |
protected RgbColorType |
outlineColor |
protected PositionEnum |
position |
protected BooleanEnum |
postLabelCache |
protected java.lang.String |
status |
protected java.lang.String |
template |
| Constructor and Description |
|---|
Legend() |
| Modifier and Type | Method and Description |
|---|---|
RgbColorType |
getImageColor()
Gets the value of the imageColor property.
|
SizeType |
getKeySize()
Gets the value of the keySize property.
|
SizeType |
getKeySpacing()
Gets the value of the keySpacing property.
|
Label |
getLabel()
Gets the value of the label property.
|
RgbColorType |
getOutlineColor()
Gets the value of the outlineColor property.
|
PositionEnum |
getPosition()
Gets the value of the position property.
|
BooleanEnum |
getPostLabelCache()
Gets the value of the postLabelCache property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
java.lang.String |
getTemplate()
Gets the value of the template property.
|
void |
setImageColor(RgbColorType value)
Sets the value of the imageColor property.
|
void |
setKeySize(SizeType value)
Sets the value of the keySize property.
|
void |
setKeySpacing(SizeType value)
Sets the value of the keySpacing property.
|
void |
setLabel(Label value)
Sets the value of the label property.
|
void |
setOutlineColor(RgbColorType value)
Sets the value of the outlineColor property.
|
void |
setPosition(PositionEnum value)
Sets the value of the position property.
|
void |
setPostLabelCache(BooleanEnum value)
Sets the value of the postLabelCache property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setTemplate(java.lang.String value)
Sets the value of the template property.
|
protected RgbColorType imageColor
protected SizeType keySize
protected SizeType keySpacing
protected Label label
protected RgbColorType outlineColor
protected PositionEnum position
protected BooleanEnum postLabelCache
protected java.lang.String template
protected java.lang.String status
public RgbColorType getImageColor()
RgbColorTypepublic void setImageColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic SizeType getKeySize()
SizeTypepublic void setKeySize(SizeType value)
value - allowed object is
SizeTypepublic SizeType getKeySpacing()
SizeTypepublic void setKeySpacing(SizeType value)
value - allowed object is
SizeTypepublic Label getLabel()
Labelpublic void setLabel(Label value)
value - allowed object is
Labelpublic RgbColorType getOutlineColor()
RgbColorTypepublic void setOutlineColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic PositionEnum getPosition()
PositionEnumpublic void setPosition(PositionEnum value)
value - allowed object is
PositionEnumpublic BooleanEnum getPostLabelCache()
BooleanEnumpublic void setPostLabelCache(BooleanEnum value)
value - allowed object is
BooleanEnumpublic java.lang.String getTemplate()
Stringpublic void setTemplate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
String