public class Style
extends java.lang.Object
Java class for Style complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Style">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="angle" minOccurs="0">
<simpleType>
<union memberTypes=" {http://www.w3.org/2001/XMLSchema}double {http://www.mapserver.org/mapserver}attributeType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="AUTO"/>
</restriction>
</simpleType>
</union>
</simpleType>
</element>
<element name="antialias" type="{http://www.mapserver.org/mapserver}booleanEnum" minOccurs="0"/>
<element name="backgroundColor" type="{http://www.mapserver.org/mapserver}rgbColorType" minOccurs="0"/>
<choice minOccurs="0">
<element name="color" type="{http://www.mapserver.org/mapserver}rgbColorType"/>
<element name="colorAttribute" type="{http://www.mapserver.org/mapserver}attributeType"/>
</choice>
<element name="gap" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="geomTransform" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="BBOX"/>
<enumeration value="END"/>
<enumeration value="LABELPNT"/>
<enumeration value="LABELPOLY"/>
<enumeration value="START"/>
<enumeration value="VERTICES"/>
</restriction>
</simpleType>
</element>
<element name="initialGap" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="lineCap" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="BUTT"/>
<enumeration value="ROUND"/>
<enumeration value="SQUARE"/>
<enumeration value="TRIANGLE"/>
<enumeration value="SVG"/>
</restriction>
</simpleType>
</element>
<element name="lineJoin" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ROUND"/>
<enumeration value="MITER"/>
<enumeration value="BEVEL"/>
</restriction>
</simpleType>
</element>
<element name="lineJoinMaxSize" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="maxSize" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="maxWidth" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="minSize" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="minWidth" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="offset" type="{http://www.mapserver.org/mapserver}sizeType" minOccurs="0"/>
<element name="opacity" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<choice minOccurs="0">
<element name="outlineColor" type="{http://www.mapserver.org/mapserver}rgbColorType"/>
<element name="outlineColorAttribute" type="{http://www.mapserver.org/mapserver}attributeType"/>
</choice>
<element name="pattern" minOccurs="0">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}float" />
</simpleType>
</element>
<element name="polarOffset" minOccurs="0">
<simpleType>
<union memberTypes=" {http://www.w3.org/2001/XMLSchema}positiveInteger {http://www.mapserver.org/mapserver}attributeType {http://www.w3.org/2001/XMLSchema}positiveInteger {http://www.mapserver.org/mapserver}attributeType">
</union>
</simpleType>
</element>
<element name="size" minOccurs="0">
<simpleType>
<union memberTypes=" {http://www.w3.org/2001/XMLSchema}double {http://www.mapserver.org/mapserver}attributeType">
</union>
</simpleType>
</element>
<element name="symbol" type="{http://www.mapserver.org/mapserver}symbolType" minOccurs="0"/>
<element name="width" minOccurs="0">
<simpleType>
<union memberTypes=" {http://www.w3.org/2001/XMLSchema}double {http://www.mapserver.org/mapserver}attributeType">
</union>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
angle |
protected BooleanEnum |
antialias |
protected RgbColorType |
backgroundColor |
protected RgbColorType |
color |
protected java.lang.String |
colorAttribute |
protected java.math.BigInteger |
gap |
protected java.lang.String |
geomTransform |
protected java.lang.Double |
initialGap |
protected java.lang.String |
lineCap |
protected java.lang.String |
lineJoin |
protected java.math.BigInteger |
lineJoinMaxSize |
protected java.lang.Float |
maxSize |
protected java.lang.Float |
maxWidth |
protected java.lang.Float |
minSize |
protected java.lang.Float |
minWidth |
protected SizeType |
offset |
protected java.math.BigInteger |
opacity |
protected RgbColorType |
outlineColor |
protected java.lang.String |
outlineColorAttribute |
protected java.util.List<java.lang.Float> |
pattern |
protected java.lang.String |
polarOffset |
protected java.lang.String |
size |
protected SymbolType |
symbol |
protected java.lang.String |
width |
| Constructor and Description |
|---|
Style() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAngle()
Gets the value of the angle property.
|
BooleanEnum |
getAntialias()
Gets the value of the antialias property.
|
RgbColorType |
getBackgroundColor()
Gets the value of the backgroundColor property.
|
RgbColorType |
getColor()
Gets the value of the color property.
|
java.lang.String |
getColorAttribute()
Gets the value of the colorAttribute property.
|
java.math.BigInteger |
getGap()
Gets the value of the gap property.
|
java.lang.String |
getGeomTransform()
Gets the value of the geomTransform property.
|
java.lang.Double |
getInitialGap()
Gets the value of the initialGap property.
|
java.lang.String |
getLineCap()
Gets the value of the lineCap property.
|
java.lang.String |
getLineJoin()
Gets the value of the lineJoin property.
|
java.math.BigInteger |
getLineJoinMaxSize()
Gets the value of the lineJoinMaxSize property.
|
java.lang.Float |
getMaxSize()
Gets the value of the maxSize property.
|
java.lang.Float |
getMaxWidth()
Gets the value of the maxWidth property.
|
java.lang.Float |
getMinSize()
Gets the value of the minSize property.
|
java.lang.Float |
getMinWidth()
Gets the value of the minWidth property.
|
SizeType |
getOffset()
Gets the value of the offset property.
|
java.math.BigInteger |
getOpacity()
Gets the value of the opacity property.
|
RgbColorType |
getOutlineColor()
Gets the value of the outlineColor property.
|
java.lang.String |
getOutlineColorAttribute()
Gets the value of the outlineColorAttribute property.
|
java.util.List<java.lang.Float> |
getPattern()
Gets the value of the pattern property.
|
java.lang.String |
getPolarOffset()
Gets the value of the polarOffset property.
|
java.lang.String |
getSize()
Gets the value of the size property.
|
SymbolType |
getSymbol()
Gets the value of the symbol property.
|
java.lang.String |
getWidth()
Gets the value of the width property.
|
void |
setAngle(java.lang.String value)
Sets the value of the angle property.
|
void |
setAntialias(BooleanEnum value)
Sets the value of the antialias property.
|
void |
setBackgroundColor(RgbColorType value)
Sets the value of the backgroundColor property.
|
void |
setColor(RgbColorType value)
Sets the value of the color property.
|
void |
setColorAttribute(java.lang.String value)
Sets the value of the colorAttribute property.
|
void |
setGap(java.math.BigInteger value)
Sets the value of the gap property.
|
void |
setGeomTransform(java.lang.String value)
Sets the value of the geomTransform property.
|
void |
setInitialGap(java.lang.Double value)
Sets the value of the initialGap property.
|
void |
setLineCap(java.lang.String value)
Sets the value of the lineCap property.
|
void |
setLineJoin(java.lang.String value)
Sets the value of the lineJoin property.
|
void |
setLineJoinMaxSize(java.math.BigInteger value)
Sets the value of the lineJoinMaxSize property.
|
void |
setMaxSize(java.lang.Float value)
Sets the value of the maxSize property.
|
void |
setMaxWidth(java.lang.Float value)
Sets the value of the maxWidth property.
|
void |
setMinSize(java.lang.Float value)
Sets the value of the minSize property.
|
void |
setMinWidth(java.lang.Float value)
Sets the value of the minWidth property.
|
void |
setOffset(SizeType value)
Sets the value of the offset property.
|
void |
setOpacity(java.math.BigInteger value)
Sets the value of the opacity property.
|
void |
setOutlineColor(RgbColorType value)
Sets the value of the outlineColor property.
|
void |
setOutlineColorAttribute(java.lang.String value)
Sets the value of the outlineColorAttribute property.
|
void |
setPolarOffset(java.lang.String value)
Sets the value of the polarOffset property.
|
void |
setSize(java.lang.String value)
Sets the value of the size property.
|
void |
setSymbol(SymbolType value)
Sets the value of the symbol property.
|
void |
setWidth(java.lang.String value)
Sets the value of the width property.
|
protected java.lang.String angle
protected BooleanEnum antialias
protected RgbColorType backgroundColor
protected RgbColorType color
protected java.lang.String colorAttribute
protected java.math.BigInteger gap
protected java.lang.String geomTransform
protected java.lang.Double initialGap
protected java.lang.String lineCap
protected java.lang.String lineJoin
protected java.math.BigInteger lineJoinMaxSize
protected java.lang.Float maxSize
protected java.lang.Float maxWidth
protected java.lang.Float minSize
protected java.lang.Float minWidth
protected SizeType offset
protected java.math.BigInteger opacity
protected RgbColorType outlineColor
protected java.lang.String outlineColorAttribute
protected java.util.List<java.lang.Float> pattern
protected java.lang.String polarOffset
protected java.lang.String size
protected SymbolType symbol
protected java.lang.String width
public java.lang.String getAngle()
Stringpublic BooleanEnum getAntialias()
BooleanEnumpublic RgbColorType getBackgroundColor()
RgbColorTypepublic RgbColorType getColor()
RgbColorTypepublic java.lang.String getColorAttribute()
Stringpublic java.math.BigInteger getGap()
BigIntegerpublic java.lang.String getGeomTransform()
Stringpublic java.lang.Double getInitialGap()
Doublepublic java.lang.String getLineCap()
Stringpublic java.lang.String getLineJoin()
Stringpublic java.math.BigInteger getLineJoinMaxSize()
BigIntegerpublic java.lang.Float getMaxSize()
Floatpublic java.lang.Float getMaxWidth()
Floatpublic java.lang.Float getMinSize()
Floatpublic java.lang.Float getMinWidth()
Floatpublic SizeType getOffset()
SizeTypepublic java.math.BigInteger getOpacity()
BigIntegerpublic RgbColorType getOutlineColor()
RgbColorTypepublic java.lang.String getOutlineColorAttribute()
Stringpublic java.util.List<java.lang.Float> getPattern()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pattern property.
For example, to add a new item, do as follows:
getPattern().add(newItem);
Objects of the following type(s) are allowed in the list
Float
public java.lang.String getPolarOffset()
Stringpublic java.lang.String getSize()
Stringpublic SymbolType getSymbol()
SymbolTypepublic java.lang.String getWidth()
Stringpublic void setAngle(java.lang.String value)
value - allowed object is
Stringpublic void setAntialias(BooleanEnum value)
value - allowed object is
BooleanEnumpublic void setBackgroundColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic void setColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic void setColorAttribute(java.lang.String value)
value - allowed object is
Stringpublic void setGap(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic void setGeomTransform(java.lang.String value)
value - allowed object is
Stringpublic void setInitialGap(java.lang.Double value)
value - allowed object is
Doublepublic void setLineCap(java.lang.String value)
value - allowed object is
Stringpublic void setLineJoin(java.lang.String value)
value - allowed object is
Stringpublic void setLineJoinMaxSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic void setMaxSize(java.lang.Float value)
value - allowed object is
Floatpublic void setMaxWidth(java.lang.Float value)
value - allowed object is
Floatpublic void setMinSize(java.lang.Float value)
value - allowed object is
Floatpublic void setMinWidth(java.lang.Float value)
value - allowed object is
Floatpublic void setOffset(SizeType value)
value - allowed object is
SizeTypepublic void setOpacity(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic void setOutlineColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic void setOutlineColorAttribute(java.lang.String value)
value - allowed object is
Stringpublic void setPolarOffset(java.lang.String value)
value - allowed object is
Stringpublic void setSize(java.lang.String value)
value - allowed object is
Stringpublic void setSymbol(SymbolType value)
value - allowed object is
SymbolTypepublic void setWidth(java.lang.String value)
value - allowed object is
StringCopyright © 2015 gvSIG Association. All Rights Reserved.