Documentation of 'com.mxgraph.swing.util.mxMorphing' Java class
mxMorphing
com.mxgraph.swing.util

Class mxMorphing



  • public class mxMorphing
    extends mxAnimation
    Provides animation effects.
    • Constructor Detail

      • mxMorphing

        public mxMorphing(mxGraphComponent graphComponent)
        Constructs a new morphing instance for the given graph.
      • mxMorphing

        public mxMorphing(mxGraphComponent graphComponent,
                          int steps,
                          double ease,
                          int delay)
        Constructs a new morphing instance for the given graph.
    • Method Detail

      • getSteps

        public int getSteps()
        Returns the number of steps for the animation.
      • setSteps

        public void setSteps(int value)
        Sets the number of steps for the animation.
      • getEase

        public double getEase()
        Returns the easing for the movements.
      • setEase

        public void setEase(double value)
        Sets the easing for the movements.
      • setCells

        public void setCells(java.lang.Object[] value)
        Optional array of cells to be animated. If this is not specified then all cells are checked and animated if they have been moved in the current transaction.
      • stopAnimation

        public void stopAnimation()
        Description copied from class: mxAnimation
        Stops the animation by deleting the timer and fires mxEvent.DONE.
        Overrides:
        stopAnimation in class mxAnimation
      • paint

        public void paint(java.awt.Graphics g)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.