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.

Method Index

 o handleEvent(GraphicsEvent)
Handle an event.
 o processPick(Picker, GraphicsEvent)

Methods

 o handleEvent
  public abstract boolean handleEvent(GraphicsEvent event)
Handle an event.
Returns:
true if the event was handled.
 o processPick
  public abstract boolean processPick(Picker pick,
                                      GraphicsEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index