Interface sgraphics.Viewer
All Packages Class Hierarchy This Package Previous Next Index
Interface sgraphics.Viewer
- public interface Viewer
- extends Object
Viewer is the interface for event handling glyphs.
-
handleEvent(GraphicsEvent)
- Handle an event.
-
processPick(Picker, GraphicsEvent)
-
handleEvent
public abstract boolean handleEvent(GraphicsEvent event)
- Handle an event.
- Returns:
- true if the event was handled.
processPick
public abstract boolean processPick(Picker pick,
GraphicsEvent event)
All Packages Class Hierarchy This Package Previous Next Index