com.esri.arcgisws
Class PictureMarkerSymbol

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

public class PictureMarkerSymbol
extends CartographicMarkerSymbol
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PictureMarkerSymbol()
           
PictureMarkerSymbol(double angle, Color color, double size, double XOffset, double YOffset, double XScale, double YScale, Color bgColor, Color bitmapTransColor, byte[] picture, boolean swap1BitColor)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Color getBgColor()
          Gets the bgColor value for this PictureMarkerSymbol.
 Color getBitmapTransColor()
          Gets the bitmapTransColor value for this PictureMarkerSymbol.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 byte[] getPicture()
          Gets the picture value for this PictureMarkerSymbol.
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()
           
 boolean isSwap1BitColor()
          Gets the swap1BitColor value for this PictureMarkerSymbol.
 void setBgColor(Color bgColor)
          Sets the bgColor value for this PictureMarkerSymbol.
 void setBitmapTransColor(Color bitmapTransColor)
          Sets the bitmapTransColor value for this PictureMarkerSymbol.
 void setPicture(byte[] picture)
          Sets the picture value for this PictureMarkerSymbol.
 void setSwap1BitColor(boolean swap1BitColor)
          Sets the swap1BitColor value for this PictureMarkerSymbol.
 
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

PictureMarkerSymbol

public PictureMarkerSymbol()

PictureMarkerSymbol

public PictureMarkerSymbol(double angle,
                           Color color,
                           double size,
                           double XOffset,
                           double YOffset,
                           double XScale,
                           double YScale,
                           Color bgColor,
                           Color bitmapTransColor,
                           byte[] picture,
                           boolean swap1BitColor)
Method Detail

getBgColor

public Color getBgColor()
Gets the bgColor value for this PictureMarkerSymbol.

Returns:
bgColor

setBgColor

public void setBgColor(Color bgColor)
Sets the bgColor value for this PictureMarkerSymbol.

Parameters:
bgColor -

getBitmapTransColor

public Color getBitmapTransColor()
Gets the bitmapTransColor value for this PictureMarkerSymbol.

Returns:
bitmapTransColor

setBitmapTransColor

public void setBitmapTransColor(Color bitmapTransColor)
Sets the bitmapTransColor value for this PictureMarkerSymbol.

Parameters:
bitmapTransColor -

getPicture

public byte[] getPicture()
Gets the picture value for this PictureMarkerSymbol.

Returns:
picture

setPicture

public void setPicture(byte[] picture)
Sets the picture value for this PictureMarkerSymbol.

Parameters:
picture -

isSwap1BitColor

public boolean isSwap1BitColor()
Gets the swap1BitColor value for this PictureMarkerSymbol.

Returns:
swap1BitColor

setSwap1BitColor

public void setSwap1BitColor(boolean swap1BitColor)
Sets the swap1BitColor value for this PictureMarkerSymbol.

Parameters:
swap1BitColor -

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