Package org.pzgui

Provides a GUI system which supports multiple windows which can be panned and zoomed.

See:
          Description

Interface Summary
Drawable Indicates an object which can be drawn in a PZWindow.
DrawableEventListener Callback issued when a Drawable object fires an event.
DrawableFilter Provides a mechanism for filtering Drawables.
PZClosing Callback issued when the PZManager is terminating.
 

Class Summary
AbstractDrawable Designates an object which may be drawn and/or selected.
Constants Graphics constants.
DialogHelper Provides some generic GUI helper functions for popping up Dialog boxes.
PZManager Manages a GUI consisting of multiple windows which each may each view the scene from a different perspective.
PZManager.LayoutableInfo Information used to describe a Layoutable when it is serialized.
PZWindow A single pan-zoom GUI window.
PZWindowEventListener A class which provides default implementations of event callbacks on the topology area of a PZWindow.
StringDrawer Provides some generic GUI helper functions for drawing strings.
 

Enum Summary
DockLocation How a window is connected (docked) to another.
 

Package org.pzgui Description

Provides a GUI system which supports multiple windows which can be panned and zoomed.