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:
Serializable

public class CharacterMarkerSymbol
extends CartographicMarkerSymbol
implements 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.0}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, String fontName, Boolean fontItalic, Boolean fontUnderline, Boolean fontStrikethrough, Integer fontWeight, Integer fontCharset, Integer fontSizeHi, Integer fontSizeLo)
          Deprecated. 
 
Method Summary
 int getCharacterIndex()
          Gets the value of the characterIndex property.
 Integer getFontCharset()
          The character set used in the font, such as ANSI_CHARSET, DEFAULT_CHARSET, or SYMBOL_CHARSET.
 Boolean getFontItalic()
          Indicates whether the font is italicized.
 String getFontName()
          The name of the font family.
 Integer getFontSizeHi()
          Point size of the font expressed in a 64-bit CY variable whose upper 32-bits contains the integer point size.
 Integer getFontSizeLo()
          Point size of the font expressed in a 64-bit CY variable whose lower 32-bits contains the fractional point size.
 Boolean getFontStrikethrough()
          Indicates whether the font is strikethrough.
 Boolean getFontUnderline()
          Indicates whether the font is underlined.
 Integer getFontWeight()
          The boldness or weight of the font.
 Boolean isFontItalic()
          Indicates whether the font is italicized.
 Boolean isFontStrikethrough()
          Indicates whether the font is strikethrough.
 Boolean isFontUnderline()
          Indicates whether the font is underlined.
 void setCharacterIndex(int value)
          Sets the value of the characterIndex property.
 void setFontCharset(Integer value)
          Sets the value of the fontCharset property.
 void setFontItalic(Boolean value)
          Indicates whether the font is italicized.
 void setFontName(String value)
          The name of the font family.
 void setFontSizeHi(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(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(Boolean value)
          Indicates whether the font is strikethrough.
 void setFontUnderline(Boolean value)
          Indicates whether the font is underlined.
 void setFontWeight(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,
                                        String fontName,
                                        Boolean fontItalic,
                                        Boolean fontUnderline,
                                        Boolean fontStrikethrough,
                                        Integer fontWeight,
                                        Integer fontCharset,
                                        Integer fontSizeHi,
                                        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 String getFontName()
The name of the font family. Gets the value of the fontName property.

Returns:
possible object is String

setFontName

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

Parameters:
value - allowed object is String

getFontItalic

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

Returns:
possible object is Boolean

isFontItalic

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


setFontItalic

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

Parameters:
value - allowed object is Boolean

getFontUnderline

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

Returns:
possible object is Boolean

isFontUnderline

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


setFontUnderline

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

Parameters:
value - allowed object is Boolean

getFontStrikethrough

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

Returns:
possible object is Boolean

isFontStrikethrough

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


setFontStrikethrough

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

Parameters:
value - allowed object is Boolean

getFontWeight

public 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(Integer value)
The boldness or weight of the font. Sets the value of the fontWeight property.

Parameters:
value - allowed object is Integer

getFontCharset

public 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(Integer value)
Sets the value of the fontCharset property.

Parameters:
value - allowed object is Integer

getFontSizeHi

public 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(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 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(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