Uses of Interface
diva.util.ModelParser

Packages that use ModelParser
diva.gui The Diva GUI framework. 
diva.sketch This package contains classes for building a sketch-based user interface. 
diva.sketch.recognition Utilities for doing single-stroke and multi-stroke recognition. 
diva.util.jester A small package for writing test suites for Java classes. 
 

Uses of ModelParser in diva.gui
 

Fields in diva.gui declared as ModelParser
(package private)  ModelParser MultipageDocument._modelParser
          This parser is used by the document parser to read in each model in a page.
 

Constructors in diva.gui with parameters of type ModelParser
MultipageDocument(java.lang.String title, Application a, ModelParser parser, ModelWriter writer)
          Construct a multipage document that is owned by the given application
MultipageParser(ModelParser pageParser)
          Create a MultipageParser with the specified model parser which is used to parse the content of a page.
 

Uses of ModelParser in diva.sketch
 

Classes in diva.sketch that implement ModelParser
 class SketchParser
          SketchParser parses a sketch file in XML format (.sk) and produces a SketchModel data structure.
 

Uses of ModelParser in diva.sketch.recognition
 

Classes in diva.sketch.recognition that implement ModelParser
 class SceneParser
          SceneParser parses an XML file representing a single interpretation of a scene into a Scene data structure.
 class TrainingParser
          TrainingParser reads in an XML file and parses it into a TrainingModel data structure.
 

Uses of ModelParser in diva.util.jester
 

Classes in diva.util.jester that implement ModelParser
 class EventParser
          EventParser parses an XML file representing a stream of AWT input events into an array of InputEvent objects.
 



Contact 
©2002-2018 U.C. Regents