net.sourceforge.hivegui.component
Class CursorContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
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
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 |
CursorContribution
public CursorContribution()
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