|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.piccolo2d.nodes.transform.ScaleTransformation
public class ScaleTransformation extends Object
| Field Summary | |
|---|---|
private double |
factor
|
| Constructor Summary | |
ScaleTransformation()
|
|
| Method Summary | |
|---|---|
void
|
apply(edu.umd.cs.piccolo.PNode node)
|
double
|
getFactor()
|
void
|
setFactor(double factor)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private double factor
| Constructor Detail |
|---|
ScaleTransformation()
| Method Detail |
|---|
public void apply(edu.umd.cs.piccolo.PNode node)
public double getFactor()
public void setFactor(double factor)
Groovy Documentation