Package com.inductiveautomation.rm.shape
Class RMShapeUtils.HoverTimer
java.lang.Object
javax.swing.Timer
com.inductiveautomation.rm.shape.RMShapeUtils.HoverTimer
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- RMShapeUtils
A Timer subclass.
- See Also:
- 
Field SummaryFields inherited from class javax.swing.TimerlistenerList
- 
Constructor SummaryConstructorsConstructorDescriptionHoverTimer(RMShapeMouseEvent anEvent) Creates a new hover timer for shape mouse event.
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidCalled when timer fires.getEvent()Returns the shape mouse event.getShape()Return the shape.voidsetEvent(RMShapeMouseEvent anEvent) Sets the event.Methods inherited from class javax.swing.TimeraddActionListener, getActionCommand, getActionListeners, getDelay, getInitialDelay, getListeners, getLogTimers, isCoalesce, isRepeats, isRunning, removeActionListener, restart, setActionCommand, setCoalesce, setDelay, setInitialDelay, setLogTimers, setRepeats, start, stop
- 
Constructor Details- 
HoverTimerCreates a new hover timer for shape mouse event.
 
- 
- 
Method Details- 
getEventReturns the shape mouse event.
- 
setEventSets the event.
- 
getShapeReturn the shape.
- 
fireActionPerformedCalled when timer fires.- Overrides:
- fireActionPerformedin class- Timer
 
 
-