| Package | Description |
|---|---|
| org.mechio.api.animation | |
| org.mechio.api.animation.compiled | |
| org.mechio.api.animation.editor |
| Modifier and Type | Method and Description |
|---|---|
CompiledPath |
Channel.compilePath(long start,
long end,
long stepLength)
Creates a composite CompiledPath from all MotionPaths for given times.
|
CompiledPath |
MotionPath.compilePath(long start,
long end,
long stepLength)
Creates a CompiledPath from the interpolated points.
|
CompiledPath |
Channel.getCompiledPath(long stepLength)
Creates a composite CompiledPath from all MotionPaths.
|
CompiledPath |
MotionPath.getCompiledPath(long stepLength)
Gets a CompiledPath of the full MotionPath.
|
| Modifier and Type | Method and Description |
|---|---|
CompiledPath |
CompiledPath.clone()
Creates a deep copy of the CompiledPath.
|
static CompiledPath |
CompiledPath.combine(List<CompiledPath> paths)
Returns a composite of the paths in the given list.
|
static CompiledPath |
CompiledPath.compilePath(long start,
long end,
List<Point2D> interpolated,
long stepLength)
Creates a CompiledPath from the interpolated points.
|
CompiledPath |
CompiledMap.put(Integer key,
CompiledPath value)
Same as HashMap.put() but does not allow null keys or values, and checks
the stepLength of the given path.
|
CompiledPath |
CompiledPath.setTimes(long start,
long end)
Returns a copy of this path, using a new time window.
|
| Modifier and Type | Method and Description |
|---|---|
CompiledPath |
CompiledMap.put(Integer key,
CompiledPath value)
Same as HashMap.put() but does not allow null keys or values, and checks
the stepLength of the given path.
|
| Modifier and Type | Method and Description |
|---|---|
static CompiledPath |
CompiledPath.combine(List<CompiledPath> paths)
Returns a composite of the paths in the given list.
|
void |
CompiledMap.putAll(Map<? extends Integer,? extends CompiledPath> m)
Same as HashMap.put() but does not allow null keys or values, and checks
the stepLength of the given path.
|
| Modifier and Type | Method and Description |
|---|---|
CompiledPath |
ChannelEditor.getCompiledPath(long start,
long end,
long stepLength) |
CompiledPath |
MotionPathEditor.getCompiledPath(long start,
long end,
long stepLength) |
Copyright © 2011-2014. All Rights Reserved.