com.esri.arcgisws
Class CharacterMarkerSymbol

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

public class CharacterMarkerSymbol
extends CartographicMarkerSymbol
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CharacterMarkerSymbol()
           
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)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getCharacterIndex()
          Gets the characterIndex value for this CharacterMarkerSymbol.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Integer getFontCharset()
          Gets the fontCharset value for this CharacterMarkerSymbol.
 java.lang.Boolean getFontItalic()
          Gets the fontItalic value for this CharacterMarkerSymbol.
 java.lang.String getFontName()
          Gets the fontName value for this CharacterMarkerSymbol.
 java.lang.Integer getFontSizeHi()
          Gets the fontSizeHi value for this CharacterMarkerSymbol.
 java.lang.Integer getFontSizeLo()
          Gets the fontSizeLo value for this CharacterMarkerSymbol.
 java.lang.Boolean getFontStrikethrough()
          Gets the fontStrikethrough value for this CharacterMarkerSymbol.
 java.lang.Boolean getFontUnderline()
          Gets the fontUnderline value for this CharacterMarkerSymbol.
 java.lang.Integer getFontWeight()
          Gets the fontWeight value for this CharacterMarkerSymbol.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCharacterIndex(int characterIndex)
          Sets the characterIndex value for this CharacterMarkerSymbol.
 void setFontCharset(java.lang.Integer fontCharset)
          Sets the fontCharset value for this CharacterMarkerSymbol.
 void setFontItalic(java.lang.Boolean fontItalic)
          Sets the fontItalic value for this CharacterMarkerSymbol.
 void setFontName(java.lang.String fontName)
          Sets the fontName value for this CharacterMarkerSymbol.
 void setFontSizeHi(java.lang.Integer fontSizeHi)
          Sets the fontSizeHi value for this CharacterMarkerSymbol.
 void setFontSizeLo(java.lang.Integer fontSizeLo)
          Sets the fontSizeLo value for this CharacterMarkerSymbol.
 void setFontStrikethrough(java.lang.Boolean fontStrikethrough)
          Sets the fontStrikethrough value for this CharacterMarkerSymbol.
 void setFontUnderline(java.lang.Boolean fontUnderline)
          Sets the fontUnderline value for this CharacterMarkerSymbol.
 void setFontWeight(java.lang.Integer fontWeight)
          Sets the fontWeight value for this CharacterMarkerSymbol.
 
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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterMarkerSymbol

public CharacterMarkerSymbol()

CharacterMarkerSymbol

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)
Method Detail

getCharacterIndex

public int getCharacterIndex()
Gets the characterIndex value for this CharacterMarkerSymbol.

Returns:
characterIndex

setCharacterIndex

public void setCharacterIndex(int characterIndex)
Sets the characterIndex value for this CharacterMarkerSymbol.

Parameters:
characterIndex -

getFontName

public java.lang.String getFontName()
Gets the fontName value for this CharacterMarkerSymbol.

Returns:
fontName

setFontName

public void setFontName(java.lang.String fontName)
Sets the fontName value for this CharacterMarkerSymbol.

Parameters:
fontName -

getFontItalic

public java.lang.Boolean getFontItalic()
Gets the fontItalic value for this CharacterMarkerSymbol.

Returns:
fontItalic

setFontItalic

public void setFontItalic(java.lang.Boolean fontItalic)
Sets the fontItalic value for this CharacterMarkerSymbol.

Parameters:
fontItalic -

getFontUnderline

public java.lang.Boolean getFontUnderline()
Gets the fontUnderline value for this CharacterMarkerSymbol.

Returns:
fontUnderline

setFontUnderline

public void setFontUnderline(java.lang.Boolean fontUnderline)
Sets the fontUnderline value for this CharacterMarkerSymbol.

Parameters:
fontUnderline -

getFontStrikethrough

public java.lang.Boolean getFontStrikethrough()
Gets the fontStrikethrough value for this CharacterMarkerSymbol.

Returns:
fontStrikethrough

setFontStrikethrough

public void setFontStrikethrough(java.lang.Boolean fontStrikethrough)
Sets the fontStrikethrough value for this CharacterMarkerSymbol.

Parameters:
fontStrikethrough -

getFontWeight

public java.lang.Integer getFontWeight()
Gets the fontWeight value for this CharacterMarkerSymbol.

Returns:
fontWeight

setFontWeight

public void setFontWeight(java.lang.Integer fontWeight)
Sets the fontWeight value for this CharacterMarkerSymbol.

Parameters:
fontWeight -

getFontCharset

public java.lang.Integer getFontCharset()
Gets the fontCharset value for this CharacterMarkerSymbol.

Returns:
fontCharset

setFontCharset

public void setFontCharset(java.lang.Integer fontCharset)
Sets the fontCharset value for this CharacterMarkerSymbol.

Parameters:
fontCharset -

getFontSizeHi

public java.lang.Integer getFontSizeHi()
Gets the fontSizeHi value for this CharacterMarkerSymbol.

Returns:
fontSizeHi

setFontSizeHi

public void setFontSizeHi(java.lang.Integer fontSizeHi)
Sets the fontSizeHi value for this CharacterMarkerSymbol.

Parameters:
fontSizeHi -

getFontSizeLo

public java.lang.Integer getFontSizeLo()
Gets the fontSizeLo value for this CharacterMarkerSymbol.

Returns:
fontSizeLo

setFontSizeLo

public void setFontSizeLo(java.lang.Integer fontSizeLo)
Sets the fontSizeLo value for this CharacterMarkerSymbol.

Parameters:
fontSizeLo -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class CartographicMarkerSymbol

hashCode

public int hashCode()
Overrides:
hashCode in class CartographicMarkerSymbol

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer