public static class RMShapeUtils.HoverTimer
extends javax.swing.Timer
Constructor and Description |
---|
HoverTimer(RMShapeMouseEvent anEvent)
Creates a new hover timer for shape mouse event.
|
Modifier and Type | Method and Description |
---|---|
RMShapeMouseEvent |
getEvent()
Returns the shape mouse event.
|
RMShape |
getShape()
Return the shape.
|
void |
setEvent(RMShapeMouseEvent anEvent)
Sets the event.
|
addActionListener, getActionCommand, getActionListeners, getDelay, getInitialDelay, getListeners, getLogTimers, isCoalesce, isRepeats, isRunning, removeActionListener, restart, setActionCommand, setCoalesce, setDelay, setInitialDelay, setLogTimers, setRepeats, start, stop
public HoverTimer(RMShapeMouseEvent anEvent)
public RMShapeMouseEvent getEvent()
public void setEvent(RMShapeMouseEvent anEvent)
public RMShape getShape()