Uses of Class
com.aspose.imaging.DisposableObject

Packages that use DisposableObject
com.aspose.imaging   
com.aspose.imaging.brushes   
com.aspose.imaging.fileformats.bmp   
com.aspose.imaging.fileformats.gif   
com.aspose.imaging.fileformats.gif.blocks   
com.aspose.imaging.fileformats.jpeg   
com.aspose.imaging.fileformats.png   
com.aspose.imaging.fileformats.psd   
com.aspose.imaging.fileformats.tiff   
 

Uses of DisposableObject in com.aspose.imaging
 

Subclasses of DisposableObject in com.aspose.imaging
 class Brush
           The base brush class.
 class DataStreamSupporter
           The data stream container.
 class FileStreamContainer
           Helper for file stream processing.
 class Image
           The image is the base class for all type of images.
 class RasterImage
           Represents a raster image supporting raster graphics operations.
 class StreamContainer
           Represents stream container which contains the stream and provides stream processing routines.
 class StringFormat
           Encapsulates text layout information (such as alignment, orientation and tab stops) display manipulations (such as ellipsis insertion and national digit substitution) and OpenType features.
 

Uses of DisposableObject in com.aspose.imaging.brushes
 

Subclasses of DisposableObject in com.aspose.imaging.brushes
 class HatchBrush
           Defines a rectangular brush with a hatch style, a foreground color, and a background color.
 class LinearGradientBrush
           Encapsulates a Brush with a linear gradient.
 class LinearGradientBrushBase
           Represents a Brush with gradient capabilities and appropriate properties.
 class LinearMulticolorGradientBrush
           Represents a Brush with linear gradient defined by multiple colors and appropriate positions.
 class PathGradientBrush
           Encapsulates a Brush object with a gradient.
 class PathGradientBrushBase
           Represents a Brush with base path gradient functionality.
 class PathMulticolorGradientBrush
           Encapsulates a Brush object with a gradient.
 class SolidBrush
           Solid brush is intended for drawing continiously with specific color.
 class TextureBrush
           Each property of the Brushes.TextureBrush class is a Brush object that uses an image to fill the interior of a shape.
 class TransformBrush
           A Brush with transform capabilities.
 

Uses of DisposableObject in com.aspose.imaging.fileformats.bmp
 

Subclasses of DisposableObject in com.aspose.imaging.fileformats.bmp
 class BmpImage
           A bmp image.
 

Uses of DisposableObject in com.aspose.imaging.fileformats.gif
 

Subclasses of DisposableObject in com.aspose.imaging.fileformats.gif
 class GifImage
           A gif image.
 

Uses of DisposableObject in com.aspose.imaging.fileformats.gif.blocks
 

Subclasses of DisposableObject in com.aspose.imaging.fileformats.gif.blocks
 class GifFrameBlock
           Gif frame block.
 

Uses of DisposableObject in com.aspose.imaging.fileformats.jpeg
 

Subclasses of DisposableObject in com.aspose.imaging.fileformats.jpeg
 class JpegImage
           A jpeg image.
 

Uses of DisposableObject in com.aspose.imaging.fileformats.png
 

Subclasses of DisposableObject in com.aspose.imaging.fileformats.png
 class PngImage
           A png image.
 

Uses of DisposableObject in com.aspose.imaging.fileformats.psd
 

Subclasses of DisposableObject in com.aspose.imaging.fileformats.psd
 class PsdImage
           A psd image.
 

Uses of DisposableObject in com.aspose.imaging.fileformats.tiff
 

Subclasses of DisposableObject in com.aspose.imaging.fileformats.tiff
 class TiffImage
           A tiff image.