@Deprecated public class MotionTrailPlot3D extends MotionTrailPlot implements MotionTrail
| Modifier and Type | Field and Description |
|---|---|
protected float |
mMotionEasingZ
Deprecated.
|
DEFAULT_MOTION_EASING, DEFAULT_NUM_POINTS, DEFAULT_PLOT_SIZE, mColor1, mColor2, mColorBuffer, mData, mMeshBuffer, mMinLength, mMotionEasingX, mMotionEasingY, mNumPoints, mPoints, mScale1, mScale2, mSegmentLength, mStackable, mTarget, mTargetOffset, mTexture, mTextureCoordBuffer, mTextureHeight, mTextureScaleX, mTextureScaleY, mTextureWidth, mUniParentATT_ALPHA, ATT_ANIMATOR, ATT_BLEND_MODE, ATT_COLOR, ATT_DEBUG, ATT_ORIGIN_AT_CENTER, ATT_ROTATION, ATT_VISIBLE, mAlive, mAlpha, mAlphaTestEnabled, mAutoUpdateBounds, mBlendFunc, mBounds, mBypassCameraClipping, mColor, mDebugFlags, mFrameDuration, mHasTransformValues, mId, mInvalidateFlags, mManipulators, mMask, mMatrix, mNumManipulators, mOrigin, mParent, mPerspectiveEnabled, mPivot, mPosition, mRotation, mRotationVectorX, mRotationVectorY, mRotationVectorZ, mScale, mScene, mSceneSize, mSize, mSkew, mTransformMatrix, mTransformMatrixValues, mUIConstraint, mVisible, mZ, TAGFLIP_X, FLIP_YALL, ALPHA, BLEND, BOUNDS, CACHE, CHILDREN, COLOR, DEPTH, FRAME, ORIGIN, PARENT, PARENT_BOUNDS, PERSPECTIVE, PIVOT, POSITION, ROTATION, SCALE, SIZE, SKEW, TEXTURE, TEXTURE_COORDS, TRANSFORM_MATRIX, VERTICES, VISIBILITY, VISUAL| Constructor and Description |
|---|
MotionTrailPlot3D()
Deprecated.
|
MotionTrailPlot3D(Manipulatable target)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getMotionEasingZ()
Deprecated.
|
void |
move(float dx,
float dy,
float dz)
Deprecated.
|
void |
reset(java.lang.Object... params)
Deprecated.
|
void |
setMotionEasing(float easing)
Deprecated.
|
void |
setMotionEasing(float easingX,
float easingY,
float easingZ)
Deprecated.
|
void |
setNumPoints(int numPoints)
Deprecated.
|
void |
setPointsAt(float x,
float y,
float z)
Deprecated.
|
void |
setPointsAt(Point3D p)
Deprecated.
|
void |
setPosition(float x,
float y,
float z)
Deprecated.
|
void |
setTarget(Manipulatable target)
Deprecated.
|
void |
setTargetOffset(float offsetX,
float offsetY,
float offsetZ)
Deprecated.
|
void |
setZ(float z)
Deprecated.
Set the Z-depth
|
boolean |
update(int deltaTime)
Deprecated.
|
dispose, draw, drawChildren, getData, getMinLength, getMotionEasingX, getMotionEasingY, getNumPoints, getNumStackedChildren, getParent, getPoints, getTarget, getTargetOffset, getTexture, isStackable, move, onAdded, onRemoved, setColorRange, setData, setMinLength, setMotionEasing, setPoints, setPosition, setScaleRange, setStackable, setTargetOffset, setTexture, stackaddManipulator, drawBounds, drawEnd, drawStart, drawWireframe, getAlpha, getBlendFunc, getBounds, getColor, getDebugFlags, getFps, getGlobalPosition, getHeight, getId, getInheritedBlendFunc, getInheritedColor, getManipulator, getMask, getMatrix, getNumManipulators, getObjectTree, getOrigin, getParentMatrix, getPivot, getPosition, getRotation, getScale, getScene, getSceneSize, getSize, getSkew, getUIConstraint, getWidth, getX, getY, getZ, globalToLocal, invalidate, invalidate, isAlive, isAlphaTestEnabled, isAutoUpdateBounds, isBypassCameraClipping, isOriginAtCenter, isPerspectiveEnabled, isVisible, localToGlobal, moveTo, onAdded, onAddedToScene, onCreateChildren, onPreConcatParentMatrix, onRemovedFromScene, queueEvent, removeAllManipulators, removeFromParent, removeManipulator, rotate, setAlive, setAlpha, setAlphaTestEnabled, setAutoUpdateBounds, setBlendFunc, setBypassCameraClipping, setColor, setDebugFlags, setFps, setId, setMask, setOrigin, setOrigin, setOriginAtCenter, setPerspectiveEnabled, setPivot, setPivot, setPivotAtCenter, setPosition, setRotation, setRotationVector, setScale, setScale, setSize, setSize, setSkew, setUIConstraint, setVisible, setX, setXMLAttributes, setY, shouldDraw, toString, updateBounds, updateChildren, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetData, getNumPoints, getTarget, setDatadraw, isPerspectiveEnabled, onAdded, onCreateChildren, setPerspectiveEnabled, setXMLAttributesaddManipulator, dispose, getAlpha, getBlendFunc, getBounds, getColor, getFps, getId, getInheritedBlendFunc, getInheritedColor, getManipulator, getNumManipulators, getObjectTree, getOrigin, getParent, getPivot, getScene, getSkew, getZ, globalToLocal, invalidate, invalidate, isAlive, isAutoUpdateBounds, isVisible, localToGlobal, onAddedToScene, onRemoved, onRemovedFromScene, queueEvent, removeAllManipulators, removeFromParent, removeManipulator, setAlive, setAlpha, setAutoUpdateBounds, setBlendFunc, setColor, setFps, setId, setOrigin, setOrigin, setOriginAtCenter, setPivot, setPivot, setPivotAtCenter, setSkew, setVisible, shouldDraw, updateBoundsgetHeight, getPosition, getRotation, getScale, getSize, getWidth, getX, getY, move, moveTo, rotate, setPosition, setPosition, setRotation, setScale, setScale, setSize, setSize, setX, setYpublic MotionTrailPlot3D()
public MotionTrailPlot3D(Manipulatable target)
public void reset(java.lang.Object... params)
reset in interface Reusablereset in class MotionTrailPlotpublic final void setPosition(float x,
float y,
float z)
public void setZ(float z)
BaseDisplayObjectsetZ in interface DisplayablesetZ in class BaseDisplayObjectBaseDisplayObject.setAlphaTestEnabled(boolean)public void move(float dx,
float dy,
float dz)
public boolean update(int deltaTime)
update in interface Displayableupdate in class MotionTrailPlotpublic void setNumPoints(int numPoints)
setNumPoints in interface MotionTrailsetNumPoints in class MotionTrailPlotpublic void setTarget(Manipulatable target)
setTarget in interface MotionTrailsetTarget in class MotionTrailPlotpublic void setPointsAt(float x,
float y,
float z)
setPointsAt in class MotionTrailPlotpublic void setPointsAt(Point3D p)
setPointsAt in class MotionTrailPlotpublic float getMotionEasingZ()
public void setMotionEasing(float easing)
setMotionEasing in class MotionTrailPloteasing, - must be from 0 to 1public void setMotionEasing(float easingX,
float easingY,
float easingZ)
public void setTargetOffset(float offsetX,
float offsetY,
float offsetZ)