jsynoptic.builtin
Interface AffineTransformData.Listener

All Known Implementing Classes:
Abstract1DShape, Abstract2DShape, ConnectionShape, EllipseShape, HistoryShape.HookedTextShape, ImageShape, Java3dShape, LinesShape, PolygonShape, RectangleShape, SvgShape, TextShape
Enclosing class:
AffineTransformData

public static interface AffineTransformData.Listener

An interface to warn the transform owner in case of transform change


Method Summary
 void updateTransform()
          The transformation input paramters have changed it has to be updated according to transformation reference frame coordinates.
 

Method Detail

updateTransform

void updateTransform()
The transformation input paramters have changed it has to be updated according to transformation reference frame coordinates. Thus, the implementation has to call AffineTransformData.updateTransform(cx,cy) to perform this update before using the transform in the rendering process