com.esri.arcgisws
Class CharacterMarkerSymbol

java.lang.Object
  extended by com.esri.arcgisws.Symbol
      extended by com.esri.arcgisws.MarkerSymbol
          extended by com.esri.arcgisws.CartographicMarkerSymbol
              extended by com.esri.arcgisws.CharacterMarkerSymbol
All Implemented Interfaces:
java.io.Serializable

public class CharacterMarkerSymbol
extends CartographicMarkerSymbol
implements java.io.Serializable

Java class for CharacterMarkerSymbol complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CharacterMarkerSymbol">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}CartographicMarkerSymbol">
       <sequence>
         <element name="CharacterIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="FontName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FontItalic" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="FontUnderline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="FontStrikethrough" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="FontWeight" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="FontCharset" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="FontSizeHi" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="FontSizeLo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
CharacterMarkerSymbol()
          CharacterMarkerSymbol default constructor.
CharacterMarkerSymbol(double angle, Color color, double size, double xOffset, double yOffset, double xScale, double yScale, int characterIndex, java.lang.String fontName, java.lang.Boolean fontItalic, java.lang.Boolean fontUnderline, java.lang.Boolean fontStrikethrough, java.lang.Integer fontWeight, java.lang.Integer fontCharset, java.lang.Integer fontSizeHi, java.lang.Integer fontSizeLo)
          Deprecated. 
 
Method Summary
 int getCharacterIndex()
          Gets the value of the characterIndex property.
 java.lang.Integer getFontCharset()
          The character set used in the font, such as ANSI_CHARSET, DEFAULT_CHARSET, or SYMBOL_CHARSET.
 java.lang.Boolean getFontItalic()
          Indicates whether the font is italicized.
 java.lang.String getFontName()
          The name of the font family.
 java.lang.Integer getFontSizeHi()
          Point size of the font expressed in a 64-bit CY variable whose upper 32-bits contains the integer point size.
 java.lang.Integer getFontSizeLo()
          Point size of the font expressed in a 64-bit CY variable whose lower 32-bits contains the fractional point size.
 java.lang.Boolean getFontStrikethrough()
          Indicates whether the font is strikethrough.
 java.lang.Boolean getFontUnderline()
          Indicates whether the font is underlined.
 java.lang.Integer getFontWeight()
          The boldness or weight of the font.
 java.lang.Boolean isFontItalic()
          Indicates whether the font is italicized.
 java.lang.Boolean isFontStrikethrough()
          Indicates whether the font is strikethrough.
 java.lang.Boolean isFontUnderline()
          Indicates whether the font is underlined.
 void setCharacterIndex(int value)
          Sets the value of the characterIndex property.
 void setFontCharset(java.lang.Integer value)
          Sets the value of the fontCharset property.
 void setFontItalic(java.lang.Boolean value)
          Indicates whether the font is italicized.
 void setFontName(java.lang.String value)
          The name of the font family.
 void setFontSizeHi(java.lang.Integer value)
          Point size of the font expressed in a 64-bit CY variable whose upper 32-bits contains the integer point size.
 void setFontSizeLo(java.lang.Integer value)
          Point size of the font expressed in a 64-bit CY variable whose lower 32-bits contains the fractional point size.
 void setFontStrikethrough(java.lang.Boolean value)
          Indicates whether the font is strikethrough.
 void setFontUnderline(java.lang.Boolean value)
          Indicates whether the font is underlined.
 void setFontWeight(java.lang.Integer value)
          The boldness or weight of the font.
 
Methods inherited from class com.esri.arcgisws.CartographicMarkerSymbol
getXScale, getYScale, setXScale, setYScale
 
Methods inherited from class com.esri.arcgisws.MarkerSymbol
getAngle, getColor, getSize, getXOffset, getYOffset, setAngle, setColor, setSize, setXOffset, setYOffset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterMarkerSymbol

@Deprecated
public CharacterMarkerSymbol(double angle,
                                        Color color,
                                        double size,
                                        double xOffset,
                                        double yOffset,
                                        double xScale,
                                        double yScale,
                                        int characterIndex,
                                        java.lang.String fontName,
                                        java.lang.Boolean fontItalic,
                                        java.lang.Boolean fontUnderline,
                                        java.lang.Boolean fontStrikethrough,
                                        java.lang.Integer fontWeight,
                                        java.lang.Integer fontCharset,
                                        java.lang.Integer fontSizeHi,
                                        java.lang.Integer fontSizeLo)
Deprecated. 

CharacterMarkerSymbol constructor.


CharacterMarkerSymbol

public CharacterMarkerSymbol()
CharacterMarkerSymbol default constructor.

Method Detail

getCharacterIndex

public int getCharacterIndex()
Gets the value of the characterIndex property.


setCharacterIndex

public void setCharacterIndex(int value)
Sets the value of the characterIndex property.


getFontName

public java.lang.String getFontName()
The name of the font family. Gets the value of the fontName property.

Returns:
possible object is String

setFontName

public void setFontName(java.lang.String value)
The name of the font family. Sets the value of the fontName property.

Parameters:
value - allowed object is String

getFontItalic

public java.lang.Boolean getFontItalic()
Indicates whether the font is italicized. Gets the value of the fontItalic property.

Returns:
possible object is Boolean

isFontItalic

public java.lang.Boolean isFontItalic()
Indicates whether the font is italicized.


setFontItalic

public void setFontItalic(java.lang.Boolean value)
Indicates whether the font is italicized. Sets the value of the fontItalic property.

Parameters:
value - allowed object is Boolean

getFontUnderline

public java.lang.Boolean getFontUnderline()
Indicates whether the font is underlined. Gets the value of the fontUnderline property.

Returns:
possible object is Boolean

isFontUnderline

public java.lang.Boolean isFontUnderline()
Indicates whether the font is underlined.


setFontUnderline

public void setFontUnderline(java.lang.Boolean value)
Indicates whether the font is underlined. Sets the value of the fontUnderline property.

Parameters:
value - allowed object is Boolean

getFontStrikethrough

public java.lang.Boolean getFontStrikethrough()
Indicates whether the font is strikethrough. Gets the value of the fontStrikethrough property.

Returns:
possible object is Boolean

isFontStrikethrough

public java.lang.Boolean isFontStrikethrough()
Indicates whether the font is strikethrough.


setFontStrikethrough

public void setFontStrikethrough(java.lang.Boolean value)
Indicates whether the font is strikethrough. Sets the value of the fontStrikethrough property.

Parameters:
value - allowed object is Boolean

getFontWeight

public java.lang.Integer getFontWeight()
The boldness or weight of the font. Gets the value of the fontWeight property.

Returns:
possible object is Integer

setFontWeight

public void setFontWeight(java.lang.Integer value)
The boldness or weight of the font. Sets the value of the fontWeight property.

Parameters:
value - allowed object is Integer

getFontCharset

public java.lang.Integer getFontCharset()
The character set used in the font, such as ANSI_CHARSET, DEFAULT_CHARSET, or SYMBOL_CHARSET. Gets the value of the fontCharset property.

Returns:
possible object is Integer

setFontCharset

public void setFontCharset(java.lang.Integer value)
Sets the value of the fontCharset property.

Parameters:
value - allowed object is Integer

getFontSizeHi

public java.lang.Integer getFontSizeHi()
Point size of the font expressed in a 64-bit CY variable whose upper 32-bits contains the integer point size. Gets the value of the fontSizeHi property.

Returns:
possible object is Integer

setFontSizeHi

public void setFontSizeHi(java.lang.Integer value)
Point size of the font expressed in a 64-bit CY variable whose upper 32-bits contains the integer point size. Sets the value of the fontSizeHi property.

Parameters:
value - allowed object is Integer

getFontSizeLo

public java.lang.Integer getFontSizeLo()
Point size of the font expressed in a 64-bit CY variable whose lower 32-bits contains the fractional point size. Gets the value of the fontSizeLo property.

Returns:
possible object is Integer

setFontSizeLo

public void setFontSizeLo(java.lang.Integer value)
Point size of the font expressed in a 64-bit CY variable whose lower 32-bits contains the fractional point size. Sets the value of the fontSizeLo property.

Parameters:
value - allowed object is Integer