Module omix.api

@OVLInaccessible

Package omix.plugin.paint

This package contains interfaces allowing to implement image and movie export plugins.
Since:
Omix 1.3.11
  • Interface Summary 
    Interface Description
    MoviePaintDeviceInterface
    This interface must be implemented in order to realize a movie export feature for Omix.
    PaintDeviceInterface
    This interface must be implemented in order to realize an image export feature for Omix.
    PaintHandlerFactory
    This interface must be derived by a custom plugin class in order to implement export of network diagrams into images and movies of various types.
    A custom class implementing PaintHandlerFactory can be registered at the Omix Plugin Manager:
    PaintHandlerInterface
    This interface can be derived in order to implement exporting the network diagram into images and movies.
  • Enum Summary 
    Enum Description
    PaintHandlerInterface.PaintOption
    Options of a PaintDevice
  • Exception Summary 
    Exception Description
    PaintException
    A PaintException can occur during a paint procedure of a plugin PaintHandler.