Uses of Class
org.robokind.api.animation.MotionPath

Packages that use MotionPath
org.robokind.api.animation   
org.robokind.api.animation.editor   
org.robokind.api.animation.factory   
 

Uses of MotionPath in org.robokind.api.animation
 

Methods in org.robokind.api.animation that return MotionPath
 MotionPath MotionPath.clone()
          Returns a deep copy of the Channel.
 MotionPath Channel.getMotionPath(int i)
          Returns the MotionPath for the given index.
 MotionPath Channel.removeMotionPath(int i)
          Removes the MotionPath at the given index.
 

Methods in org.robokind.api.animation that return types with arguments of type MotionPath
 List<MotionPath> Channel.getMotionPaths()
          Returns the list of MotionPaths belonging to this Channel.
 

Methods in org.robokind.api.animation with parameters of type MotionPath
 void Channel.addPath(int i, MotionPath p)
          Adds a MotionPath to the list at the given index.
 void Channel.addPath(MotionPath p)
          Adds a MotionPath to the list.
 int Channel.removeMotionPath(MotionPath mp)
          Removes the given MotionPath.
static void Transforms.scalePathTime(MotionPath src, MotionPath dest, double scale, double ref)
          Scales the x-distance from the reference point by the given amount for each point in the MotionPath.
static void Transforms.setPathControlPoints(MotionPath path, List<Point2D> points)
          Sets the coordinates of the MotionPath control points to the given points.
static void Transforms.translatePath(MotionPath src, MotionPath dest, double amtX, double amtY)
          Moves all the points in a MotionPath by the given x and y amounts.
 

Method parameters in org.robokind.api.animation with type arguments of type MotionPath
 void Channel.addPaths(List<MotionPath> paths)
          Adds a List of MotionPaths to the Channel.
 

Uses of MotionPath in org.robokind.api.animation.editor
 

Methods in org.robokind.api.animation.editor that return MotionPath
protected  MotionPath MotionPathEditor.getMotionPath()
           
 MotionPath MotionPathEditor.getTempPath()
           
protected  MotionPath ChannelEditor.removeChild(Object invoker, int i)
           
 

Methods in org.robokind.api.animation.editor with parameters of type MotionPath
protected  MotionPathEditor ChannelEditor.createChildController(MotionPath path)
           
protected  void ChannelEditor.setEnabled(MotionPath mp, boolean enabled)
           
 

Method parameters in org.robokind.api.animation.editor with type arguments of type MotionPath
protected  int ChannelEditor.addChildBase(Object invoker, org.robokind.api.common.utils.RKSource<MotionPath> pathSource, int i)
           
 

Constructors in org.robokind.api.animation.editor with parameters of type MotionPath
MotionPathEditor(MotionPath mp, HistoryStack hist)
           
 

Uses of MotionPath in org.robokind.api.animation.factory
 

Methods in org.robokind.api.animation.factory that return MotionPath
 MotionPath MotionPathFactory.getValue()
          Returns a new MotionPath with the given Interpolator type.
 



Copyright © 2011-2013. All Rights Reserved.