Uses of Interface
java.lang.Cloneable

Packages that use Cloneable
java.awt Minimal AWT package for shape classes with integer co-ordinates 
java.awt.geom Minimal awt.geom package for Point2D, Line2D and Rectangle2D 
lejos.geom Geometric shape support for robotics using float co-ordinates 
lejos.realtime   
lejos.robotics.proposal Support for maps 
lejos.util More utility classes 
 

Uses of Cloneable in java.awt
 

Classes in java.awt that implement Cloneable
 class Rectangle
          A rectangle with integer coordinates.
 

Uses of Cloneable in java.awt.geom
 

Classes in java.awt.geom that implement Cloneable
 class Line2D
          An abstract class representing a line in two dimensional space
static class Line2D.Double
          A line in 2D space using float coordinates
static class Line2D.Float
          A line in 2D space using float coordinates
 class Point2D
          An abstract class for a point.
static class Point2D.Double
          A point with double coordinates.
static class Point2D.Float
          A point with float coordinates.
 class Rectangle2D
          An abstract class for a Rectangle.
static class Rectangle2D.Double
          A Rectangle2D with double coordinates
static class Rectangle2D.Float
          A Rectangle2D with float coordinates.
 class RectangularShape
          An abstract base class for shapes based on a rectangular frame.
 

Uses of Cloneable in lejos.geom
 

Classes in lejos.geom that implement Cloneable
 class Line
          Represents a line and supports calculating the point of intersection of two line segments.
 class Point
          Point with float co-ordinates for use in navigation.
 

Uses of Cloneable in lejos.realtime
 

Classes in lejos.realtime that implement Cloneable
 class AperiodicParameters
           
 class ImportanceParameters
           
 class PeriodicParameters
           
 class PriorityParameters
          Instances of this class should be assigned to schedulable objects that are by schedulers which use a single integer to determine execution order.
 class ProcessingGroupParameters
           
 class RelativeTime
           
 class ReleaseParameters
          This ReleaseParameters class is an equivalent of the ReleaseParameters class in RTSJ.
 class SchedulingParameters
          Subclasses of SchedulingParameters (PriorityParameters, ImportanceParameters, and any others defined for particular schedulers) provide the parameters to be used by the Scheduler.
 class SporadicParameters
           
 

Uses of Cloneable in lejos.robotics.proposal
 

Classes in lejos.robotics.proposal that implement Cloneable
 class WayPoint
           
 

Uses of Cloneable in lejos.util
 

Classes in lejos.util that implement Cloneable
 class Matrix