Interface | Description |
---|---|
IDocumentPresenter |
Document view logical presenter implemented by the engine.
|
IDocumentView |
Document view, shows and run document management tasks.
|
IDrawControlsPresenter |
Draw controls view associated presenter.
|
IDrawControlsView |
The presenter of controls drawing task view.
|
IEditPresenter |
Edit view associated presenter.
|
IEditView |
Edit view, shows and run (select, undo, redo) tasks.
|
IElementsDrawingTaskPresenter |
The presenter of the elements drawing view.
|
IElementsDrawingTaskView |
Elements drawing view, shows and run tasks to draw basic elements.
|
IElementStyleView |
Base element style view.
|
IFillPresenter |
Fill view associated presenter
|
IFillView |
Stroke view, shows and modify the fill style properties of the selected element.
|
ILayerPresenter |
Layer view associated presenter
|
ILayerView |
Layer view, shows and run layers tasks.
|
IMarkerStylePresenter |
Marker view associated presenter
|
IMarkerStyleView |
Marker style view, shows and modify the marker properties of the selected element.
|
INavPresenter |
Nav view associated presenter.
|
INavView |
Navigation view, shows and run viewing actions (zoom in/out, pan,..)
|
ISelectionPresenter |
Selection view associated presenter.
|
ISelectionView |
Selection view, shows selection and run available tasks on selected elements.
|
IShapeDrawingPresenter |
Shape drawing view associated presenter.
|
IShapeDrawingView |
Shape drawing view, shows and run shape drawing tasks.
|
IStrokePresenter |
Stroke view associated presenter
|
IStrokeView |
Stroke view, shows and modify the stroke style properties of the selected element.
|
ISVGEngineApp |
The SVG Engine application interface, gives views.
|
ISVGEngineClient |
The SVG Engine Client API, gives presenters.
|
ISVGView |
SVG view, the SVG viewing area of the application
|
ITextStylePresenter |
Text style view associated presenter
|
ITextStyleView |
Text style view, shows and modify the text style properties of the selected element.
|
IView |
Class | Description |
---|---|
IPixelSize |
Size in pixels unit
|
ISVGPixelSize |
The SVG document size defined in pixels unit or scaled to its parent (equals to 100%,100%).
|