Index
All Classes|All Packages
B
- B16ImageReader - Class in de.pco.imageio
-
Reader of the PCO B16 image files.
- B16ImageReader() - Constructor for class de.pco.imageio.B16ImageReader
-
Constructor of the reader.
- B16ImageReaderSpi - Class in de.pco.imageio
-
Plugin proxy class to describe the B16 format and determine whether the the input should be read by B16ImageReader.
- B16ImageReaderSpi() - Constructor for class de.pco.imageio.B16ImageReaderSpi
-
Standard constructor.
- B16ImageWriter - Class in de.pco.imageio
-
Impementation of the writer in the ImageIO API that handles B16 files
- B16ImageWriter() - Constructor for class de.pco.imageio.B16ImageWriter
-
Standard constructor
- B16ImageWriterSpi - Class in de.pco.imageio
-
Plugin proxy class to describe the B16 format and determine whether the image can be written by B16ImageWriter.
- B16ImageWriterSpi() - Constructor for class de.pco.imageio.B16ImageWriterSpi
-
Standard constructor
C
- canDecodeInput(Object) - Method in class de.pco.imageio.B16ImageReaderSpi
-
The input is a B16 file when it starts with bytes "PCO-"
- canDecodeInput(Object) - Method in class de.pco.imageio.RawImageReaderSpi
-
Decodes if the input is RawImageInputStream.
- canEncodeImage(ImageTypeSpecifier) - Method in class de.pco.imageio.B16ImageWriterSpi
-
Determines whether the image of a particular type can be written
- canNodeAppear(String, ImageTypeSpecifier) - Method in class de.pco.imageio.PcoIIOMetadataFormat
- close() - Method in class de.pco.imageio.RawImageInputStream
-
Closes the substream.
- convertImageMetadata(IIOMetadata, ImageTypeSpecifier, ImageWriteParam) - Method in class de.pco.imageio.B16ImageWriter
-
Methods that converts the metadata from the other image formats into PcoIIOMetada
- convertStreamMetadata(IIOMetadata, ImageWriteParam) - Method in class de.pco.imageio.B16ImageWriter
-
B16 does not consider stream metadata.
- createReaderInstance(Object) - Method in class de.pco.imageio.B16ImageReaderSpi
-
Creates the instance of B16ImageReader.
- createReaderInstance(Object) - Method in class de.pco.imageio.RawImageReaderSpi
-
Creates the reader instance.
- createWriterInstance(Object) - Method in class de.pco.imageio.B16ImageWriterSpi
-
Creates an instance of the writer
D
- de.pco.imageio - package de.pco.imageio
F
- flush() - Method in class de.pco.imageio.RawImageInputStream
- flushBefore(long) - Method in class de.pco.imageio.RawImageInputStream
G
- getAsTree(String) - Method in class de.pco.imageio.PcoIIOMetadata
-
Returns the root Node of the metadata description.
- getBildStruct() - Method in class de.pco.imageio.PcoIIOMetadata
-
Returns the backing BildStruct
- getBitOffset() - Method in class de.pco.imageio.RawImageInputStream
- getByteOrder() - Method in class de.pco.imageio.RawImageInputStream
- getDefaultImageMetadata(ImageTypeSpecifier, ImageWriteParam) - Method in class de.pco.imageio.B16ImageWriter
-
Retruns the new PcoIIOMetadata metadata object.
- getDefaultStreamMetadata(ImageWriteParam) - Method in class de.pco.imageio.B16ImageWriter
-
Disabled.
- getDefaultWriteParam() - Method in class de.pco.imageio.B16ImageWriter
-
Returns the default ImageWriteParam parameter.
- getDescription(Locale) - Method in class de.pco.imageio.B16ImageReaderSpi
-
Returns the description of the reader.
- getDescription(Locale) - Method in class de.pco.imageio.B16ImageWriterSpi
-
Returns the description of the writer
- getDescription(Locale) - Method in class de.pco.imageio.RawImageReaderSpi
-
Returns the description.
- getFlushedPosition() - Method in class de.pco.imageio.RawImageInputStream
- getHeight() - Method in class de.pco.imageio.PcoIIOMetadata
-
Returns the height of the image.
- getHeight() - Method in class de.pco.imageio.RawImageInputStream
-
Returns the height of the images in the stream.
- getHeight(int) - Method in class de.pco.imageio.B16ImageReader
-
Returns height.
- getHeight(int) - Method in class de.pco.imageio.RawImageReader
-
Returns the height of the images in the input.
- getImageMetadata(int) - Method in class de.pco.imageio.B16ImageReader
-
Returns the metadata of the single image. imageIndex has to be 0.
- getImageMetadata(int) - Method in class de.pco.imageio.RawImageReader
-
Returns metadata of a particular image in the input.
- getImageTypes(int) - Method in class de.pco.imageio.B16ImageReader
-
The only accepted image type is grayscale of the unsigned short values.
- getImageTypes(int) - Method in class de.pco.imageio.RawImageReader
-
Type grayscale unsigned short (when the input wraps ImageData) or unsigned byte (when the input wraps ImageDataCompressed).
- getInstance() - Static method in class de.pco.imageio.PcoIIOMetadataFormat
- getMetadata(int) - Method in class de.pco.imageio.RawImageInputStream
-
Returns the metadata for particular image in the stream (a substream on this image does not have to be opened).
- getNumImages() - Method in class de.pco.imageio.RawImageInputStream
-
Returns the number of images in the stream.
- getNumImages(boolean) - Method in class de.pco.imageio.B16ImageReader
-
Returns always 1 - B16 can only encode a single image.
- getNumImages(boolean) - Method in class de.pco.imageio.RawImageReader
-
Gets the number of images in the input.
- getStandardChromaNode() - Method in class de.pco.imageio.PcoIIOMetadata
- getStandardCompressionNode() - Method in class de.pco.imageio.PcoIIOMetadata
- getStandardDataNode() - Method in class de.pco.imageio.PcoIIOMetadata
- getStandardDimensionNode() - Method in class de.pco.imageio.PcoIIOMetadata
- getStandardDocumentNode() - Method in class de.pco.imageio.PcoIIOMetadata
- getStandardTextNode() - Method in class de.pco.imageio.PcoIIOMetadata
- getStandardTransparencyNode() - Method in class de.pco.imageio.PcoIIOMetadata
- getStreamMetadata() - Method in class de.pco.imageio.B16ImageReader
-
Returns null.
- getStreamMetadata() - Method in class de.pco.imageio.RawImageReader
-
Returns null.
- getStreamPosition() - Method in class de.pco.imageio.RawImageInputStream
- getWidth() - Method in class de.pco.imageio.PcoIIOMetadata
-
Returns the width of the image.
- getWidth() - Method in class de.pco.imageio.RawImageInputStream
-
Returns the width of the images in the stream.
- getWidth(int) - Method in class de.pco.imageio.B16ImageReader
-
Returns width.
- getWidth(int) - Method in class de.pco.imageio.RawImageReader
-
Returns the width of the images in the input.
I
- isCached() - Method in class de.pco.imageio.RawImageInputStream
- isCachedFile() - Method in class de.pco.imageio.RawImageInputStream
- isCachedMemory() - Method in class de.pco.imageio.RawImageInputStream
- isCompressed() - Method in class de.pco.imageio.RawImageInputStream
-
Returns whether the inputs are the compressed images (with the values of unsigned bytes).
- isReadOnly() - Method in class de.pco.imageio.PcoIIOMetadata
-
Returns false. bildStruct can be modified.
L
- length() - Method in class de.pco.imageio.RawImageInputStream
- loadBildStruct(ImageInputStream) - Static method in class de.pco.imageio.B16ImageReader
-
Loads a Bild - structure of pco.sdk into java BildStruct class
M
- mark() - Method in class de.pco.imageio.RawImageInputStream
- mergeTree(String, Node) - Method in class de.pco.imageio.PcoIIOMetadata
-
Loads all the values in bildStruct from the XML, given by means the root node
N
- nativeMetadataFormatName - Static variable in class de.pco.imageio.PcoIIOMetadata
O
- openSubstreamOnImage(int) - Method in class de.pco.imageio.RawImageInputStream
-
Since the RawImageInputStream can contain data of more images the substream on a particular image have to be opened by this method.
P
- PcoIIOMetadata - Class in de.pco.imageio
-
Metadata in the pluggable form for the ImageIO application
- PcoIIOMetadata(BildStruct) - Constructor for class de.pco.imageio.PcoIIOMetadata
-
Constructor from the bean that is backing the metadata.
- PcoIIOMetadataFormat - Class in de.pco.imageio
-
Class that describes the XML of the native de_pco_imageio_1.0 metadata format.
R
- RawImageInputStream - Class in de.pco.imageio
-
Class for encapsulating the ImageData or a list of them (recorded from the camera or loaded from the file) for the input of
RawImageReader. - RawImageInputStream(AbstractImageData) - Constructor for class de.pco.imageio.RawImageInputStream
-
Constructor from the single image
- RawImageInputStream(List<? extends AbstractImageData>) - Constructor for class de.pco.imageio.RawImageInputStream
-
Constructor from the list of the images.
- RawImageReader - Class in de.pco.imageio
-
Class for reading the BufferedImage from a
RawImageInputStreambuilt upon an ImageData. - RawImageReader() - Constructor for class de.pco.imageio.RawImageReader
-
Standard constructor.
- RawImageReaderSpi - Class in de.pco.imageio
-
Plugin proxy class to describe the raw format of PCO cameras.
- RawImageReaderSpi() - Constructor for class de.pco.imageio.RawImageReaderSpi
-
Standard constructor.
- read() - Method in class de.pco.imageio.RawImageInputStream
-
Reads from the stream;
- read(byte[]) - Method in class de.pco.imageio.RawImageInputStream
- read(byte[], int, int) - Method in class de.pco.imageio.RawImageInputStream
-
Reads from the stream into a byte array.
- read(int, ImageReadParam) - Method in class de.pco.imageio.B16ImageReader
-
Main method to read a BufferedImage from the input.
- read(int, ImageReadParam) - Method in class de.pco.imageio.RawImageReader
-
Method for reading the particular image from the input
RawImageInputStreaminto BufferedImage. - readBit() - Method in class de.pco.imageio.RawImageInputStream
- readBits(int) - Method in class de.pco.imageio.RawImageInputStream
- readBoolean() - Method in class de.pco.imageio.RawImageInputStream
- readByte() - Method in class de.pco.imageio.RawImageInputStream
- readBytes(IIOByteBuffer, int) - Method in class de.pco.imageio.RawImageInputStream
- readChar() - Method in class de.pco.imageio.RawImageInputStream
- readDouble() - Method in class de.pco.imageio.RawImageInputStream
- readFloat() - Method in class de.pco.imageio.RawImageInputStream
- readFully(byte[]) - Method in class de.pco.imageio.RawImageInputStream
- readFully(byte[], int, int) - Method in class de.pco.imageio.RawImageInputStream
- readFully(char[], int, int) - Method in class de.pco.imageio.RawImageInputStream
- readFully(double[], int, int) - Method in class de.pco.imageio.RawImageInputStream
- readFully(float[], int, int) - Method in class de.pco.imageio.RawImageInputStream
- readFully(int[], int, int) - Method in class de.pco.imageio.RawImageInputStream
- readFully(long[], int, int) - Method in class de.pco.imageio.RawImageInputStream
- readFully(short[], int, int) - Method in class de.pco.imageio.RawImageInputStream
- readInt() - Method in class de.pco.imageio.RawImageInputStream
- readLine() - Method in class de.pco.imageio.RawImageInputStream
- readLong() - Method in class de.pco.imageio.RawImageInputStream
- readShort() - Method in class de.pco.imageio.RawImageInputStream
- readUnsignedByte() - Method in class de.pco.imageio.RawImageInputStream
- readUnsignedInt() - Method in class de.pco.imageio.RawImageInputStream
- readUnsignedShort() - Method in class de.pco.imageio.RawImageInputStream
- readUTF() - Method in class de.pco.imageio.RawImageInputStream
- reset() - Method in class de.pco.imageio.PcoIIOMetadata
-
Not supported to reset the state of the metadata
- reset() - Method in class de.pco.imageio.RawImageInputStream
S
- seek(long) - Method in class de.pco.imageio.RawImageInputStream
- setBitOffset(int) - Method in class de.pco.imageio.RawImageInputStream
- setByteOrder(ByteOrder) - Method in class de.pco.imageio.RawImageInputStream
-
Byte order are set globally for the whole RawImageInputStream and then propagated to the particular substream.
- setInput(Object, boolean, boolean) - Method in class de.pco.imageio.B16ImageReader
-
Input is expected to be a standard ImageInputStream on the B16 file as generated by ImageIO.createImageInputStream(new File("image.b16"));
- setInput(Object, boolean, boolean) - Method in class de.pco.imageio.RawImageReader
-
RawImageInputStreamexpected as the input. - setOutput(Object) - Method in class de.pco.imageio.B16ImageWriter
-
Output is expected to be a standard ImageOutputStream on the B16 file as generated by ImageIO.createImageInputStream(new File("image.b16"));
- skipBytes(int) - Method in class de.pco.imageio.RawImageInputStream
- skipBytes(long) - Method in class de.pco.imageio.RawImageInputStream
W
- write(IIOMetadata, IIOImage, ImageWriteParam) - Method in class de.pco.imageio.B16ImageWriter
-
Main method of the writer streamMetadata is not considered, IIOImage image parameter can but does not have to include the metadata for the single image
All Classes|All Packages