Uses of Class
easik.sketch.Sketch

Packages that use Sketch
easik.sketch.util   
easik.states   
easik.ui   
easik.ui.menu   
 

Uses of Sketch in easik.sketch.util
 

Fields in easik.sketch.util declared as Sketch
(package private)  Sketch SketchSelectionListener._ourSketch
          The current sketch
private  Sketch SketchAdapter._ourSketch
          The sketch
private  Sketch SketchAdapter.JGraphListener._ourSketch
          The sketch
 

Methods in easik.sketch.util with parameters of type Sketch
static boolean SketchFileIO.graphicalSketchFromXML(java.io.File inputFile, Sketch outputSketch)
          Load a sketch from XML.
static boolean SketchFileIO.sketchToXML(java.io.File outputFile, Sketch inputSketch)
          Converts a sketch to an XML file.
 

Constructors in easik.sketch.util with parameters of type Sketch
SketchAdapter.JGraphListener(Sketch inSketch)
          Default constructor
SketchAdapter(org.jgrapht.graph.ListenableDirectedGraph<SketchVertex,org.jgrapht.graph.DefaultEdge> jGraphTGraph, Sketch inSketch)
          Constructs a new JGraph model adapter for the specified JGraphT graph.
SketchSelectionListener(Sketch inSketch)
          Initialises the sketch listener.
 

Uses of Sketch in easik.states
 

Fields in easik.states declared as Sketch
protected  Sketch EasikState._ourSketch
          The current sketch
 

Constructors in easik.states with parameters of type Sketch
AddCommutativeDiagramState(Sketch inSketch)
          Constructor for creating a new state to collect paths and make a diagram.
AddPathToConstraintState(Sketch inSketch, java.util.ArrayList<SketchPath> curPaths, Constraint curConstraint)
          Constructor for creating a new state to collect paths and make a diagram.
AddProductConstraintState(Sketch inSketch)
          Constructor for creating a new state to collect paths and make a diagram.
AddPullbackConstraintState(Sketch inSketch)
          Constructor for creating a new state to collect paths and make a diagram.
AddSumConstraintState(Sketch inSketch)
          Constructor for creating a new state to collect paths and make a diagram.
 

Uses of Sketch in easik.ui
 

Fields in easik.ui declared as Sketch
private  Sketch ApplicationFrame._ourSketch
          The current sketch
 

Methods in easik.ui that return Sketch
 Sketch ApplicationFrame.getSketch()
          Returns the current sketch
 

Uses of Sketch in easik.ui.menu
 

Fields in easik.ui.menu declared as Sketch
(package private)  Sketch HelpAction._theSketch
          The current sketch
 

Constructors in easik.ui.menu with parameters of type Sketch
HelpAction(Sketch inSketch, javax.swing.JFrame inFrame)
          Constructor