package image

Type Members

  1. abstract class MarvinAbstractImagePlugin extends MarvinAbstractPlugin with MarvinImagePlugin
  2. abstract class MarvinAbstractPlugin extends MarvinPlugin
  3. class MarvinAttributes extends AnyRef

    This class stores and manages plug-ins attributes and either integrates them with Marvin features, such as FilterHistory, Statistics and MarvinPluginWindow.

    This class stores and manages plug-ins attributes and either integrates them with Marvin features, such as FilterHistory, Statistics and MarvinPluginWindow.

    Version

    02/13/08

  4. class MarvinColorModelConverter extends AnyRef

    Image color model conversions.

    Image color model conversions.

    Version

    09/02/11

  5. class MarvinImage extends Cloneable

    Image object with many operations.

    Image object with many operations. This class is the image representation used for the other classes in the framework.

    Version

    1.0 02/13/08

  6. class MarvinImageMask extends AnyRef

    Mask indicating what pixels must be processed.

  7. trait MarvinImagePlugin extends MarvinPlugin
  8. trait MarvinPlugin extends AnyRef

    Generic Marvin Plug-in.

    Generic Marvin Plug-in. All application plug-ins must be implement this interface. Currently, it�s empty because Marvin suports only one type of plug-in. Nevertheless, different types of plug-ins are expected.

    Version

    1.0 02/13/08

Ungrouped