| Interface | Description |
|---|---|
| ICancelable | |
| IOperator |
This is the public interface for an IQM operator.
|
| IOperatorDescriptor |
This interface declares methods for an operator's descriptor.
|
| IOperatorGUI |
This interface declares methods for an operator GUI in IQM.
|
| IOperatorRegistry | |
| IOperatorValidator |
This interface declares methods for an operator's validator.
|
| IResult |
The
IResult is produced by the IOperator by
processing of an IWorkPackage. |
| IWorkPackage |
This interface declares input parameters for a specific
IOperator. |
| Class | Description |
|---|---|
| AbstractImageOperatorGUI | |
| AbstractOperator |
This class is the parent class for all operators in IQM.
|
| AbstractOperatorDescriptor |
This is the abstract operator descriptor of IQM operators.
|
| AbstractOperatorGUI | |
| AbstractPlotOperatorGUI | |
| CustomImageOptionsPanel |
This panel represents custom options for all image operator GUIs.
|
| CustomPlotOptionsPanel |
This panel represents custom options for all image operator GUIs.
|
| DefaultImageOperatorValidator |
This class implements a basic validation of parameters and sources common to
all
OperatorType.IMAGE instances. |
| DefaultPlotOperatorValidator |
This class implements a basic validation of parameters and sources common to
all
OperatorType.PLOT instances. |
| FractalImageOptionsPanel |
This panel represents options for all image fractal operator GUIs.
|
| OperatorDescriptorFactory |
This class produces operator descriptors for IQM operators.
|
| OperatorFactory |
This class produces operators for IQM.
|
| OperatorGUIFactory |
This class produces operator GUIs for IQM operators.
|
| OperatorValidatorFactory |
This class produces operator validators for IQM operators.
|
| OutputOptionsPanel | |
| ParameterBlockImg |
A parameter block for an image operator.
|
| ParameterBlockIQM |
This class extends the
ParameterBlock and is the parent class for all
parameter blocks used by IQM operators. |
| ParameterBlockPlot |
A parameter block for a plot operator.
|
| PreferencesPanel |
This
JPanel is the GUI front end for managing the operator
preferences. |
| Range |
IMPORTANT NOTE: Source code taken from javax.media.jai.util.Range
|
| Result |
The result is a ready-to-use implementation of
IResult. |
| WorkPackage |
This is a ready-to-use implementation of
IWorkPackage. |
| Enum | Description |
|---|---|
| DataType |
This enumeration contains all possible output types of an
IOperator
in IQM. |
| OperatorType |
This enumeration contains all possible assignments of
an
IOperator to a processing target in IQM. |
| StackProcessingType |
This enumeration contains all possible stack processing types of an
IOperator in IQM. |
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.