Uses of Class
adams.gui.visualization.segmentation.CanvasPanel
-
Packages that use CanvasPanel Package Description adams.gui.visualization.segmentation adams.gui.visualization.segmentation.layer adams.gui.visualization.segmentation.tool -
-
Uses of CanvasPanel in adams.gui.visualization.segmentation
Fields in adams.gui.visualization.segmentation declared as CanvasPanel Modifier and Type Field Description protected CanvasPanel
SegmentationPanel. m_PanelCanvas
the panel for drawing.Methods in adams.gui.visualization.segmentation that return CanvasPanel Modifier and Type Method Description CanvasPanel
SegmentationPanel. getCanvasPanel()
Returns the underlying canvas panel. -
Uses of CanvasPanel in adams.gui.visualization.segmentation.layer
Fields in adams.gui.visualization.segmentation.layer declared as CanvasPanel Modifier and Type Field Description protected CanvasPanel
LayerManager. m_CanvasPanel
the canvas panel.Methods in adams.gui.visualization.segmentation.layer that return CanvasPanel Modifier and Type Method Description CanvasPanel
LayerManager. getCanvasPanel()
Returns the canvas panel.Constructors in adams.gui.visualization.segmentation.layer with parameters of type CanvasPanel Constructor Description LayerManager(CanvasPanel canvasPanel)
Initializes the layer manager using split layers. -
Uses of CanvasPanel in adams.gui.visualization.segmentation.tool
Fields in adams.gui.visualization.segmentation.tool declared as CanvasPanel Modifier and Type Field Description protected CanvasPanel
AbstractTool. m_PanelCanvas
the canvas panel to operate on.Methods in adams.gui.visualization.segmentation.tool that return CanvasPanel Modifier and Type Method Description CanvasPanel
AbstractTool. getCanvas()
Returns the currently set canvas panel.CanvasPanel
Tool. getCanvas()
Returns the currently set canvas panel.Methods in adams.gui.visualization.segmentation.tool with parameters of type CanvasPanel Modifier and Type Method Description void
AbstractTool. setCanvas(CanvasPanel value)
Sets the canvas panel to use.void
Tool. setCanvas(CanvasPanel value)
Sets the canvas panel to use.
-