|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Symbol
com.esri.arcgisws.SimpleTextSymbol
public class SimpleTextSymbol
Java class for SimpleTextSymbol complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleTextSymbol">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Symbol">
<sequence>
<element name="Color" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
<element name="BackgroundColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
<element name="OutlineColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
<element name="VerticalAlignment" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriSimpleTextVerticalAlignment" minOccurs="0"/>
<element name="HorizontalAlignment" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriSimpleTextHorizontalAlignment" minOccurs="0"/>
<element name="RightToLeft" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Angle" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="XOffset" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="YOffset" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Size" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="FontFamilyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FontStyle" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriFontStyle" minOccurs="0"/>
<element name="FontWeight" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriFontWeight" minOccurs="0"/>
<element name="FontDecoration" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriFontDecoration" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SimpleTextSymbol()
SimpleTextSymbol default constructor. |
|
SimpleTextSymbol(Color color,
Color backgroundColor,
Color outlineColor,
EsriSimpleTextVerticalAlignment verticalAlignment,
EsriSimpleTextHorizontalAlignment horizontalAlignment,
Boolean rightToLeft,
Double angle,
Double xOffset,
Double yOffset,
Double size,
String fontFamilyName,
EsriFontStyle fontStyle,
EsriFontWeight fontWeight,
EsriFontDecoration fontDecoration)
Deprecated. |
|
| Method Summary | |
|---|---|
Double |
getAngle()
Text baseline angle. |
Color |
getBackgroundColor()
Gets the value of the backgroundColor property. |
Color |
getColor()
Text color." Gets the value of the color property. |
EsriFontDecoration |
getFontDecoration()
Gets the value of the fontDecoration property. |
String |
getFontFamilyName()
The name of the font family. |
EsriFontStyle |
getFontStyle()
The font style. |
EsriFontWeight |
getFontWeight()
The boldness or weight of the font. |
EsriSimpleTextHorizontalAlignment |
getHorizontalAlignment()
Horizontal alignment style. |
Color |
getOutlineColor()
Gets the value of the outlineColor property. |
Boolean |
getRightToLeft()
Indicates if the text is drawn from right to left. |
Double |
getSize()
Text size. |
EsriSimpleTextVerticalAlignment |
getVerticalAlignment()
Vertical alignment style. |
Double |
getXOffset()
Gets the value of the xOffset property. |
Double |
getYOffset()
Gets the value of the yOffset property. |
Boolean |
isRightToLeft()
Indicates if the text is drawn from right to left. |
void |
setAngle(Double value)
Text baseline angle. |
void |
setBackgroundColor(Color value)
Sets the value of the backgroundColor property. |
void |
setColor(Color value)
Text color." Sets the value of the color property. |
void |
setFontDecoration(EsriFontDecoration value)
Sets the value of the fontDecoration property. |
void |
setFontFamilyName(String value)
The name of the font family. |
void |
setFontStyle(EsriFontStyle value)
The font style. |
void |
setFontWeight(EsriFontWeight value)
The boldness or weight of the font. |
void |
setHorizontalAlignment(EsriSimpleTextHorizontalAlignment value)
Horizontal alignment style. |
void |
setOutlineColor(Color value)
Sets the value of the outlineColor property. |
void |
setRightToLeft(Boolean value)
Indicates if the text is drawn from right to left. |
void |
setSize(Double value)
Text size. |
void |
setVerticalAlignment(EsriSimpleTextVerticalAlignment value)
Vertical alignment style. |
void |
setXOffset(Double value)
Sets the value of the xOffset property. |
void |
setYOffset(Double value)
Sets the value of the yOffset property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public SimpleTextSymbol(Color color,
Color backgroundColor,
Color outlineColor,
EsriSimpleTextVerticalAlignment verticalAlignment,
EsriSimpleTextHorizontalAlignment horizontalAlignment,
Boolean rightToLeft,
Double angle,
Double xOffset,
Double yOffset,
Double size,
String fontFamilyName,
EsriFontStyle fontStyle,
EsriFontWeight fontWeight,
EsriFontDecoration fontDecoration)
public SimpleTextSymbol()
| Method Detail |
|---|
public Color getColor()
Colorpublic void setColor(Color value)
value - allowed object is
Colorpublic Color getBackgroundColor()
Colorpublic void setBackgroundColor(Color value)
value - allowed object is
Colorpublic Color getOutlineColor()
Colorpublic void setOutlineColor(Color value)
value - allowed object is
Colorpublic EsriSimpleTextVerticalAlignment getVerticalAlignment()
EsriSimpleTextVerticalAlignmentpublic void setVerticalAlignment(EsriSimpleTextVerticalAlignment value)
value - allowed object is
EsriSimpleTextVerticalAlignmentpublic EsriSimpleTextHorizontalAlignment getHorizontalAlignment()
EsriSimpleTextHorizontalAlignmentpublic void setHorizontalAlignment(EsriSimpleTextHorizontalAlignment value)
value - allowed object is
EsriSimpleTextHorizontalAlignmentpublic Boolean getRightToLeft()
Booleanpublic Boolean isRightToLeft()
public void setRightToLeft(Boolean value)
value - allowed object is
Booleanpublic Double getAngle()
Doublepublic void setAngle(Double value)
value - allowed object is
Doublepublic Double getXOffset()
Doublepublic void setXOffset(Double value)
value - allowed object is
Doublepublic Double getYOffset()
Doublepublic void setYOffset(Double value)
value - allowed object is
Doublepublic Double getSize()
Doublepublic void setSize(Double value)
value - allowed object is
Doublepublic String getFontFamilyName()
Stringpublic void setFontFamilyName(String value)
value - allowed object is
Stringpublic EsriFontStyle getFontStyle()
EsriFontStylepublic void setFontStyle(EsriFontStyle value)
value - allowed object is
EsriFontStylepublic EsriFontWeight getFontWeight()
EsriFontWeightpublic void setFontWeight(EsriFontWeight value)
value - allowed object is
EsriFontWeightpublic EsriFontDecoration getFontDecoration()
EsriFontDecorationpublic void setFontDecoration(EsriFontDecoration value)
value - allowed object is
EsriFontDecoration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||