Class | Description |
---|---|
ChangeSetComponent |
A JPanel for displaying ChangeSet objects.
|
ConfigTree |
A JTree that knows how to display and edit Config objects.
|
DrawingTools |
A bunch of useful functions for drawing things.
|
ListModelList<T> |
A java.util.List implementation that also implements javax.swing.ListModel.
|
PanZoomListener |
A mouse listener that will handle panning and zooming in conjunction with a ScreenTransform.
|
ScreenTransform |
A class that handles transforming between world coordinates and screen coordinates.
|
ShapeDebugFrame |
A JFrame that can be used to debug geometric shape operations.
|
ShapeDebugFrame.AWTShapeInfo |
A ShapeInfo that encapsulates an awt Shape.
|
ShapeDebugFrame.Line2DShapeInfo |
A ShapeInfo that encapsulates a Line2D.
|
ShapeDebugFrame.Point2DShapeInfo |
A ShapeInfo that encapsulates a Point2D.
|
ShapeDebugFrame.ShapeInfo |
This class captures information about a shape that should be displayed on-screen.
|