Uses of Interface
cz.fidentis.analyst.data.surfacemask.SurfaceMask2D
Packages that use SurfaceMask2D
Package
Description
Generic graphical elements.
package for interactive mask GUI
-
Uses of SurfaceMask2D in cz.fidentis.analyst.data.surfacemask
Subinterfaces of SurfaceMask2D in cz.fidentis.analyst.data.surfacemaskModifier and TypeInterfaceDescriptioninterface
Interface defining specific functionality for 2D surface mask ellipseinterface
Interface defining the specific functionality of 2D surface mask lineinterface
Interface defining specific functionality for 2D surface mask rectangleMethods in cz.fidentis.analyst.data.surfacemask that return SurfaceMask2DModifier and TypeMethodDescriptionstatic SurfaceMask2D
SurfaceMaskFactory.clone2dMask
(SurfaceMask2D mask) Creates an empty mask of the given typestatic SurfaceMask2D
SurfaceMaskFactory.create2dMask
(SurfaceMaskFactory.MaskType maskType) Creates an empty mask of the given typeMethods in cz.fidentis.analyst.data.surfacemask with parameters of type SurfaceMask2DModifier and TypeMethodDescriptionstatic SurfaceMask2D
SurfaceMaskFactory.clone2dMask
(SurfaceMask2D mask) Creates an empty mask of the given type -
Uses of SurfaceMask2D in cz.fidentis.analyst.data.surfacemask.impl
Classes in cz.fidentis.analyst.data.surfacemask.impl that implement SurfaceMask2DModifier and TypeClassDescriptionclass
Base class for SurfaceMask2D classesclass
Class representing a surface mask in the shape of an ellipseclass
Class representing surface mask as a sequence of points in 2D for operations in GUIclass
A class representing a 2D surface mask in the shape of a rectangle -
Uses of SurfaceMask2D in cz.fidentis.analyst.gui.elements
Methods in cz.fidentis.analyst.gui.elements that return SurfaceMask2DMethods in cz.fidentis.analyst.gui.elements with parameters of type SurfaceMask2DModifier and TypeMethodDescriptionvoid
SurfaceMaskPanel.setSurfaceMask
(SurfaceMask2D mask) Sets a surface mask -
Uses of SurfaceMask2D in cz.fidentis.analyst.gui.task.interactivemask
Methods in cz.fidentis.analyst.gui.task.interactivemask that return SurfaceMask2D