public class PolylineClip extends Polyline implements Playable
mAtlasFrame, mColorValues, mNarrowAngle, mNumPointsUsed, mPoints, mStackable, mStroke1, mStroke2, mStrokeColors, mStrokeInterpolator, mTextureCap1, mTextureCap2, mTextureCoords, mTextureRepeating, mTotalLength, mUniParent, mVertices, mVerticesNum, VERTEX_POINTER_SIZEATT_ASYNC, ATT_SOURCE, mColorBuffer, mTexture, mTextureCoordBuffer, mTextureCoordBufferScaled, mVertexBuffer, TAGATT_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, mZLOOP_NONE, LOOP_REPEAT, LOOP_REVERSEFLIP_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 |
|---|
PolylineClip() |
PolylineClip(AtlasFrameSet frameSet) |
| Modifier and Type | Method and Description |
|---|---|
AtlasFrameSet |
getAtlasFrameSet() |
int |
getCurrentFrame() |
RectF |
getFrameRect(int frame) |
int |
getLoop() |
int |
getNumFrames() |
boolean |
isPlaying() |
protected void |
onClipEnd(AtlasFrameSet frameSet) |
void |
play() |
void |
playAt(int frame) |
void |
setAtlasFrameSet(AtlasFrameSet frameSet) |
void |
setLoop(int type) |
void |
stop() |
void |
stopAt(int frame) |
boolean |
update(int deltaTime) |
allocateVertices, draw, getAtlasFrame, getNumStackedChildren, getParent, getPoints, getStrokeInterpolator, getTotalLength, isStackable, onAdded, onRemoved, setAtlasFrame, setPoints, setPoints, setStackable, setStrokeColors, setStrokeInterpolator, setStrokeRange, setTexture, setTextureCaps, setTextureRepeating, stack, validateVerticesdispose, drawChildren, drawStart, drawWireframe, flipTextureCoordBuffer, getColorBuffer, getTexture, getTextureCoordBuffer, getVertexBuffer, onAdded, onTextureLoaded, setColorBuffer, setTextureCoordBuffer, setTextureCoordBuffer, setVertexBuffer, setXMLAttributes, validateTextureCoordBufferaddManipulator, drawBounds, drawEnd, 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, move, moveTo, 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, setPosition, setRotation, setRotationVector, setScale, setScale, setSize, setSize, setSkew, setUIConstraint, setVisible, setX, setY, setZ, shouldDraw, toString, updateBounds, updateChildren, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddManipulator, dispose, getAlpha, getBlendFunc, getBounds, getColor, getFps, getId, getInheritedBlendFunc, getInheritedColor, getManipulator, getNumManipulators, getObjectTree, getOrigin, getPivot, getScene, getSkew, getZ, globalToLocal, invalidate, invalidate, isAlive, isAutoUpdateBounds, isVisible, localToGlobal, onAddedToScene, onRemovedFromScene, queueEvent, removeAllManipulators, removeFromParent, removeManipulator, setAlive, setAlpha, setAutoUpdateBounds, setBlendFunc, setColor, setFps, setId, setOrigin, setOrigin, setOriginAtCenter, setPivot, setPivot, setPivotAtCenter, setSkew, setVisible, setZ, shouldDraw, updateBoundsgetHeight, getPosition, getRotation, getScale, getSize, getWidth, getX, getY, move, moveTo, rotate, setPosition, setPosition, setRotation, setScale, setScale, setSize, setSize, setX, setYpublic PolylineClip()
public PolylineClip(AtlasFrameSet frameSet)
public void setAtlasFrameSet(AtlasFrameSet frameSet)
public AtlasFrameSet getAtlasFrameSet()
public RectF getFrameRect(int frame)
getFrameRect in interface Playablepublic boolean update(int deltaTime)
update in interface Displayableupdate in class Polylinepublic void setLoop(int type)
public int getCurrentFrame()
getCurrentFrame in interface Playablepublic int getNumFrames()
getNumFrames in interface Playableprotected void onClipEnd(AtlasFrameSet frameSet)