Package org.im4java.core
Interface DynamicOperation
-
public interface DynamicOperation
This interface defines a DynamicOperation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Operation
resolveOperation(java.lang.Object... pImages)
Resolve the DynamicOperation.
-
-
-
Method Detail
-
resolveOperation
Operation resolveOperation(java.lang.Object... pImages) throws IM4JavaException
Resolve the DynamicOperation.- Parameters:
pImages
- the Object representing the Image- Returns:
- an instance Operation
- Throws:
IM4JavaException
- an m4java Exception occured- See Also:
Operation
-
-