| 
 | |||||||||
| 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.MarkerSymbol
com.esri.arcgisws.CartographicMarkerSymbol
com.esri.arcgisws.CharacterMarkerSymbol
public class CharacterMarkerSymbol
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>
 
| 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 | 
|---|
@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)
public CharacterMarkerSymbol()
| Method Detail | 
|---|
public int getCharacterIndex()
public void setCharacterIndex(int value)
public String getFontName()
Stringpublic void setFontName(String value)
value - allowed object is
     Stringpublic Boolean getFontItalic()
Booleanpublic Boolean isFontItalic()
public void setFontItalic(Boolean value)
value - allowed object is
     Booleanpublic Boolean getFontUnderline()
Booleanpublic Boolean isFontUnderline()
public void setFontUnderline(Boolean value)
value - allowed object is
     Booleanpublic Boolean getFontStrikethrough()
Booleanpublic Boolean isFontStrikethrough()
public void setFontStrikethrough(Boolean value)
value - allowed object is
     Booleanpublic Integer getFontWeight()
Integerpublic void setFontWeight(Integer value)
value - allowed object is
     Integerpublic Integer getFontCharset()
Integerpublic void setFontCharset(Integer value)
value - allowed object is
     Integerpublic Integer getFontSizeHi()
Integerpublic void setFontSizeHi(Integer value)
value - allowed object is
     Integerpublic Integer getFontSizeLo()
Integerpublic void setFontSizeLo(Integer value)
value - allowed object is
     Integer| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||