Uses of Interface
com.bc.ceres.grender.ViewportAware
-
Packages that use ViewportAware Package Description com.bc.ceres.glayer.swing Swing user interface support for thecom.bc.ceres.glayer
API.com.bc.ceres.grender com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support -
-
Uses of ViewportAware in com.bc.ceres.glayer.swing
Classes in com.bc.ceres.glayer.swing that implement ViewportAware Modifier and Type Class Description class
LayerCanvas
A Swing component capable of drawing a collection ofLayer
s. -
Uses of ViewportAware in com.bc.ceres.grender
Subinterfaces of ViewportAware in com.bc.ceres.grender Modifier and Type Interface Description interface
AdjustableView
JComponent
s implementing this interface are views which can be adjusted using theAdjustableViewScrollPane
. -
Uses of ViewportAware in com.bc.ceres.swing.figure
Subinterfaces of ViewportAware in com.bc.ceres.swing.figure Modifier and Type Interface Description interface
FigureEditor
A figure editor is used to insert, delete and modify figures stored in a figure collection. -
Uses of ViewportAware in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement ViewportAware Modifier and Type Class Description class
DefaultFigureEditor
A default implementation of a figure editor.class
FigureEditorPanel
-