public class Symbol extends Object
Java class for Symbol complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Symbol"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="anchorPoint" type="{http://www.mapserver.org/mapserver}pointType" minOccurs="0"/> <element name="antialias" type="{http://www.mapserver.org/mapserver}booleanEnum" minOccurs="0"/> <element name="character" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="filled" type="{http://www.mapserver.org/mapserver}booleanEnum" minOccurs="0"/> <element name="font" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="image" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Points" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="point" type="{http://www.mapserver.org/mapserver}pointType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="transparent" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="vector"/> <enumeration value="ellipse"/> <enumeration value="pixmap"/> <enumeration value="truetype"/> <enumeration value="hatch"/> <enumeration value="simple"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Symbol.Points
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected PointType |
anchorPoint |
protected BooleanEnum |
antialias |
protected String |
character |
protected BooleanEnum |
filled |
protected String |
font |
protected String |
image |
protected String |
name |
protected Symbol.Points |
points |
protected BigInteger |
transparent |
protected String |
type |
Constructor and Description |
---|
Symbol() |
Modifier and Type | Method and Description |
---|---|
PointType |
getAnchorPoint()
Gets the value of the anchorPoint property.
|
BooleanEnum |
getAntialias()
Gets the value of the antialias property.
|
String |
getCharacter()
Gets the value of the character property.
|
BooleanEnum |
getFilled()
Gets the value of the filled property.
|
String |
getFont()
Gets the value of the font property.
|
String |
getImage()
Gets the value of the image property.
|
String |
getName()
Gets the value of the name property.
|
Symbol.Points |
getPoints()
Gets the value of the points property.
|
BigInteger |
getTransparent()
Gets the value of the transparent property.
|
String |
getType()
Gets the value of the type property.
|
void |
setAnchorPoint(PointType value)
Sets the value of the anchorPoint property.
|
void |
setAntialias(BooleanEnum value)
Sets the value of the antialias property.
|
void |
setCharacter(String value)
Sets the value of the character property.
|
void |
setFilled(BooleanEnum value)
Sets the value of the filled property.
|
void |
setFont(String value)
Sets the value of the font property.
|
void |
setImage(String value)
Sets the value of the image property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPoints(Symbol.Points value)
Sets the value of the points property.
|
void |
setTransparent(BigInteger value)
Sets the value of the transparent property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected PointType anchorPoint
protected BooleanEnum antialias
protected String character
protected BooleanEnum filled
protected String font
protected String image
protected Symbol.Points points
protected BigInteger transparent
protected String name
protected String type
public PointType getAnchorPoint()
PointType
public void setAnchorPoint(PointType value)
value
- allowed object is
PointType
public BooleanEnum getAntialias()
BooleanEnum
public void setAntialias(BooleanEnum value)
value
- allowed object is
BooleanEnum
public String getCharacter()
String
public void setCharacter(String value)
value
- allowed object is
String
public BooleanEnum getFilled()
BooleanEnum
public void setFilled(BooleanEnum value)
value
- allowed object is
BooleanEnum
public String getFont()
String
public void setFont(String value)
value
- allowed object is
String
public String getImage()
String
public void setImage(String value)
value
- allowed object is
String
public Symbol.Points getPoints()
Symbol.Points
public void setPoints(Symbol.Points value)
value
- allowed object is
Symbol.Points
public BigInteger getTransparent()
BigInteger
public void setTransparent(BigInteger value)
value
- allowed object is
BigInteger
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getType()
String