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 status
protected java.lang.String template
public RgbColorType getImageColor()
RgbColorTypepublic SizeType getKeySize()
SizeTypepublic SizeType getKeySpacing()
SizeTypepublic Label getLabel()
Labelpublic RgbColorType getOutlineColor()
RgbColorTypepublic PositionEnum getPosition()
PositionEnumpublic BooleanEnum getPostLabelCache()
BooleanEnumpublic java.lang.String getStatus()
Stringpublic java.lang.String getTemplate()
Stringpublic void setImageColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic void setKeySize(SizeType value)
value - allowed object is
SizeTypepublic void setKeySpacing(SizeType value)
value - allowed object is
SizeTypepublic void setLabel(Label value)
value - allowed object is
Labelpublic void setOutlineColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic void setPosition(PositionEnum value)
value - allowed object is
PositionEnumpublic void setPostLabelCache(BooleanEnum value)
value - allowed object is
BooleanEnumpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic void setTemplate(java.lang.String value)
value - allowed object is
StringCopyright © 2015 gvSIG Association. All Rights Reserved.