|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorConsumer | |
---|---|
org.im4java.core | |
org.im4java.process |
Uses of ErrorConsumer in org.im4java.core |
---|
Classes in org.im4java.core that implement ErrorConsumer | |
---|---|
class |
CompositeCmd
This class wraps the IM command composite. |
class |
ConvertCmd
This class wraps the IM command convert. |
class |
DcrawCmd
This class wraps the dcraw command. |
class |
DisplayCmd
This class wraps the IM command display. |
class |
ExiftoolCmd
This class wraps the exiftool command. |
class |
GraphicsMagickCmd
This class wraps the GraphicsMagick command-set. |
class |
IdentifyCmd
This class wraps the IM command identify. |
class |
ImageCommand
This class implements the processing of image operations. |
class |
ImageMagickCmd
This class wraps the ImageMagick command-set. |
class |
JpegtranCmd
This class wraps the jpegtran command. |
class |
MogrifyCmd
This class wraps the IM command mogrify. |
class |
MontageCmd
This class wraps the IM command montage. |
class |
UFRawCmd
This class wraps the ufraw/ufraw-batch command. |
Uses of ErrorConsumer in org.im4java.process |
---|
Classes in org.im4java.process that implement ErrorConsumer | |
---|---|
class |
Pipe
This class implements a pipe. |
Fields in org.im4java.process declared as ErrorConsumer | |
---|---|
private ErrorConsumer |
ProcessStarter.iErrorConsumer
The ErrorConsumer for the stderr of the ProcessStarter. |
static ErrorConsumer |
StandardStream.STDERR
ErrorConsumer wrapping System.err. |
Methods in org.im4java.process with parameters of type ErrorConsumer | |
---|---|
private void |
ProcessStarter.processError(java.io.InputStream pInputStream,
ErrorConsumer pConsumer)
Let the ErrorConsumer process the stderr-stream. |
void |
ProcessStarter.setErrorConsumer(ErrorConsumer pErrorConsumer)
Set the ErrorConsumer for the stderr of the ProcessStarter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |