|
|||||||||
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()
Color
public void setColor(Color value)
value
- allowed object is
Color
public Color getBackgroundColor()
Color
public void setBackgroundColor(Color value)
value
- allowed object is
Color
public Color getOutlineColor()
Color
public void setOutlineColor(Color value)
value
- allowed object is
Color
public EsriSimpleTextVerticalAlignment getVerticalAlignment()
EsriSimpleTextVerticalAlignment
public void setVerticalAlignment(EsriSimpleTextVerticalAlignment value)
value
- allowed object is
EsriSimpleTextVerticalAlignment
public EsriSimpleTextHorizontalAlignment getHorizontalAlignment()
EsriSimpleTextHorizontalAlignment
public void setHorizontalAlignment(EsriSimpleTextHorizontalAlignment value)
value
- allowed object is
EsriSimpleTextHorizontalAlignment
public java.lang.Boolean getRightToLeft()
Boolean
public java.lang.Boolean isRightToLeft()
public void setRightToLeft(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Double getAngle()
Double
public void setAngle(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getXOffset()
Double
public void setXOffset(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getYOffset()
Double
public void setYOffset(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getSize()
Double
public void setSize(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getFontFamilyName()
String
public void setFontFamilyName(java.lang.String value)
value
- allowed object is
String
public EsriFontStyle getFontStyle()
EsriFontStyle
public void setFontStyle(EsriFontStyle value)
value
- allowed object is
EsriFontStyle
public EsriFontWeight getFontWeight()
EsriFontWeight
public void setFontWeight(EsriFontWeight value)
value
- allowed object is
EsriFontWeight
public EsriFontDecoration getFontDecoration()
EsriFontDecoration
public void setFontDecoration(EsriFontDecoration value)
value
- allowed object is
EsriFontDecoration
public java.lang.Double getOutlineWidth()
Double
public void setOutlineWidth(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Boolean getKerning()
Boolean
public java.lang.Boolean isKerning()
public void setKerning(java.lang.Boolean value)
value
- allowed object is
Boolean
public EsriMaskStyle getMaskStyle()
EsriMaskStyle
public void setMaskStyle(EsriMaskStyle value)
value
- allowed object is
EsriMaskStyle
public java.lang.Integer getMaskSize()
Integer
public void setMaskSize(java.lang.Integer value)
value
- allowed object is
Integer
public Symbol getMaskSymbol()
Symbol
public 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 |