| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use mxICellOverlay | |
|---|---|
| com.mxgraph.swing | This package contains the main component for JFC/Swing, namely the graph component and the outline component. | 
| com.mxgraph.swing.util | 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 mxICellOverlay | |
|---|---|
|  mxICellOverlay | mxGraphComponent.addCellOverlay(Object cell,
               mxICellOverlay overlay)Adds an overlay for the specified cell. | 
|  mxICellOverlay[] | mxGraphComponent.getCellOverlays(Object cell)Returns the array of overlays for the given cell or null, if no overlays are defined. | 
|  mxICellOverlay | mxGraphComponent.removeCellOverlay(Object cell,
                  mxICellOverlay overlay)Removes and returns the given overlay from the given cell. | 
|  mxICellOverlay[] | mxGraphComponent.removeCellOverlays(Object cell)Removes all overlays from the given cell. | 
|  mxICellOverlay | 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. | 
|  mxICellOverlay | 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. | 
|  mxICellOverlay | 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 mxICellOverlay | |
|---|---|
|  mxICellOverlay | mxGraphComponent.addCellOverlay(Object cell,
               mxICellOverlay overlay)Adds an overlay for the specified cell. | 
|  mxICellOverlay | 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 | |
|---|---|
|  class | mxCellOverlay | 
| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||