Uses of Interface
com.mxgraph.swing.util.mxICellOverlay
Packages that use mxICellOverlay
Package
Description
This package contains the main component for JFC/Swing, namely the graph
component and the outline component.
This package contains all utility classes that require JFC/Swing, namely for
mouse event handling, drag and drop, actions and overlays.
-
Uses of mxICellOverlay in com.mxgraph.swing
Methods in com.mxgraph.swing that return mxICellOverlayModifier and TypeMethodDescriptionmxGraphComponent.addCellOverlay
(Object cell, mxICellOverlay overlay) Adds an overlay for the specified cell.mxGraphComponent.getCellOverlays
(Object cell) Returns the array of overlays for the given cell or null, if no overlays are defined.mxGraphComponent.removeCellOverlay
(Object cell, mxICellOverlay overlay) Removes and returns the given overlay from the given cell.mxGraphComponent.removeCellOverlays
(Object cell) Removes all overlays from the given cell.mxGraphComponent.setCellWarning
(Object cell, String warning) Creates an overlay for the given cell using the warning and image or warningImage and returns the new overlay.mxGraphComponent.setCellWarning
(Object cell, String warning, ImageIcon icon) Creates an overlay for the given cell using the warning and image or warningImage and returns the new overlay.mxGraphComponent.setCellWarning
(Object cell, String warning, ImageIcon icon, boolean select) Creates an overlay for the given cell using the warning and image or warningImage and returns the new overlay.Methods in com.mxgraph.swing with parameters of type mxICellOverlayModifier and TypeMethodDescriptionmxGraphComponent.addCellOverlay
(Object cell, mxICellOverlay overlay) Adds an overlay for the specified cell.mxGraphComponent.removeCellOverlay
(Object cell, mxICellOverlay overlay) Removes and returns the given overlay from the given cell.protected void
mxGraphComponent.removeCellOverlayComponent
(mxICellOverlay overlay, Object cell) Notified when an overlay has been removed from the graph.protected void
mxGraphComponent.updateCellOverlayComponent
(mxCellState state, mxICellOverlay overlay) Notified when an overlay has been removed from the graph. -
Uses of mxICellOverlay in com.mxgraph.swing.util
Classes in com.mxgraph.swing.util that implement mxICellOverlay