Uses of Class
adams.gui.visualization.segmentation.layer.CombinedLayer
-
Packages that use CombinedLayer Package Description adams.gui.visualization.segmentation.layer -
-
Uses of CombinedLayer in adams.gui.visualization.segmentation.layer
Fields in adams.gui.visualization.segmentation.layer declared as CombinedLayer Modifier and Type Field Description protected CombinedLayer
LayerManager. m_CombinedLayer
the combined layer.protected CombinedLayer
CombinedLayer.CombinedSubLayer. m_Owner
the owner.Methods in adams.gui.visualization.segmentation.layer that return CombinedLayer Modifier and Type Method Description CombinedLayer
LayerManager. addCombined(String name, Color color, float alpha)
Adds an overlay layer with no image.CombinedLayer
LayerManager. addCombined(String name, Color color, float alpha, BufferedImage image)
Adds an overlay layer with image.CombinedLayer
LayerManager. getCombinedLayer()
Returns the image layer.CombinedLayer
CombinedLayer.CombinedSubLayer. getOwner()
Returns the owner.Methods in adams.gui.visualization.segmentation.layer with parameters of type CombinedLayer Modifier and Type Method Description void
CombinedLayer.CombinedSubLayer. setOwner(CombinedLayer value)
Sets the owner.
-