Uses of Class
edu.princeton.plot.Plot2D

Packages that use Plot2D
edu.princeton.plot Contains classes for 2D plotting of polygons, scatters, line plots, etc. 
edu.princeton.repeatedgames.rgsolve.components WARNING: These classes are undocumented - Contains classes defining the components used in the rgsolve GUI. 
 

Uses of Plot2D in edu.princeton.plot
 

Subclasses of Plot2D in edu.princeton.plot
 class SimplePlot
           
 

Fields in edu.princeton.plot declared as Plot2D
(package private)  Plot2D Plot2D.GeneralWrapperPanel.plot
           
 

Methods in edu.princeton.plot that return Plot2D
 Plot2D SimplePlot.clonePlot()
           
abstract  Plot2D Plot2D.clonePlot()
           
 

Constructors in edu.princeton.plot with parameters of type Plot2D
Plot2D.GeneralWrapperPanel(Plot2D plot)
           
 

Uses of Plot2D in edu.princeton.repeatedgames.rgsolve.components
 

Subclasses of Plot2D in edu.princeton.repeatedgames.rgsolve.components
 class SolutionGraph
          TODO Put here a description of what this class does.
 class StageGamePayoffGraph
          TODO Put here a description of what this class does.
 

Methods in edu.princeton.repeatedgames.rgsolve.components that return Plot2D
 Plot2D StageGamePayoffGraph.clonePlot()
           
 Plot2D SolutionGraph.clonePlot()
           
 Plot2D SolutionGraph.clonePlot(boolean addToolbar)