|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Image in com.aspose.imaging |
---|
Subclasses of Image in com.aspose.imaging | |
---|---|
class |
RasterImage
Represents a raster image supporting raster graphics operations. |
Methods in com.aspose.imaging that return Image | |
---|---|
static Image |
Image.create(ImageCreateOptions imageCreateOptions)
Creates a new image using the specified create options. |
Image |
Image.getContainer()
Gets the Image container. |
Image |
Graphics.getImage()
Gets the image. |
static Image |
Image.load(java.io.InputStream stream)
Loads a new image from the InputStream. |
static Image |
Image.load(java.lang.String filePath)
Loads a new image from the specified file. |
static Image |
Image.loadInternal(Stream stream)
Deprecated. Loads a new image from the specified stream. |
Methods in com.aspose.imaging with parameters of type Image | |
---|---|
static IImageExporter |
ImageExportersRegistry.createFirstSupportedExporter(Image image,
SaveOptionsBase saveOptions)
Creates the first found exporter suitable for the specified save options and image. |
void |
Graphics.drawImage(Image sourceImage,
float x,
float y)
Draws the specified Image , using its original physical size, at the specified location. |
void |
Graphics.drawImage(Image sourceImage,
float x,
float y,
float width,
float height)
Draws the specified Image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
int x,
int y)
Draws the specified image, using its original physical size, at the location specified by a coordinate pair. |
void |
Graphics.drawImage(Image sourceImage,
int x,
int y,
int width,
int height)
Draws the specified Image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
Point point)
Draws the specified Image , using its original physical size, at the specified location. |
void |
Graphics.drawImage(Image sourceImage,
PointF point)
Draws the specified Image , using its original physical size, at the specified location. |
void |
Graphics.drawImage(Image sourceImage,
Rectangle rect)
Draws the specified Image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
RectangleF rect)
Draws the specified Image at the specified location and with the specified size. |
void |
Graphics.drawImageUnscaled(Image sourceImage,
int x,
int y)
Draws the specified image using its original physical size at the location specified by a coordinate pair. |
void |
Graphics.drawImageUnscaled(Image sourceImage,
int x,
int y,
int width,
int height)
Draws a specified image using its original physical size at a specified location. |
void |
Graphics.drawImageUnscaled(Image sourceImage,
Point point)
Draws a specified image using its original physical size at a specified location. |
void |
Graphics.drawImageUnscaled(Image sourceImage,
Rectangle rect)
Draws a specified image using its original physical size at a specified location. |
void |
Graphics.drawImageUnscaledAndClipped(Image sourceImage,
Rectangle rect)
Draws the specified image without scaling and clips it, if necessary, to fit in the specified rectangle. |
static IImageExporterDescriptor |
ImageExportersRegistry.getFirstSupportedDescriptor(Image image,
SaveOptionsBase saveOptions)
Gets the fist found supported descriptor suitable for the specified save options and image. |
void |
Image.setContainer(Image container)
Sets the Image container. |
Constructors in com.aspose.imaging with parameters of type Image | |
---|---|
Graphics(Image sourceImage)
Initializes a new instance of the Graphics class. |
Uses of Image in com.aspose.imaging.brushes |
---|
Methods in com.aspose.imaging.brushes that return Image | |
---|---|
Image |
TextureBrush.getImage()
Gets the Image object associated with this Brushes.TextureBrush object. |
Constructors in com.aspose.imaging.brushes with parameters of type Image | |
---|---|
TextureBrush(Image image)
Initializes a new instance of the Brushes.TextureBrush class that uses the specified image. |
|
TextureBrush(Image image,
int wrapMode)
Initializes a new instance of the Brushes.TextureBrush class that uses the specified image and wrap mode. |
|
TextureBrush(Image image,
int wrapMode,
Rectangle destinationRectangle)
Initializes a new instance of the Brushes.TextureBrush class that uses the specified image, wrap mode, and bounding rectangle. |
|
TextureBrush(Image image,
int wrapMode,
RectangleF destinationRectangle)
Initializes a new instance of the Brushes.TextureBrush class that uses the specified image, wrap mode, and bounding rectangle. |
|
TextureBrush(Image image,
Rectangle destinationRectangle)
Initializes a new instance of the Brushes.TextureBrush class that uses the specified image and bounding rectangle. |
|
TextureBrush(Image image,
RectangleF destinationRectangle)
Initializes a new instance of the Brushes.TextureBrush class that uses the specified image and bounding rectangle. |
|
TextureBrush(Image image,
RectangleF destinationRectangle,
ImageAttributes imageAttributes)
Initializes a new instance of the Brushes.TextureBrush class that uses the specified image, bounding rectangle, and image attributes. |
|
TextureBrush(Image image,
Rectangle destinationRectangle,
ImageAttributes imageAttributes)
Initializes a new instance of the Brushes.TextureBrush class that uses the specified image, bounding rectangle, and image attributes. |
Uses of Image in com.aspose.imaging.createoptions |
---|
Methods in com.aspose.imaging.createoptions that return Image | |
---|---|
Image |
LayerCreateOptions.getImage()
Gets the image. |
Methods in com.aspose.imaging.createoptions with parameters of type Image | |
---|---|
void |
LayerCreateOptions.setImage(Image value)
Sets the image. |
Uses of Image in com.aspose.imaging.fileformats.bmp |
---|
Subclasses of Image in com.aspose.imaging.fileformats.bmp | |
---|---|
class |
BmpImage
A bmp image. |
Uses of Image in com.aspose.imaging.fileformats.gif |
---|
Subclasses of Image in com.aspose.imaging.fileformats.gif | |
---|---|
class |
GifImage
A gif image. |
Uses of Image in com.aspose.imaging.fileformats.gif.blocks |
---|
Subclasses of Image in com.aspose.imaging.fileformats.gif.blocks | |
---|---|
class |
GifFrameBlock
Gif frame block. |
Uses of Image in com.aspose.imaging.fileformats.jpeg |
---|
Subclasses of Image in com.aspose.imaging.fileformats.jpeg | |
---|---|
class |
JpegImage
A jpeg image. |
Uses of Image in com.aspose.imaging.fileformats.png |
---|
Subclasses of Image in com.aspose.imaging.fileformats.png | |
---|---|
class |
PngImage
A png image. |
Uses of Image in com.aspose.imaging.fileformats.psd |
---|
Subclasses of Image in com.aspose.imaging.fileformats.psd | |
---|---|
class |
PsdImage
A psd image. |
Uses of Image in com.aspose.imaging.fileformats.tiff |
---|
Subclasses of Image in com.aspose.imaging.fileformats.tiff | |
---|---|
class |
TiffImage
A tiff image. |
Uses of Image in com.aspose.imaging.interfaces |
---|
Methods in com.aspose.imaging.interfaces that return Image | |
---|---|
Image |
IImageCreator.create(StreamContainer streamContainer,
CreateOptionsBase createOptions)
|
Image |
IImageLoader.load(StreamContainer streamContainer,
LoadOptionsBase loadOptions)
|
Methods in com.aspose.imaging.interfaces with parameters of type Image | |
---|---|
boolean |
IImageExporterDescriptor.canExport(Image image,
SaveOptionsBase saveOptions)
|
void |
IImageExporter.export(Image image,
java.io.InputStream stream,
SaveOptionsBase saveOptions)
Exports the specified image data into specified data format. |
void |
IImageExporter.exportInternal(Image image,
Stream stream,
SaveOptionsBase saveOptions)
Deprecated. Exports the specified image data into specified data format. The image data to export. The stream to export data to. The export save options. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |