|
|||||||||
| 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.3}Symbol">
<sequence>
<element name="Color" type="{http://www.esri.com/schemas/ArcGIS/10.3}Color" minOccurs="0"/>
<element name="BackgroundColor" type="{http://www.esri.com/schemas/ArcGIS/10.3}Color" minOccurs="0"/>
<element name="OutlineColor" type="{http://www.esri.com/schemas/ArcGIS/10.3}Color" minOccurs="0"/>
<element name="VerticalAlignment" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriSimpleTextVerticalAlignment" minOccurs="0"/>
<element name="HorizontalAlignment" type="{http://www.esri.com/schemas/ArcGIS/10.3}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.3}esriFontStyle" minOccurs="0"/>
<element name="FontWeight" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriFontWeight" minOccurs="0"/>
<element name="FontDecoration" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriFontDecoration" minOccurs="0"/>
<element name="OutlineWidth" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Kerning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MaskStyle" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriMaskStyle" minOccurs="0"/>
<element name="MaskSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MaskSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.3}Symbol" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SimpleTextSymbol()
SimpleTextSymbol default constructor. |
|
SimpleTextSymbol(Color color,
Color backgroundColor,
Color outlineColor,
EsriSimpleTextVerticalAlignment verticalAlignment,
EsriSimpleTextHorizontalAlignment horizontalAlignment,
java.lang.Boolean rightToLeft,
java.lang.Double angle,
java.lang.Double xOffset,
java.lang.Double yOffset,
java.lang.Double size,
java.lang.String fontFamilyName,
EsriFontStyle fontStyle,
EsriFontWeight fontWeight,
EsriFontDecoration fontDecoration,
java.lang.Double outlineWidth,
java.lang.Boolean kerning,
EsriMaskStyle maskStyle,
java.lang.Integer maskSize,
Symbol maskSymbol)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.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. |
java.lang.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. |
java.lang.Boolean |
getKerning()
Gets the value of the kerning property. |
java.lang.Integer |
getMaskSize()
Gets the value of the maskSize property. |
EsriMaskStyle |
getMaskStyle()
Gets the value of the maskStyle property. |
Symbol |
getMaskSymbol()
Gets the value of the maskSymbol property. |
Color |
getOutlineColor()
Gets the value of the outlineColor property. |
java.lang.Double |
getOutlineWidth()
Gets the value of the outlineWidth property. |
java.lang.Boolean |
getRightToLeft()
Indicates if the text is drawn from right to left. |
java.lang.Double |
getSize()
Text size. |
EsriSimpleTextVerticalAlignment |
getVerticalAlignment()
Vertical alignment style. |
java.lang.Double |
getXOffset()
Gets the value of the xOffset property. |
java.lang.Double |
getYOffset()
Gets the value of the yOffset property. |
java.lang.Boolean |
isKerning()
|
java.lang.Boolean |
isRightToLeft()
Indicates if the text is drawn from right to left. |
void |
setAngle(java.lang.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(java.lang.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 |
setKerning(java.lang.Boolean value)
Sets the value of the kerning property. |
void |
setMaskSize(java.lang.Integer value)
Sets the value of the maskSize property. |
void |
setMaskStyle(EsriMaskStyle value)
Sets the value of the maskStyle property. |
void |
setMaskSymbol(Symbol value)
Sets the value of the maskSymbol property. |
void |
setOutlineColor(Color value)
Sets the value of the outlineColor property. |
void |
setOutlineWidth(java.lang.Double value)
Sets the value of the outlineWidth property. |
void |
setRightToLeft(java.lang.Boolean value)
Indicates if the text is drawn from right to left. |
void |
setSize(java.lang.Double value)
Text size. |
void |
setVerticalAlignment(EsriSimpleTextVerticalAlignment value)
Vertical alignment style. |
void |
setXOffset(java.lang.Double value)
Sets the value of the xOffset property. |
void |
setYOffset(java.lang.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,
java.lang.Boolean rightToLeft,
java.lang.Double angle,
java.lang.Double xOffset,
java.lang.Double yOffset,
java.lang.Double size,
java.lang.String fontFamilyName,
EsriFontStyle fontStyle,
EsriFontWeight fontWeight,
EsriFontDecoration fontDecoration,
java.lang.Double outlineWidth,
java.lang.Boolean kerning,
EsriMaskStyle maskStyle,
java.lang.Integer maskSize,
Symbol maskSymbol)
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 java.lang.Boolean getRightToLeft()
Booleanpublic java.lang.Boolean isRightToLeft()
public void setRightToLeft(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getAngle()
Doublepublic void setAngle(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getXOffset()
Doublepublic void setXOffset(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getYOffset()
Doublepublic void setYOffset(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getSize()
Doublepublic void setSize(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getFontFamilyName()
Stringpublic void setFontFamilyName(java.lang.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
EsriFontDecorationpublic java.lang.Double getOutlineWidth()
Doublepublic void setOutlineWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Boolean getKerning()
Booleanpublic java.lang.Boolean isKerning()
public void setKerning(java.lang.Boolean value)
value - allowed object is
Booleanpublic EsriMaskStyle getMaskStyle()
EsriMaskStylepublic void setMaskStyle(EsriMaskStyle value)
value - allowed object is
EsriMaskStylepublic java.lang.Integer getMaskSize()
Integerpublic void setMaskSize(java.lang.Integer value)
value - allowed object is
Integerpublic Symbol getMaskSymbol()
Symbolpublic void setMaskSymbol(Symbol value)
value - allowed object is
Symbol
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||