|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.piccolo2d.nodes.transform.RotateTransformation
public class RotateTransformation extends Object
| 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 |
|---|
private boolean inplace
private double theta
private double x
private double y
| Constructor Detail |
|---|
RotateTransformation()
| Method Detail |
|---|
public void apply(edu.umd.cs.piccolo.PNode node)
public double getTheta()
public double getX()
public double getY()
public boolean isInplace()
public void setInplace(boolean inplace)
public void setTheta(double theta)
public void setX(double x)
public void setY(double y)
Groovy Documentation