Groovy Documentation

griffon.plugins.piccolo2d.nodes.transform
[Java] Class RotateTransformation

java.lang.Object
  griffon.plugins.piccolo2d.nodes.transform.RotateTransformation
All Implemented Interfaces:
Transformation

public class RotateTransformation
extends Object

Authors:
Andres Almiray


Field Summary
private boolean inplace

private double theta

private double x

private double y

 
Constructor Summary
RotateTransformation()

 
Method Summary
void apply(edu.umd.cs.piccolo.PNode node)

double getTheta()

double getX()

double getY()

boolean isInplace()

void setInplace(boolean inplace)

void setTheta(double theta)

void setX(double x)

void setY(double y)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

inplace

private boolean inplace


theta

private double theta


x

private double x


y

private double y


 
Constructor Detail

RotateTransformation

RotateTransformation()


 
Method Detail

apply

public void apply(edu.umd.cs.piccolo.PNode node)


getTheta

public double getTheta()


getX

public double getX()


getY

public double getY()


isInplace

public boolean isInplace()


setInplace

public void setInplace(boolean inplace)


setTheta

public void setTheta(double theta)


setX

public void setX(double x)


setY

public void setY(double y)


 

Groovy Documentation