public class Animation extends Object implements Serializable
| Constructor and Description |
|---|
Animation(String name,
Double framePeriodSeconds) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendEmptyFrames(int quantity) |
void |
appendFrame(Frame f) |
Frame |
getFrameAt(int idx) |
int |
getFrameCount() |
Double |
getFramePeriodSeconds() |
String |
getName() |
Frame |
getPartialFrameInCoordinateSystem(int idx,
Set<Joint> jointSet,
JointStateCoordinateType queryCT) |
Set<Joint> |
getUsedJointSet()
Returns all Joints that are used by any frame in this Animation.
|
public String getName()
public Double getFramePeriodSeconds()
public int getFrameCount()
public Frame getFrameAt(int idx)
public void appendFrame(Frame f)
public void appendEmptyFrames(int quantity)
public Set<Joint> getUsedJointSet()
public Frame getPartialFrameInCoordinateSystem(int idx, Set<Joint> jointSet, JointStateCoordinateType queryCT)
Copyright © 2010-2016. All Rights Reserved.