Class |
Description |
AbstractXML
|
AbstractXML is an abstract base class that provides general methods for displaying the attributes and subelements of an XML element. |
Converter
|
Converter stores helper functions to be used by a program that converts from Microsoft's binary JNT file format to MIT's XML format for storing Ink data. |
Converter.PointsAndShape
|
A data type used to hold information that needs to be passed. Since a Shape only references the UUID's of points, we must also include the actual points. |
MakeXML
|
MakeXml is the class that provides the interface for creating the XML document. |
Point
|
A point element in a sketch |
Shape
|
A shape element in sketch. |
Shape.Alias
|
An alias element in sketch. |
Shape.Arg
|
An arg element in sketch. |
Sketch
|
The root element of the XML document. |
Sketcher
|
A sketcher element in sketch. |
Sketcher.Dpi
|
A dpi element in sketcher. |