Uses of Class
L20_pkg.PolkaDot

Uses of PolkaDot in L20_pkg
 

Methods in L20_pkg that return PolkaDot
static PolkaDot PolkaDot.getRandom(int xDim, int yDim)
          This method generates a random polka dot, with a color randomly chosen among RGB and a position chosen randomly from within a palette of 6 basic colors (red, orange, yellow, green, blue, magenta).
 

Methods in L20_pkg that return types with arguments of type PolkaDot
 java.util.List<PolkaDot> PolkaDotDataModel.getDots()
          Return this collection as a List of PolkaDot objects.
 

Methods in L20_pkg with parameters of type PolkaDot
 void PolkaDotDataModel.addDot(PolkaDot theDot)
          Add the passed polka dot to this collection.