com.esri.arcgisws
Class Callout

java.lang.Object
  extended bycom.esri.arcgisws.TextBackground
      extended bycom.esri.arcgisws.Callout
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BalloonCallout, LineCallout, SimpleLineCallout

public abstract class Callout
extends TextBackground
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Callout()
           
Callout(Point anchorPoint, double leaderTolerance)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Point getAnchorPoint()
          Gets the anchorPoint value for this Callout.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 double getLeaderTolerance()
          Gets the leaderTolerance value for this Callout.
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 setAnchorPoint(Point anchorPoint)
          Sets the anchorPoint value for this Callout.
 void setLeaderTolerance(double leaderTolerance)
          Sets the leaderTolerance value for this Callout.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Callout

public Callout()

Callout

public Callout(Point anchorPoint,
               double leaderTolerance)
Method Detail

getAnchorPoint

public Point getAnchorPoint()
Gets the anchorPoint value for this Callout.

Returns:
anchorPoint

setAnchorPoint

public void setAnchorPoint(Point anchorPoint)
Sets the anchorPoint value for this Callout.

Parameters:
anchorPoint -

getLeaderTolerance

public double getLeaderTolerance()
Gets the leaderTolerance value for this Callout.

Returns:
leaderTolerance

setLeaderTolerance

public void setLeaderTolerance(double leaderTolerance)
Sets the leaderTolerance value for this Callout.

Parameters:
leaderTolerance -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class TextBackground

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