Namespace for the drawing canvas. Also a static class providing enumerations. Source: core/drawing/drawing.js, line 1
Namespace for the canvas rendering engine. Also a a static class providing utility functions. Source: core/drawing/engine/canvas/canvas.js, line 1
Namespace for the rendering engine. Also a static class providing constants and static functions. Source: core/drawing/engine/engine.js, line 1
A class representing a graphics rendering engine. Source: core/drawing/engine/engineEngine.js, line 1
A static class providing enumerations for the shape classes. Source: core/drawing/shape/shape.js, line 1
A class representing an engine-independent hoverable, selectable, modifiable and creatable circle shape. Source: core/drawing/shape/shapeCircle.js, line 1
A class representing an engine-independent hoverable, selectable, modifiable and creatable ellipse shape. Source: core/drawing/shape/shapeEllipse.js, line 1
A class representing an engine-independent hoverable, selectable, modifiable and creatable line shape. Source: core/drawing/shape/shapeLine.js, line 1
A class representing an engine-independent hoverable, selectable, modifiable and creatable polygon shape. Source: core/drawing/shape/shapePolygon.js, line 1
A class representing an engine-independent hoverable, selectable, modifiable and creatable poly-line shape. Source: core/drawing/shape/shapePolyline.js, line 1
A class representing an engine-independent hoverable, selectable, modifiable and creatable rectangle shape. Source: core/drawing/shape/shapeRect.js, line 1
A class representing a group of shapes sharing style definitions and behaviour. Source: core/drawing/shape/shapeShapeGroup.js, line 1
A class representing the view-box of a drawing canvas. Source: core/drawing/viewbox/viewboxViewbox.js, line 1
A class implementing geometry related functions for a drawing view-box. Source: core/drawing/viewbox/viewboxViewboxGeometry.js, line 1
A class implementing a rotation model for a drawing view-box. Source: core/drawing/viewbox/viewboxViewboxRotate.js, line 1
A class implementing transformation functions for a drawing view-box. Source: core/drawing/viewbox/viewboxViewboxTransform.js, line 1
A class implementing translation functions for a drawing view-box. Source: core/drawing/viewbox/viewboxViewboxTranslate.js, line 1
A class implementing a zooming model for the drawing view-box. Source: core/drawing/viewbox/viewboxViewboxZoom.js, line 1
A class representing a shape called "Directed Polygon" useful for topological image annotation Source: extension/shapeDiPolygon.js, line 1