net.sourceforge.hivegui.component
Class CursorContribution

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by net.sourceforge.hivegui.component.CursorContribution
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public class CursorContribution
extends org.apache.hivemind.impl.BaseLocatable

Author:
Jean-Francois Poilpret

Constructor Summary
CursorContribution()
           
 
Method Summary
 double getHotspotX()
           
 double getHotspotY()
           
 java.lang.String getIcon()
           
 java.lang.String getId()
           
 void setHotspotX(double x)
           
 void setHotspotY(double y)
           
 void setIcon(java.lang.String icon)
           
 void setId(java.lang.String id)
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CursorContribution

public CursorContribution()
Method Detail

setId

public void setId(java.lang.String id)

getId

public java.lang.String getId()

setIcon

public void setIcon(java.lang.String icon)

getIcon

public java.lang.String getIcon()

setHotspotX

public void setHotspotX(double x)

getHotspotX

public double getHotspotX()

setHotspotY

public void setHotspotY(double y)

getHotspotY

public double getHotspotY()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object