Uses of Class
org.robokind.api.animation.compiled.CompiledPath

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 MotionPath.compilePath(long start, long end, long stepLength)
          Creates a CompiledPath from the interpolated points.
 CompiledPath Channel.compilePath(long start, long end, long stepLength)
          Creates a composite CompiledPath from all MotionPaths for given times.
 CompiledPath MotionPath.getCompiledPath(long stepLength)
          Gets a CompiledPath of the full MotionPath.
 CompiledPath Channel.getCompiledPath(long stepLength)
          Creates a composite CompiledPath from all MotionPaths.
 

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 MotionPathEditor.getCompiledPath(long start, long end, long stepLength)
           
 CompiledPath ChannelEditor.getCompiledPath(long start, long end, long stepLength)
           
 



Copyright © 2011. All Rights Reserved.