public class ScaleBar
extends java.lang.Object
Java class for ScaleBar complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScaleBar">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="align" type="{http://www.mapserver.org/mapserver}alignEnum"/>
<element name="backgroundColor" type="{http://www.mapserver.org/mapserver}rgbColorType" minOccurs="0"/>
<element name="color" type="{http://www.mapserver.org/mapserver}rgbColorType" minOccurs="0"/>
<element name="imageColor" type="{http://www.mapserver.org/mapserver}rgbColorType" minOccurs="0"/>
<element name="intervals" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="Label" type="{http://www.mapserver.org/mapserver}Label" minOccurs="0"/>
<element name="outlineColor" type="{http://www.mapserver.org/mapserver}rgbColorType"/>
<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="size" type="{http://www.mapserver.org/mapserver}sizeType" minOccurs="0"/>
<element name="style" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<minInclusive value="0"/>
<maxInclusive value="1"/>
</restriction>
</simpleType>
</element>
<element name="transparent" type="{http://www.mapserver.org/mapserver}stateEnum" minOccurs="0"/>
<element name="units" type="{http://www.mapserver.org/mapserver}unitType" minOccurs="0"/>
</sequence>
<attribute name="status" type="{http://www.mapserver.org/mapserver}stateEnumUnion" default="OFF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlignEnum |
align |
protected RgbColorType |
backgroundColor |
protected RgbColorType |
color |
protected RgbColorType |
imageColor |
protected java.math.BigInteger |
intervals |
protected Label |
label |
protected RgbColorType |
outlineColor |
protected PositionEnum |
position |
protected BooleanEnum |
postLabelCache |
protected SizeType |
size |
protected java.lang.String |
status |
protected java.lang.Integer |
style |
protected StateEnum |
transparent |
protected UnitType |
units |
| Constructor and Description |
|---|
ScaleBar() |
| Modifier and Type | Method and Description |
|---|---|
AlignEnum |
getAlign()
Gets the value of the align property.
|
RgbColorType |
getBackgroundColor()
Gets the value of the backgroundColor property.
|
RgbColorType |
getColor()
Gets the value of the color property.
|
RgbColorType |
getImageColor()
Gets the value of the imageColor property.
|
java.math.BigInteger |
getIntervals()
Gets the value of the intervals 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.
|
SizeType |
getSize()
Gets the value of the size property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
java.lang.Integer |
getStyle()
Gets the value of the style property.
|
StateEnum |
getTransparent()
Gets the value of the transparent property.
|
UnitType |
getUnits()
Gets the value of the units property.
|
void |
setAlign(AlignEnum value)
Sets the value of the align property.
|
void |
setBackgroundColor(RgbColorType value)
Sets the value of the backgroundColor property.
|
void |
setColor(RgbColorType value)
Sets the value of the color property.
|
void |
setImageColor(RgbColorType value)
Sets the value of the imageColor property.
|
void |
setIntervals(java.math.BigInteger value)
Sets the value of the intervals 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 |
setSize(SizeType value)
Sets the value of the size property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setStyle(java.lang.Integer value)
Sets the value of the style property.
|
void |
setTransparent(StateEnum value)
Sets the value of the transparent property.
|
void |
setUnits(UnitType value)
Sets the value of the units property.
|
protected AlignEnum align
protected RgbColorType backgroundColor
protected RgbColorType color
protected RgbColorType imageColor
protected java.math.BigInteger intervals
protected Label label
protected RgbColorType outlineColor
protected PositionEnum position
protected BooleanEnum postLabelCache
protected SizeType size
protected java.lang.String status
protected java.lang.Integer style
protected StateEnum transparent
protected UnitType units
public AlignEnum getAlign()
AlignEnumpublic RgbColorType getBackgroundColor()
RgbColorTypepublic RgbColorType getColor()
RgbColorTypepublic RgbColorType getImageColor()
RgbColorTypepublic java.math.BigInteger getIntervals()
BigIntegerpublic Label getLabel()
Labelpublic RgbColorType getOutlineColor()
RgbColorTypepublic PositionEnum getPosition()
PositionEnumpublic BooleanEnum getPostLabelCache()
BooleanEnumpublic SizeType getSize()
SizeTypepublic java.lang.String getStatus()
Stringpublic java.lang.Integer getStyle()
Integerpublic StateEnum getTransparent()
StateEnumpublic UnitType getUnits()
UnitTypepublic void setAlign(AlignEnum value)
value - allowed object is
AlignEnumpublic void setBackgroundColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic void setColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic void setImageColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic void setIntervals(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic 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 setSize(SizeType value)
value - allowed object is
SizeTypepublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic void setStyle(java.lang.Integer value)
value - allowed object is
Integerpublic void setTransparent(StateEnum value)
value - allowed object is
StateEnumCopyright © 2015 gvSIG Association. All Rights Reserved.