pivot.wtk.media.drawing
Interface ShapeTransformListener


public interface ShapeTransformListener

Shape transform listener interface.

Author:
gbrown

Method Summary
 void transformInserted(Shape shape, int index)
          Called when a transform has been inserted into a shape's transform sequence.
 void transformsRemoved(Shape shape, int index, Sequence<Shape.Transform> transforms)
          Called when transforms have been removed from a shape's transform sequence.
 void transformUpdated(Shape.Transform transform)
          Called when a transform has been updated in a shape's transform sequence.
 

Method Detail

transformInserted

void transformInserted(Shape shape,
                       int index)
Called when a transform has been inserted into a shape's transform sequence.

Parameters:
shape -
index -

transformsRemoved

void transformsRemoved(Shape shape,
                       int index,
                       Sequence<Shape.Transform> transforms)
Called when transforms have been removed from a shape's transform sequence.

Parameters:
shape -
index -
transforms -

transformUpdated

void transformUpdated(Shape.Transform transform)
Called when a transform has been updated in a shape's transform sequence.

Parameters:
transform -