public class Legend extends 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 String |
status |
protected 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.
|
String |
getStatus()
Gets the value of the status property.
|
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(String value)
Sets the value of the status property.
|
void |
setTemplate(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 String template
protected String status
public RgbColorType getImageColor()
RgbColorType
public void setImageColor(RgbColorType value)
value
- allowed object is
RgbColorType
public SizeType getKeySize()
SizeType
public void setKeySize(SizeType value)
value
- allowed object is
SizeType
public SizeType getKeySpacing()
SizeType
public void setKeySpacing(SizeType value)
value
- allowed object is
SizeType
public Label getLabel()
Label
public void setLabel(Label value)
value
- allowed object is
Label
public RgbColorType getOutlineColor()
RgbColorType
public void setOutlineColor(RgbColorType value)
value
- allowed object is
RgbColorType
public PositionEnum getPosition()
PositionEnum
public void setPosition(PositionEnum value)
value
- allowed object is
PositionEnum
public BooleanEnum getPostLabelCache()
BooleanEnum
public void setPostLabelCache(BooleanEnum value)
value
- allowed object is
BooleanEnum
public String getTemplate()
String
public void setTemplate(String value)
value
- allowed object is
String
public String getStatus()
String