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 CombinedLayerLayerManager. m_CombinedLayerthe combined layer.protected CombinedLayerCombinedLayer.CombinedSubLayer. m_Ownerthe owner.Methods in adams.gui.visualization.segmentation.layer that return CombinedLayer Modifier and Type Method Description CombinedLayerLayerManager. addCombined(String name, Color color, float alpha)Adds an overlay layer with no image.CombinedLayerLayerManager. addCombined(String name, Color color, float alpha, BufferedImage image)Adds an overlay layer with image.CombinedLayerLayerManager. getCombinedLayer()Returns the image layer.CombinedLayerCombinedLayer.CombinedSubLayer. getOwner()Returns the owner.Methods in adams.gui.visualization.segmentation.layer with parameters of type CombinedLayer Modifier and Type Method Description voidCombinedLayer.CombinedSubLayer. setOwner(CombinedLayer value)Sets the owner.
-