An NDoc Documented Class Library

Converter Namespace

Namespace hierarchy

Classes

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.
MakeInk Summary description for MakeInk.
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.
Stroke Summary description for Stroke.

Structures

Structure Description
Converter.ByteHolder ByteHolder initially holds all of the data from InkObjects in the Microsoft XML, in addition to a transformation matrix, if it exists
Converter.InkHolder InkHolder stores the loaded version of Ink objects, once they have been converted out of their byte[] form. It also contains a transformation matrix, if it exists