B C D E G H I J M P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
C
- closeQuietly(Closeable) - Static method in class codes.thischwa.jii.util.IOUtil
-
Unconditionally close the desired
Closeable
. - closeQuietly(ImageReader) - Static method in class codes.thischwa.jii.util.IOUtil
-
Unconditionally close the desired
ImageReader
. - closeQuietly(ImageInputStream) - Static method in class codes.thischwa.jii.util.IOUtil
-
Unconditionally close the desired
ImageInputStream
. - codes.thischwa.jii - package codes.thischwa.jii
-
Contain the basic interfaces and objects.
- codes.thischwa.jii.core - package codes.thischwa.jii.core
-
Contain the wrapper objects (core interfaces) for the different implementations of
IInfoProvider
and subinterfaces. - codes.thischwa.jii.exception - package codes.thischwa.jii.exception
- codes.thischwa.jii.util - package codes.thischwa.jii.util
- CommonsImageInfoWrapper - Class in codes.thischwa.jii.core
-
Wrapper to commons-imaging.
- CommonsImageInfoWrapper() - Constructor for class codes.thischwa.jii.core.CommonsImageInfoWrapper
- ConfigurationException - Exception in codes.thischwa.jii.exception
-
Exception thrown when something is wrong with the configuration.
- ConfigurationException(String) - Constructor for exception codes.thischwa.jii.exception.ConfigurationException
- ConfigurationException(String, Throwable) - Constructor for exception codes.thischwa.jii.exception.ConfigurationException
D
- defaultEncoding - Static variable in class codes.thischwa.jii.util.IOUtil
-
Default character encoding.
E
- environment(Map<String, String>) - Method in class codes.thischwa.jii.util.ProcessBuilderWrapper
G
- getByExtension(String) - Static method in enum codes.thischwa.jii.ImageType
-
Retrieve an
ImageType
of the desired file extension. - getByMimeType(String) - Static method in enum codes.thischwa.jii.ImageType
-
Retrieve an
ImageType
of the desired mime type. - getDimension() - Method in class codes.thischwa.jii.core.CommonsImageInfoWrapper
- getDimension() - Method in class codes.thischwa.jii.core.ImageInfoWrapper
- getDimension() - Method in class codes.thischwa.jii.core.ImageIOWrapper
- getDimension() - Method in class codes.thischwa.jii.core.ImageMagickWrapper
- getDimension() - Method in class codes.thischwa.jii.core.iTextImageWrapper
- getDimension() - Method in class codes.thischwa.jii.core.SimpleImageInfoWrapper
- getDimension() - Method in interface codes.thischwa.jii.IDimensionProvider
-
Obtain the
Dimension
of the current image. - getExtensions() - Method in enum codes.thischwa.jii.ImageType
-
Return the common file extensions for this type.
- getImageType() - Method in class codes.thischwa.jii.core.CommonsImageInfoWrapper
- getImageType() - Method in class codes.thischwa.jii.core.ImageInfoWrapper
- getImageType() - Method in class codes.thischwa.jii.core.ImageIOWrapper
- getImageType() - Method in class codes.thischwa.jii.core.ImageMagickWrapper
- getImageType() - Method in class codes.thischwa.jii.core.iTextImageWrapper
- getImageType() - Method in class codes.thischwa.jii.core.SimpleImageInfoWrapper
- getImageType() - Method in interface codes.thischwa.jii.IInfoProvider
-
Obtain the
ImageType
of the current image file. - getMimeType() - Method in enum codes.thischwa.jii.ImageType
-
Return the mime type for this type.
- getOutput() - Method in class codes.thischwa.jii.util.ProcessBuilderWrapper
- getResolution() - Method in class codes.thischwa.jii.core.CommonsImageInfoWrapper
- getResolution() - Method in class codes.thischwa.jii.core.ImageInfoWrapper
- getResolution() - Method in class codes.thischwa.jii.core.ImageMagickWrapper
- getResolution() - Method in class codes.thischwa.jii.core.iTextImageWrapper
- getResolution() - Method in interface codes.thischwa.jii.IResolutionProvider
-
Obtain the
Resolution
of the current image. - getResX() - Method in class codes.thischwa.jii.Resolution
- getResY() - Method in class codes.thischwa.jii.Resolution
- getStatus() - Method in class codes.thischwa.jii.util.ProcessBuilderWrapper
- getSupportedTypes() - Method in class codes.thischwa.jii.core.CommonsImageInfoWrapper
- getSupportedTypes() - Method in class codes.thischwa.jii.core.ImageInfoWrapper
- getSupportedTypes() - Method in class codes.thischwa.jii.core.ImageIOWrapper
- getSupportedTypes() - Method in class codes.thischwa.jii.core.ImageMagickWrapper
- getSupportedTypes() - Method in class codes.thischwa.jii.core.iTextImageWrapper
- getSupportedTypes() - Method in class codes.thischwa.jii.core.SimpleImageInfoWrapper
- getSupportedTypes() - Method in interface codes.thischwa.jii.IInfoProvider
-
Return all
ImageType
s supported by the implemented class. - GIF - codes.thischwa.jii.ImageType
H
- hasErrors() - Method in class codes.thischwa.jii.util.ProcessBuilderWrapper
I
- IDimensionProvider - Interface in codes.thischwa.jii
-
Interface for beans which provides the
Dimension
of an image. - IInfoProvider - Interface in codes.thischwa.jii
-
Interface for all beans, which provides properties of an image file.
- ImageInfoWrapper - Class in codes.thischwa.jii.core
-
Wrapper to the operation bean ImageInfo by Marco Schmidt.
- ImageInfoWrapper() - Constructor for class codes.thischwa.jii.core.ImageInfoWrapper
- ImageIOWrapper - Class in codes.thischwa.jii.core
-
Wrapper to to
ImageReader
. - ImageIOWrapper() - Constructor for class codes.thischwa.jii.core.ImageIOWrapper
- ImageMagickWrapper - Class in codes.thischwa.jii.core
-
Wrapper to the operation bean to the command 'identify' of ImageMagick.
- ImageMagickWrapper(String) - Constructor for class codes.thischwa.jii.core.ImageMagickWrapper
-
Initializes the wrapper.
- ImageMagickWrapper(String, String) - Constructor for class codes.thischwa.jii.core.ImageMagickWrapper
-
Initializes the wrapper.
- ImageType - Enum in codes.thischwa.jii
-
Hold informations about the different image types.
- IOUtil - Class in codes.thischwa.jii.util
-
Static helper object for IO related issues.
- IResolutionProvider - Interface in codes.thischwa.jii
-
Interface for beans which provides the
Resolution
of an image. - iTextImageWrapper - Class in codes.thischwa.jii.core
-
Wrapper to an internal class of iText.
- iTextImageWrapper() - Constructor for class codes.thischwa.jii.core.iTextImageWrapper
J
M
- main(String[]) - Static method in class codes.thischwa.jii.core.ImageIOWrapper
- main(String[]) - Static method in class codes.thischwa.jii.util.ProcessBuilderWrapper
P
- parseLineByLine(InputStream) - Static method in class codes.thischwa.jii.util.IOUtil
-
Parse an InputStream line-by-line.
- PNG - codes.thischwa.jii.ImageType
- ProcessBuilderWrapper - Class in codes.thischwa.jii.util
- ProcessBuilderWrapper(String...) - Constructor for class codes.thischwa.jii.util.ProcessBuilderWrapper
R
- ReadException - Exception in codes.thischwa.jii.exception
-
Exception thrown when required information couldn't read.
- ReadException() - Constructor for exception codes.thischwa.jii.exception.ReadException
- ReadException(String) - Constructor for exception codes.thischwa.jii.exception.ReadException
- ReadException(String, Throwable) - Constructor for exception codes.thischwa.jii.exception.ReadException
- ReadException(Throwable) - Constructor for exception codes.thischwa.jii.exception.ReadException
- redirectToStdOut() - Method in class codes.thischwa.jii.util.ProcessBuilderWrapper
- Resolution - Class in codes.thischwa.jii
-
Encapsulate the resolution of an image.
- Resolution(int, int) - Constructor for class codes.thischwa.jii.Resolution
- run() - Method in class codes.thischwa.jii.util.ProcessBuilderWrapper
S
- set(File) - Method in class codes.thischwa.jii.core.CommonsImageInfoWrapper
- set(File) - Method in class codes.thischwa.jii.core.ImageInfoWrapper
- set(File) - Method in class codes.thischwa.jii.core.ImageIOWrapper
- set(File) - Method in class codes.thischwa.jii.core.ImageMagickWrapper
- set(File) - Method in class codes.thischwa.jii.core.iTextImageWrapper
- set(File) - Method in class codes.thischwa.jii.core.SimpleImageInfoWrapper
- set(File) - Method in interface codes.thischwa.jii.IInfoProvider
-
Specify the image
File
to be examine. - set(InputStream) - Method in class codes.thischwa.jii.core.CommonsImageInfoWrapper
- set(InputStream) - Method in class codes.thischwa.jii.core.ImageInfoWrapper
- set(InputStream) - Method in class codes.thischwa.jii.core.ImageIOWrapper
- set(InputStream) - Method in class codes.thischwa.jii.core.ImageMagickWrapper
- set(InputStream) - Method in class codes.thischwa.jii.core.iTextImageWrapper
- set(InputStream) - Method in class codes.thischwa.jii.core.SimpleImageInfoWrapper
- set(InputStream) - Method in interface codes.thischwa.jii.IInfoProvider
-
Specify the
InputStream
of image file to be examine. - SimpleImageInfoWrapper - Class in codes.thischwa.jii.core
-
Wrapper to the operation bean SimpleImageInfo by Jaimon Mathew.
- SimpleImageInfoWrapper() - Constructor for class codes.thischwa.jii.core.SimpleImageInfoWrapper
T
- toString() - Method in class codes.thischwa.jii.Resolution
- toString(InputStream) - Static method in class codes.thischwa.jii.util.IOUtil
-
Get the contents of an
InputStream
as a String using the default character encodingIOUtil.defaultEncoding
. - toString(InputStream, String) - Static method in class codes.thischwa.jii.util.IOUtil
-
Get the contents of an
InputStream
as a String using the specified character encoding.
V
- valueOf(String) - Static method in enum codes.thischwa.jii.ImageType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum codes.thischwa.jii.ImageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- workingDirectory(String) - Method in class codes.thischwa.jii.util.ProcessBuilderWrapper
All Classes All Packages