Uses of Class
adams.gui.visualization.segmentation.SegmentationPanel
-
Packages that use SegmentationPanel Package Description adams.flow.sink adams.flow.transformer adams.gui.visualization.segmentation -
-
Uses of SegmentationPanel in adams.flow.sink
Fields in adams.flow.sink declared as SegmentationPanel Modifier and Type Field Description protected SegmentationPanelImageSegmentationViewer.ImageSegmentationViewerDisplayPanel. m_PanelSegmentationfor displaying the image.protected SegmentationPanelImageSegmentationViewer. m_PanelSegmentationthe panel. -
Uses of SegmentationPanel in adams.flow.transformer
Fields in adams.flow.transformer declared as SegmentationPanel Modifier and Type Field Description protected SegmentationPanelImageSegmentationAnnotator. m_PanelSegmentationthe panel. -
Uses of SegmentationPanel in adams.gui.visualization.segmentation
Fields in adams.gui.visualization.segmentation declared as SegmentationPanel Modifier and Type Field Description protected SegmentationPanelCanvasPanel. m_Ownerthe owner.Methods in adams.gui.visualization.segmentation that return SegmentationPanel Modifier and Type Method Description protected static SegmentationPanelSegmentationPanel. combinedTest(String[] args)Generates a panel with a combined layer.SegmentationPanelCanvasPanel. getOwner()Returns the owner.protected static SegmentationPanelSegmentationPanel. overlayTest(String[] args)Generates a panel with separate overlay layers.Methods in adams.gui.visualization.segmentation with parameters of type SegmentationPanel Modifier and Type Method Description voidCanvasPanel. setOwner(SegmentationPanel value)Sets the owner.
-