de.frag.umlplugin.anim
Class AnimationBuilder
java.lang.Object
de.frag.umlplugin.anim.AnimationBuilder
public class AnimationBuilder
- extends java.lang.Object
Creates animation from one subject class to another class selected by the user.
Constructor Summary |
AnimationBuilder(com.intellij.openapi.graph.view.Graph2DView graph2DView,
com.intellij.openapi.graph.view.Graph2D oldGraph,
com.intellij.openapi.graph.view.Graph2D newGraph,
com.intellij.openapi.graph.base.Node selectedNodeInOldGraph,
Settings settings)
Creates an animation builder that can create animations from one graph to another. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnimationBuilder
public AnimationBuilder(@NotNull
com.intellij.openapi.graph.view.Graph2DView graph2DView,
@NotNull
com.intellij.openapi.graph.view.Graph2D oldGraph,
@NotNull
com.intellij.openapi.graph.view.Graph2D newGraph,
@NotNull
com.intellij.openapi.graph.base.Node selectedNodeInOldGraph,
@NotNull
Settings settings)
- Creates an animation builder that can create animations from one graph to another.
- Parameters:
graph2DView
- view that contains old grapholdGraph
- old graphnewGraph
- new graphselectedNodeInOldGraph
- selected node in old graphsettings
- settings
createNavigationAnimation
@NotNull
public AnimationObject createNavigationAnimation()
- Creates the desired animation.
- Returns:
- create animation