Uses of Class
org.scilab.forge.scirenderer.tranformations.TransformationStack.TransformationStackEvent

Packages that use TransformationStack.TransformationStackEvent
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
static TransformationStack.TransformationStackEvent TransformationStack.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
 void TransformationStackListener.changed(TransformationStack transformationStack, TransformationStack.TransformationStackEvent event, Transformation top)
          Called when an event occur in the listened transformation stack.
protected  void TransformationStackImpl.fireChanged(TransformationStack.TransformationStackEvent event, Transformation top)
          Fire a change event.