|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcpsim.piccolo.putil
public final class putil
Utilities for piccolo
| Method Summary | |
|---|---|
static void |
removeAllListeners(edu.umd.cs.piccolo.PNode node)
|
static void |
zoomTo(edu.umd.cs.piccolo.PCamera camera,
edu.umd.cs.piccolo.PNode node,
double zoom)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void zoomTo(edu.umd.cs.piccolo.PCamera camera,
edu.umd.cs.piccolo.PNode node,
double zoom)
camera - the camera which shall zoomnode - the node which shall be zoomed to full canvas size if
node==null all nodes are zoomed.zoom - 0.0: completely fills the screen, 0.1 add 10% margin on each
side.public static void removeAllListeners(edu.umd.cs.piccolo.PNode node)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||