fr.esrf.tangoatk.widget.util.jdraw
Interface JDRotatable

All Known Implementing Classes:
JDLine, JDPolyline, JDSpline

public interface JDRotatable

Interface implemented by JDObject that can be rotated


Method Summary
 void rotate(double angle, double xCenter, double yCenter)
          Rotates this object.
 

Method Detail

rotate

void rotate(double angle,
            double xCenter,
            double yCenter)
Rotates this object.

Parameters:
angle - Angle value
xCenter - Rotation center vertical pos
yCenter - Rotation center horizontal pos