Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
static ImageFilterType |
ImageFilterType.getByValue(int value) |
ImageFilterType |
CompositingParameters.getFilterType()
Gets the image filter type.
|
ImageFilterType |
XImage.getFilterType()
Gets image filter type.
|
static ImageFilterType |
InternalHelper.getFilterType(XImage image) |
static ImageFilterType |
ImageFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageFilterType[] |
ImageFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
InternalHelper.add_Rename_NamesakeInternal(XImageCollection images,
com.aspose.ms.System.IO.MemoryStream image,
ImageFilterType imageFilterType) |
String |
XImageCollection.add(BitmapInfo bitmapInfo,
ImageFilterType filterType)
Adds entity to the end of the collection, so entity can be accessed by the last index.
|
String |
XImageCollection.add(BufferedImage bitmap,
ImageFilterType filterType)
Adds entity to the end of the collection, so entity can be accessed by the last index.
|
String |
XImageCollection.add(InputStream image,
ImageFilterType filterType)
Adds entity to the end of the collection, so entity can be accessed by the last index.
|
static String |
InternalHelper.addInternal(XImageCollection images,
com.aspose.ms.System.IO.MemoryStream image,
ImageFilterType filterType) |
static com.aspose.pdf.engine.data.IPdfObject |
InternalHelper.addOrReplace(XImageCollection images,
int index,
com.aspose.ms.System.IO.Stream stream,
int quality,
boolean isBlackWhite,
ImageFilterType filterType,
byte bitMask,
boolean isMasked) |
String |
XImageCollection.addWithImageFilterType(InputStream image,
ImageFilterType filterType)
Adds entity to the end of the collection, so entity can be accessed by the last index.
|
Constructor and Description |
---|
CompositingParameters(BlendMode blendMode,
ImageFilterType filterType)
Initializes new instance of the
CompositingParameters object. |
CompositingParameters(BlendMode blendMode,
ImageFilterType filterType,
boolean isMasked)
Initializes new instance of the
CompositingParameters object. |
Copyright © 2025 Aspose. All Rights Reserved.