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