A C M P R W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AdobePathBuilder - Class in com.twelvemonkeys.imageio.path
-
Deprecated.Use
AdobePathReader
instead. This class will be removed in a future release. - AdobePathBuilder(byte[]) - Constructor for class com.twelvemonkeys.imageio.path.AdobePathBuilder
-
Deprecated.
- AdobePathBuilder(DataInput) - Constructor for class com.twelvemonkeys.imageio.path.AdobePathBuilder
-
Deprecated.
- AdobePathReader - Class in com.twelvemonkeys.imageio.path
-
Reads a
Shape
object from an Adobe Photoshop Path resource. - AdobePathReader(byte[]) - Constructor for class com.twelvemonkeys.imageio.path.AdobePathReader
-
Creates a path reader that will read its data from a
byte
array. - AdobePathReader(DataInput) - Constructor for class com.twelvemonkeys.imageio.path.AdobePathReader
-
Creates a path reader that will read its data from a
DataInput
, such as anImageInputStream
. - AdobePathWriter - Class in com.twelvemonkeys.imageio.path
-
Writes a
Shape
object to an Adobe Photoshop Path or Path resource. - AdobePathWriter(Shape) - Constructor for class com.twelvemonkeys.imageio.path.AdobePathWriter
-
Creates an AdobePathWriter for the given path.
- applyClippingPath(Shape, BufferedImage) - Static method in class com.twelvemonkeys.imageio.path.Paths
-
Applies the clipping path to the given image.
- applyClippingPath(Shape, BufferedImage, BufferedImage) - Static method in class com.twelvemonkeys.imageio.path.Paths
-
Applies the clipping path to the given image.
C
- com.twelvemonkeys.imageio.path - package com.twelvemonkeys.imageio.path
M
- main(String[]) - Static method in class com.twelvemonkeys.imageio.path.Paths
P
- path() - Method in class com.twelvemonkeys.imageio.path.AdobePathBuilder
-
Deprecated.
- Paths - Class in com.twelvemonkeys.imageio.path
-
Support for various Adobe Photoshop Path related operations: Extract a path from an image input stream,
readPath(javax.imageio.stream.ImageInputStream)
Apply a given path to a givenBufferedImage
applyClippingPath(java.awt.Shape, java.awt.image.BufferedImage)
Read an image with path appliedreadClipped(javax.imageio.stream.ImageInputStream)
Write an image with embedded pathwriteClipped(java.awt.image.RenderedImage, java.awt.Shape, java.lang.String, javax.imageio.stream.ImageOutputStream)
R
- readClipped(ImageInputStream) - Static method in class com.twelvemonkeys.imageio.path.Paths
-
Reads the clipping path from the given input stream, if any, and applies it to the first image in the stream.
- readPath() - Method in class com.twelvemonkeys.imageio.path.AdobePathReader
-
Builds the path by reading from the supplied input.
- readPath(ImageInputStream) - Static method in class com.twelvemonkeys.imageio.path.Paths
-
Reads the clipping path from the given input stream, if any.
W
- writeClipped(RenderedImage, Shape, String, ImageOutputStream) - Static method in class com.twelvemonkeys.imageio.path.Paths
-
Writes the image along with a clipping path resource, in the given format, to the supplied output.
- writePath() - Method in class com.twelvemonkeys.imageio.path.AdobePathWriter
-
Transforms the path to a byte array, containing a set of Adobe Photoshop path segments.
- writePath(DataOutput) - Method in class com.twelvemonkeys.imageio.path.AdobePathWriter
-
Writes the path as a set of Adobe Photoshop path segments to the given stream.
- writePathResource(int) - Method in class com.twelvemonkeys.imageio.path.AdobePathWriter
-
Transforms the path to a byte array, containing a complete Adobe Photoshop path resource.
- writePathResource(int, DataOutput) - Method in class com.twelvemonkeys.imageio.path.AdobePathWriter
-
Writes the path as a complete Adobe Photoshop clipping path resource to the given stream.
All Classes All Packages