Uses of Class
lt05_pkg.PolkaDotDataModel

Uses of PolkaDotDataModel in lt05_pkg
 

Methods in lt05_pkg with parameters of type PolkaDotDataModel
static PolkaDot PolkaDot.getRandom(int xDim, int yDim, PolkaDotDataModel dataModel)
          This method generates a random polka dot, with a color randomly chosen from within a palette of 6 basic colors (red, orange, yellow, green, blue, magenta).
 

Constructors in lt05_pkg with parameters of type PolkaDotDataModel
BasicFrame(PolkaDotDataModel myDataModel)
           
CanvasPanel(PolkaDotDataModel myDataModel)
          Constructor
DotController_VersionForQuestion1(javax.swing.JFrame view, PolkaDotDataModel model)
           
DotController_VersionForQuestion2(javax.swing.JFrame view, PolkaDotDataModel model)
           
DotController_VersionForQuestion3(javax.swing.JFrame view, PolkaDotDataModel model)
           
DotController_VersionForQuestion4(javax.swing.JFrame view, PolkaDotDataModel model)
           
DotController_VersionForQuestion5(javax.swing.JFrame view, PolkaDotDataModel model)
           
DotController_VersionForQuestion6(javax.swing.JFrame view, PolkaDotDataModel model)
           
PolkaDot(int xPos, int yPos, java.awt.Color col, int diameter, PolkaDotDataModel dataModel)
          Construct a polka dot with the specified attributes.
PolkaDot(java.awt.Point point, java.awt.Color col, int diameter, PolkaDotDataModel dataModel)
          Construct a polka dot with the specified attributes.