|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PTransformActivity | |
---|---|
edu.umd.cs.piccolo | Piccolo is a general-purpose Java-based engine that supports 2D visualizations. |
edu.umd.cs.piccolox.nodes | This package contains additional nodes that may be useful for Piccolo applications. |
Uses of PTransformActivity in edu.umd.cs.piccolo |
---|
Methods in edu.umd.cs.piccolo that return PTransformActivity | |
---|---|
PTransformActivity |
PNode.animateToPositionScaleRotation(double x,
double y,
double scale,
double theta,
long duration)
Animate this node's transform from its current location when the activity starts to the specified location, scale, and rotation. |
PTransformActivity |
PNode.animateToTransform(java.awt.geom.AffineTransform destTransform,
long duration)
Animate this node's transform from its current values when the activity starts to the new values specified in the given transform. |
PTransformActivity |
PNode.animateTransformToBounds(double x,
double y,
double width,
double height,
long duration)
Animate this node from it's current transform when the activity starts a new transform that will fit the node into the given bounds. |
PTransformActivity |
PCamera.animateViewToCenterBounds(java.awt.geom.Rectangle2D centerBounds,
boolean shouldScaleToFit,
long duration)
Animate the camera's view from its current transform when the activity starts to a new transform that centers the given bounds in the camera layers coordinate system into the cameras view bounds. |
PTransformActivity |
PCamera.animateViewToIncludeBounds(java.awt.geom.Rectangle2D includeBounds,
long duration)
Deprecated. Renamed to animateViewToPanToBounds |
PTransformActivity |
PCamera.animateViewToPanToBounds(java.awt.geom.Rectangle2D panToBounds,
long duration)
Pan the camera's view from its current transform when the activity starts to a new transform so that the view bounds will contain (if possible, intersect if not possible) the new bounds in the camera layers coordinate system. |
PTransformActivity |
PCamera.animateViewToTransform(java.awt.geom.AffineTransform destination,
long duration)
Animate the cameras view transform from its current value when the activity starts to the new destination transform value. |
Uses of PTransformActivity in edu.umd.cs.piccolox.nodes |
---|
Methods in edu.umd.cs.piccolox.nodes that return PTransformActivity | |
---|---|
PTransformActivity |
PCacheCamera.animateStaticViewToCenterBoundsFast(java.awt.geom.Rectangle2D centerBounds,
boolean shouldScaleToFit,
long duration)
Mimics the standard animateViewToCenterBounds but uses a cached image for performance rather than re-rendering the scene at each step |
protected PTransformActivity |
PCacheCamera.animateStaticViewToTransformFast(java.awt.geom.AffineTransform destination,
long duration)
This copies the behavior of the standard animateViewToTransform but clears the cache when it is done |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |