Uses of Interface
com.bc.ceres.glayer.LayerListener
-
Packages that use LayerListener Package Description com.bc.ceres.glayer The graphical layer API is used to render multi-layer images/displays from various sources.com.bc.ceres.glayer.support Various support classes for thecom.bc.ceres.glayerAPI.com.bc.ceres.glayer.swing Swing user interface support for thecom.bc.ceres.glayerAPI. -
-
Uses of LayerListener in com.bc.ceres.glayer
Methods in com.bc.ceres.glayer that return LayerListener Modifier and Type Method Description LayerListener[]Layer. getListeners()Methods in com.bc.ceres.glayer with parameters of type LayerListener Modifier and Type Method Description voidLayer. addListener(LayerListener listener)Adds a change listener to this layer.voidLayer. removeListener(LayerListener listener)Removes a change listener from this layer. -
Uses of LayerListener in com.bc.ceres.glayer.support
Classes in com.bc.ceres.glayer.support that implement LayerListener Modifier and Type Class Description classAbstractLayerListenerAn (empty)LayerListenerimplementation.classLayerViewInvalidationListenerAnLayerListenerimplementation which delegates a visible layer changes to the abstractLayerViewInvalidationListener.handleViewInvalidation(com.bc.ceres.glayer.Layer, java.awt.geom.Rectangle2D)handler. -
Uses of LayerListener in com.bc.ceres.glayer.swing
Subinterfaces of LayerListener in com.bc.ceres.glayer.swing Modifier and Type Interface Description static interfaceLayerCanvasModel.ChangeListener
-