|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
---|---|
org.im4java.core | |
org.im4java.utils |
Uses of Operation in org.im4java.core |
---|
Subclasses of Operation in org.im4java.core | |
---|---|
class |
DCRAWOperation
This class models the command-line of dcraw. |
class |
DCRAWOps
This class subclasses Operation and adds methods for all commandline options of dcraw. |
class |
ETOperation
This class models the command-line of exiftool. |
class |
ETOps
This class subclasses Operation and adds methods for all commandline options of exiftool. |
class |
GMOperation
This class models the command-line of GraphicsMagick. |
class |
GMOps
This class subclasses Operation and adds methods for all commandline options of GraphicsMagick. |
class |
IMOperation
This class models the command-line of ImageMagick. |
class |
IMOps
This class subclasses Operation and adds methods for all commandline options of ImageMagick. |
class |
JPTOperation
This class models the command-line of jpegtran. |
class |
JPTOps
This class subclasses Operation and adds methods for all commandline options of jpegtran. |
class |
UFRawOperation
This class models the command-line of ufraw/ufraw-batch. |
class |
UFRawOps
This class subclasses Operation and adds methods for all commandline options of ufraw. |
Methods in org.im4java.core that return Operation | |
---|---|
Operation |
Operation.addDynamicOperation(DynamicOperation pOperation)
Add a DynamicOperation to this Operation. |
Operation |
Operation.addImage()
Add an image-placeholder to an Operation. |
Operation |
Operation.addImage(int n)
Add multiple image-placeholders to an Operation. |
Operation |
Operation.addImage(java.lang.String... pImages)
Add image(s) to the operation. |
Operation |
Operation.addOperation(Operation pOperation)
Add an Operation. |
Operation |
Operation.addRawArgs(java.util.List<java.lang.String> pArgs)
Add raw text to the list of arguments. |
Operation |
Operation.addRawArgs(java.lang.String... pArgs)
Add raw text to the list of arguments. |
Operation |
Operation.cloneObject()
Clone the (java) object. |
Operation |
DynamicOperation.resolveOperation(java.lang.Object... pImages)
Resolve the DynamicOperation. |
Methods in org.im4java.core with parameters of type Operation | |
---|---|
Operation |
Operation.addOperation(Operation pOperation)
Add an Operation. |
IMOperation |
IMOperation.addSubOperation(Operation pSubOperation)
Add a IMOperation as a suboperation. |
private void |
ImageCommand.resolveDynamicOperations(Operation pOp,
java.util.LinkedList<java.lang.String> pArgs,
java.lang.Object... pImages)
Resolve DynamicOperations. |
void |
DisplayCmd.run(Operation pOperation,
java.lang.Object... images)
Execute the command (replace given placeholders). |
void |
ImageCommand.run(Operation pOperation,
java.lang.Object... images)
Execute the command (replace given placeholders). |
Uses of Operation in org.im4java.utils |
---|
Subclasses of Operation in org.im4java.utils | |
---|---|
class |
ChannelMixer
This class is a wrapper to a channel mixer. |
class |
NoiseFilter
This class is the base class of all noise-remover classes. |
static class |
NoiseFilter.Edge
|
static class |
NoiseFilter.Level
|
static class |
NoiseFilter.Threshold
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |