Uses of Interface
adams.gui.visualization.segmentation.paintoperation.PaintOperation
-
Packages that use PaintOperation Package Description adams.gui.visualization.segmentation adams.gui.visualization.segmentation.paintoperation adams.gui.visualization.segmentation.tool -
-
Uses of PaintOperation in adams.gui.visualization.segmentation
Fields in adams.gui.visualization.segmentation declared as PaintOperation Modifier and Type Field Description protected PaintOperationSegmentationPanel. m_PaintOperationthe paint operation in use.Methods in adams.gui.visualization.segmentation that return PaintOperation Modifier and Type Method Description PaintOperationSegmentationPanel. getPaintOperation()Returns the paint operation. -
Uses of PaintOperation in adams.gui.visualization.segmentation.paintoperation
Classes in adams.gui.visualization.segmentation.paintoperation that implement PaintOperation Modifier and Type Class Description classAbstractPaintOperationAncestor for additional paint operations in the segmentation panel.classNullOperationDummy, paints nothing.classPolygonOverlayPaints an overlay. -
Uses of PaintOperation in adams.gui.visualization.segmentation.tool
Fields in adams.gui.visualization.segmentation.tool declared as PaintOperation Modifier and Type Field Description protected PaintOperationAbstractTool. m_PaintOperationthe paint operation.Methods in adams.gui.visualization.segmentation.tool that return PaintOperation Modifier and Type Method Description protected PaintOperationAbstractTool. createPaintOperation()Creates the paint operation to use.protected PaintOperationPolygonFill. createPaintOperation()Creates the paint operation to use.PaintOperationAbstractTool. getPaintOperation()Returns the paint operation for the tool.PaintOperationTool. getPaintOperation()Returns the paint operation for the tool.
-