public abstract class ImageFilteringTool extends java.lang.Object implements java.lang.Cloneable, SafeSerializable, GUIConfigurable, Citeable
Constructor and Description |
---|
ImageFilteringTool() |
Modifier and Type | Method and Description |
---|---|
abstract ImageFilteringTool |
clone()
Creates a clone of the filter with the same configuration as the original.
|
static ImageFilteringTool[] |
getFilterTools()
Gives an Array with default instances of all known image filters.
|
abstract java.lang.String |
getToolName()
returns the name of the actual tool which was used.
|
boolean |
isConfigured()
Is true if the object was successfully configured
|
abstract boolean |
isDeviceDependent()
returns true, if the filter models or compensates device dependent, i.e.
|
abstract void |
prepareForSerialization()
Sets all data objects in the serialized object to null which do not implement the Serializable interface.
|
void |
setConfigured(boolean configured) |
java.lang.String |
toString()
returns getToolName();
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
configure
getBibtexCitation, getMedlineCitation
public abstract boolean isDeviceDependent()
public abstract java.lang.String getToolName()
public java.lang.String toString()
toString
in class java.lang.Object
public static ImageFilteringTool[] getFilterTools()
public abstract void prepareForSerialization()
SafeSerializable
prepareForSerialization
in interface SafeSerializable
public abstract ImageFilteringTool clone()
clone
in class java.lang.Object
public boolean isConfigured()
GUIConfigurable
isConfigured
in interface GUIConfigurable
public void setConfigured(boolean configured)
configured
- the configured to set