JGraph X 0.15.0.3


Uses of Interface
com.mxgraph.swing.util.mxIOverlay

Packages that use mxIOverlay
com.mxgraph.swing   
com.mxgraph.swing.util   
 

Uses of mxIOverlay in com.mxgraph.swing
 

Methods in com.mxgraph.swing that return mxIOverlay
 mxIOverlay mxGraphComponent.addOverlay(Object cell, mxIOverlay overlay)
          Adds an overlay for the specified cell.
 mxIOverlay[] mxGraphComponent.getOverlays(Object cell)
          Returns the array of overlays for the given cell or null, if no overlays are defined.
 mxIOverlay mxGraphComponent.removeOverlay(Object cell, mxIOverlay overlay)
          Removes and returns the given overlay from the given cell.
 mxIOverlay[] mxGraphComponent.removeOverlays(Object cell)
          Removes all overlays from the given cell.
 mxIOverlay mxGraphComponent.setWarning(Object cell, String warning)
          Creates an overlay for the given cell using the warning and image or warningImage and returns the new overlay.
 mxIOverlay mxGraphComponent.setWarning(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.
 mxIOverlay mxGraphComponent.setWarning(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 mxIOverlay
 mxIOverlay mxGraphComponent.addOverlay(Object cell, mxIOverlay overlay)
          Adds an overlay for the specified cell.
 mxIOverlay mxGraphComponent.removeOverlay(Object cell, mxIOverlay overlay)
          Removes and returns the given overlay from the given cell.
protected  void mxGraphComponent.removeOverlayComponent(mxIOverlay overlay, Object cell)
          Notified when an overlay has been removed from the graph.
protected  void mxGraphComponent.updateOverlayComponent(mxCellState state, mxIOverlay overlay)
          Notified when an overlay has been removed from the graph.
 

Uses of mxIOverlay in com.mxgraph.swing.util
 

Classes in com.mxgraph.swing.util that implement mxIOverlay
 class mxOverlay
           
 


JGraph X 0.15.0.3


Copyright (c) 2008 Gaudenz Alder. All rights reserved.