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 mxCellStatePreviewmxMovePreview. previewMethods in com.mxgraph.swing.handler that return mxCellStatePreview Modifier and Type Method Description mxCellStatePreviewmxMovePreview. createCellStatePreview() -
Uses of mxCellStatePreview in com.mxgraph.swing.util
Fields in com.mxgraph.swing.util declared as mxCellStatePreview Modifier and Type Field Description protected mxCellStatePreviewmxMorphing. previewMethods in com.mxgraph.swing.util with parameters of type mxCellStatePreview Modifier and Type Method Description protected voidmxMorphing. animateCell(java.lang.Object cell, mxCellStatePreview move, boolean recurse)Animates the given cell state using moveState.protected voidmxMorphing. show(mxCellStatePreview preview)Shows the changes in the given mxCellStatePreview.
-