Uses of Class
org.scilab.forge.scirenderer.tranformations.TransformationStack.TransformationStackEvent
-
Packages that use TransformationStack.TransformationStackEvent Package Description org.scilab.forge.scirenderer.tranformations -
-
Uses of TransformationStack.TransformationStackEvent in org.scilab.forge.scirenderer.tranformations
Methods in org.scilab.forge.scirenderer.tranformations that return TransformationStack.TransformationStackEvent Modifier and Type Method Description static TransformationStack.TransformationStackEventTransformationStack.TransformationStackEvent. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransformationStack.TransformationStackEvent[]TransformationStack.TransformationStackEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.scilab.forge.scirenderer.tranformations with parameters of type TransformationStack.TransformationStackEvent Modifier and Type Method Description voidTransformationStackListener. changed(TransformationStack transformationStack, TransformationStack.TransformationStackEvent event, Transformation top)Called when an event occur in the listened transformation stack.protected voidTransformationStackImpl. fireChanged(TransformationStack.TransformationStackEvent event, Transformation top)Fire a change event.
-