Uses of Interface
cz.fidentis.analyst.data.surfacemask.Layer
Packages that use Layer
Package
Description
Generic graphical elements.
-
Uses of Layer in cz.fidentis.analyst.data.surfacemask
Methods in cz.fidentis.analyst.data.surfacemask that return LayerModifier and TypeMethodDescriptionstatic Layer
SurfaceMaskLayers.createLayer()
Create new LayerSurfaceMaskLayers.getCurrentLayer()
Gets the current active layer.Methods in cz.fidentis.analyst.data.surfacemask that return types with arguments of type LayerModifier and TypeMethodDescriptionSurfaceMaskLayers.getLayers()
Gets the list of all layers managed by this manager.Methods in cz.fidentis.analyst.data.surfacemask with parameters of type LayerModifier and TypeMethodDescriptionvoid
MasksCorrespondence.addCorrespondence
(SurfaceMask mask3d, SurfaceMask boundingMask, SurfaceMask2D mask2d, Layer layer) Adds a correspondence mapping between a 3D surface mask and a 2D surface mask.void
Adds a newSurfaceMask2D
as a layer.void
SurfaceMaskLayers.removeLayer
(Layer layer) Remove layer from list of layersvoid
SurfaceMaskLayers.setCurrentLayer
(Layer layer) Sets the current layer -
Uses of Layer in cz.fidentis.analyst.data.surfacemask.impl
Classes in cz.fidentis.analyst.data.surfacemask.impl that implement LayerModifier and TypeClassDescriptionclass
Represents a single layer within aSurfaceMaskLayers
, containing a surface mask and a history of previous states for undo/redo functionality. -
Uses of Layer in cz.fidentis.analyst.gui.elements
Constructors in cz.fidentis.analyst.gui.elements with parameters of type LayerModifierConstructorDescriptionLayerPanel
(JPanel container, Layer layer, SurfaceMaskLayers layerManager, SurfaceMaskPanel surfaceMaskPanel, ActionListener actionListener) Creates new form of LayerPanel