Uses of Interface
com.bc.ceres.glayer.swing.LayerCanvas.Overlay
-
Packages that use LayerCanvas.Overlay Package Description com.bc.ceres.glayer.swing Swing user interface support for thecom.bc.ceres.glayer
API. -
-
Uses of LayerCanvas.Overlay in com.bc.ceres.glayer.swing
Methods in com.bc.ceres.glayer.swing with parameters of type LayerCanvas.Overlay Modifier and Type Method Description void
LayerCanvas. addOverlay(LayerCanvas.Overlay overlay)
Adds an overlay to the canvas.void
LayerCanvas. removeOverlay(LayerCanvas.Overlay overlay)
Removes an overlay from the canvas.
-