|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.filtering.ImageFilteringTool
public abstract class ImageFilteringTool
Abstract class to describe the blue print of an ImageFilteringTool. In order to be executed in a parallel manner it needs to be Cloneable.
Constructor Summary | |
---|---|
ImageFilteringTool()
|
Method Summary | |
---|---|
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(); |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.stanford.rsl.apps.gui.GUIConfigurable |
---|
configure |
Methods inherited from interface edu.stanford.rsl.apps.gui.Citeable |
---|
getBibtexCitation, getMedlineCitation |
Constructor Detail |
---|
public ImageFilteringTool()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |