Groovy Documentation

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

java.lang.Object
  griffon.plugins.piccolo2d.nodes.transform.Transformations

public class Transformations
extends Object

Authors:
Andres Almiray


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

transformations

private List transformations


 
Constructor Detail

Transformations

Transformations()


 
Method Detail

addTransformation

public void addTransformation(Transformation transformation)


apply

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


getTransformations

public List getTransformations()


 

Groovy Documentation