Uses of Class
rkm.RKModel

Packages that use RKModel
rkm   
 

Uses of RKModel in rkm
 

Methods in rkm that return RKModel
 RKModel RKDrawing.getModel()
           
 

Constructors in rkm with parameters of type RKModel
RKAnimationPanel(RKModel rkm, RKDerivPanel rkdp)
          Create a new drawing for the given model.
RKDerivPanel(RKModel rkm)
          Create a new drawing for the given model.
RKDrawing(RKModel rkm)
          Create a new drawing for the given model.
RKMethodDialog(java.awt.Frame owner, RKModel rkm)
          Create a new method dialog.
RKMethodPanel(RKModel rkm, RKMethodDialog rkmd)
          Create a new method panel.
RKNumPanel(RKModel rkm)
          Create a new panel that listens to the given model.
RKProblemPanel(RKModel rkm)
          Create a new problem panel.