Uses of Class
com.mxgraph.swing.view.mxCellStatePreview
-
Packages that use mxCellStatePreview Package Description com.mxgraph.swing.handler This package contains all classes required for mouse event handling in JFC/Swing.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 mxCellStatePreview in com.mxgraph.swing.handler
Fields in com.mxgraph.swing.handler declared as mxCellStatePreview Modifier and Type Field Description protected mxCellStatePreview
mxMovePreview. preview
Methods in com.mxgraph.swing.handler that return mxCellStatePreview Modifier and Type Method Description mxCellStatePreview
mxMovePreview. createCellStatePreview()
-
Uses of mxCellStatePreview in com.mxgraph.swing.util
Fields in com.mxgraph.swing.util declared as mxCellStatePreview Modifier and Type Field Description protected mxCellStatePreview
mxMorphing. preview
Methods in com.mxgraph.swing.util with parameters of type mxCellStatePreview Modifier and Type Method Description protected void
mxMorphing. animateCell(java.lang.Object cell, mxCellStatePreview move, boolean recurse)
Animates the given cell state using moveState.protected void
mxMorphing. show(mxCellStatePreview preview)
Shows the changes in the given mxCellStatePreview.
-