Uses of Class
org.freehep.swing.graphics.GraphicalSelectionPanel

Packages that use GraphicalSelectionPanel
org.freehep.swing.graphics Swing graphics extensions: extra panels with interaction managers. 
 

Uses of GraphicalSelectionPanel in org.freehep.swing.graphics
 

Subclasses of GraphicalSelectionPanel in org.freehep.swing.graphics
 class AbstractRegionSelectionPanel
          This abstract class defines the majority of the functionality needed to make selections of arbitrary parallelogram regions on the screen.
 class ParallelogramSelectionPanel
          Selects a screen region shaped like a parallelogram.
 class PointSelectionPanel
          This panel allows the user to select a point on the screen.
 class RectangularSelectionPanel
          Selects a rectangular screen region.
 class RotatedRectangleSelectionPanel
          A panel which selects a rectangular region on the screen which can be arbitrarily rotated.
 class SquareSelectionPanel
          A panel which selects a "square" region on the screen.
 class XSkewSelectionPanel
          A panel which selects a parallogram-shaped region in which two sides are parallel to the y-axis and the other two are skewed with respect to the x-axis.
 class XSliceSelectionPanel
          A panel which selects a slice of the window in the x-direction.
 class YSkewSelectionPanel
          A panel which selects a parallogram-shaped region in which two sides are parallel to the x-axis and the other two are skewed with respect to the y-axis.
 class YSliceSelectionPanel
          A panel which selects a slice of the window in the x-direction.
 

Methods in org.freehep.swing.graphics with parameters of type GraphicalSelectionPanel
 void StackedPanel.activateGraphicalSelectionPanel(GraphicalSelectionPanel panel)
          Make a given GraphicalSelectionPanel active.
 void StackedPanel.addGraphicalSelectionPanel(GraphicalSelectionPanel panel)
          Add an interaction component.
 void StackedPanel.removeGraphicalSelectionPanel(GraphicalSelectionPanel panel)
          Remove an interaction component.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.