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()
String
public void setAngle(java.lang.String value)
value
- allowed object is
String
public BooleanEnum getAntialias()
BooleanEnum
public void setAntialias(BooleanEnum value)
value
- allowed object is
BooleanEnum
public RgbColorType getBackgroundColor()
RgbColorType
public void setBackgroundColor(RgbColorType value)
value
- allowed object is
RgbColorType
public RgbColorType getColor()
RgbColorType
public void setColor(RgbColorType value)
value
- allowed object is
RgbColorType
public java.lang.String getColorAttribute()
String
public void setColorAttribute(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getGap()
BigInteger
public void setGap(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getGeomTransform()
String
public void setGeomTransform(java.lang.String value)
value
- allowed object is
String
public java.lang.Double getInitialGap()
Double
public void setInitialGap(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getLineCap()
String
public void setLineCap(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLineJoin()
String
public void setLineJoin(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getLineJoinMaxSize()
BigInteger
public void setLineJoinMaxSize(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Float getMaxSize()
Float
public void setMaxSize(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Float getMaxWidth()
Float
public void setMaxWidth(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Float getMinSize()
Float
public void setMinSize(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Float getMinWidth()
Float
public void setMinWidth(java.lang.Float value)
value
- allowed object is
Float
public SizeType getOffset()
SizeType
public void setOffset(SizeType value)
value
- allowed object is
SizeType
public java.math.BigInteger getOpacity()
BigInteger
public void setOpacity(java.math.BigInteger value)
value
- allowed object is
BigInteger
public RgbColorType getOutlineColor()
RgbColorType
public void setOutlineColor(RgbColorType value)
value
- allowed object is
RgbColorType
public java.lang.String getOutlineColorAttribute()
String
public void setOutlineColorAttribute(java.lang.String value)
value
- allowed object is
String
public 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()
String
public void setPolarOffset(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSize()
String
public void setSize(java.lang.String value)
value
- allowed object is
String
public SymbolType getSymbol()
SymbolType
public void setSymbol(SymbolType value)
value
- allowed object is
SymbolType
public java.lang.String getWidth()
String
public void setWidth(java.lang.String value)
value
- allowed object is
String