Package | Description |
---|---|
org.scilab.forge.scirenderer.tranformations |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|