Package org.im4java.core
Interface DynamicOperation
public interface DynamicOperation
This interface defines a DynamicOperation.
-
Method Summary
Modifier and TypeMethodDescriptionresolveOperation
(Object... pImages) Resolve the DynamicOperation.
-
Method Details
-
resolveOperation
Resolve the DynamicOperation.- Parameters:
pImages
- the Object representing the Image- Returns:
- an instance Operation
- Throws:
IM4JavaException
- an m4java Exception occured- See Also:
-