|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PAffineTransform | |
---|---|
edu.umd.cs.piccolo | Piccolo is a general-purpose Java-based engine that supports 2D visualizations. |
edu.umd.cs.piccolo.util | This package defines several utility classes that are likely to be useful for Piccolo applications. |
Uses of PAffineTransform in edu.umd.cs.piccolo |
---|
Methods in edu.umd.cs.piccolo that return PAffineTransform | |
---|---|
PAffineTransform |
PNode.getGlobalToLocalTransform(PAffineTransform dest)
Return the transform that converts global coordinates to local coordinates of this node. |
PAffineTransform |
PNode.getInverseTransform()
Return an inverted copy of the transform associated with this node. |
PAffineTransform |
PNode.getLocalToGlobalTransform(PAffineTransform dest)
Return the transform that converts local coordinates at this node to the global coordinate system. |
PAffineTransform |
PNode.getTransform()
Return a copy of the transform associated with this node. |
PAffineTransform |
PNode.getTransformReference(boolean createNewTransformIfNull)
Return a reference to the transform associated with this node. |
PAffineTransform |
PCamera.getViewTransform()
Get a copy of the view transform that is applied to the camera's layers. |
PAffineTransform |
PCamera.getViewTransformReference()
Get a reference to the view transform that is applied to the camera's layers. |
Methods in edu.umd.cs.piccolo with parameters of type PAffineTransform | |
---|---|
PAffineTransform |
PNode.getGlobalToLocalTransform(PAffineTransform dest)
Return the transform that converts global coordinates to local coordinates of this node. |
PAffineTransform |
PNode.getLocalToGlobalTransform(PAffineTransform dest)
Return the transform that converts local coordinates at this node to the global coordinate system. |
Uses of PAffineTransform in edu.umd.cs.piccolo.util |
---|
Methods in edu.umd.cs.piccolo.util that return PAffineTransform | |
---|---|
PAffineTransform |
PPickPath.getPathTransformTo(PNode nodeOnPath)
|
Methods in edu.umd.cs.piccolo.util with parameters of type PAffineTransform | |
---|---|
void |
PPickPath.popTransform(PAffineTransform aTransform)
|
void |
PPaintContext.popTransform(PAffineTransform aTransform)
|
void |
PPickPath.pushTransform(PAffineTransform aTransform)
|
void |
PPaintContext.pushTransform(PAffineTransform aTransform)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |