|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompiledPath | |
---|---|
org.robokind.api.animation | |
org.robokind.api.animation.compiled | |
org.robokind.api.animation.editor |
Uses of CompiledPath in org.robokind.api.animation |
---|
Methods in org.robokind.api.animation that return CompiledPath | |
---|---|
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. |
Uses of CompiledPath in org.robokind.api.animation.compiled |
---|
Methods in org.robokind.api.animation.compiled that return CompiledPath | |
---|---|
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. |
Methods in org.robokind.api.animation.compiled with parameters of type CompiledPath | |
---|---|
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. |
Method parameters in org.robokind.api.animation.compiled with type arguments of type CompiledPath | |
---|---|
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. |
Uses of CompiledPath in org.robokind.api.animation.editor |
---|
Methods in org.robokind.api.animation.editor that return CompiledPath | |
---|---|
CompiledPath |
ChannelEditor.getCompiledPath(long start,
long end,
long stepLength)
|
CompiledPath |
MotionPathEditor.getCompiledPath(long start,
long end,
long stepLength)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |