Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bumptech.glide.load.resource.bitmap Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
BitmapDecoderA bitmap decoder for a given resource type.Interfacecom.bumptech.glide.load.resource.bitmapGlide
BitmapDrawableResourceA Resource that wraps an BitmapDrawable This class ensures that every call to DrawableResource.Classcom.bumptech.glide.load.resource.bitmapGlide
BitmapEncoderAn ResourceEncoder that writes Bitmaps to Bitmaps that return true from Bitmap.Classcom.bumptech.glide.load.resource.bitmapGlide
BitmapResourceA resource wrapping a Bitmap object.Classcom.bumptech.glide.load.resource.bitmapGlide
BitmapTransformationA simple Transformation for transforming Bitmaps that abstracts away dealing with Resource objects for subclasses.Classcom.bumptech.glide.load.resource.bitmapGlide
CenterCropScale the image so that either the width of the image matches the given width and the height of the image is greater than the given height or vice versa, and then crop the larger dimension to match the given dimension.Classcom.bumptech.glide.load.resource.bitmapGlide
DownsamplerA base class with methods for loading and decoding images from InputStreams.Classcom.bumptech.glide.load.resource.bitmapGlide
FileDescriptorBitmapDataLoadProviderAn DataLoadProvider that provides classes for decoding and encoding Bitmaps from ParcelFileDescriptor data.Classcom.bumptech.glide.load.resource.bitmapGlide
FileDescriptorBitmapDecoderAn ResourceDecoder for decoding Bitmaps from ParcelFileDescriptor data.Classcom.bumptech.glide.load.resource.bitmapGlide
FitCenterScales the image uniformly (maintaining the image's aspect ratio) so that one of the dimensions of the image will be equal to the given dimension and the other will be less than the given dimension.Classcom.bumptech.glide.load.resource.bitmapGlide
GlideBitmapDrawableA static GlideDrawable for displaying a single image.Classcom.bumptech.glide.load.resource.bitmapGlide
GlideBitmapDrawableResourceA resource wrapper for GlideBitmapDrawable.Classcom.bumptech.glide.load.resource.bitmapGlide
ImageHeaderParserA class for parsing the exif orientation and other data from an image header.Classcom.bumptech.glide.load.resource.bitmapGlide
ImageHeaderParser .ImageTypeThe format of the image data including whether or not the image may include transparent pixels.Classcom.bumptech.glide.load.resource.bitmapGlide
ImageVideoBitmapDecoderA ResourceDecoder that decodes ImageVideoWrappers using a wrapped ResourceDecoder for InputStreamsClasscom.bumptech.glide.load.resource.bitmapGlide
ImageVideoDataLoadProviderA DataLoadProvider for loading either an InputStream or an ParcelFileDescriptor as an Bitmap.Classcom.bumptech.glide.load.resource.bitmapGlide
RecyclableBufferedInputStreamWraps an existing InputStream and buffers the input.Classcom.bumptech.glide.load.resource.bitmapGlide
RecyclableBufferedInputStream .InvalidMarkExceptionAn exception thrown when a mark can no longer be obeyed because the underlying buffer size is smaller than the amount of data read after the mark position.Classcom.bumptech.glide.load.resource.bitmapGlide
StreamBitmapDataLoadProviderAn DataLoadProvider that provides decoders and encoders for decoding and caching Bitmaps using InputStream data.Classcom.bumptech.glide.load.resource.bitmapGlide
StreamBitmapDecoderAn ResourceDecoder that uses an Downsampler to decode an Bitmap from anClasscom.bumptech.glide.load.resource.bitmapGlide
TransformationUtilsA class with methods to efficiently resize Bitmaps.Classcom.bumptech.glide.load.resource.bitmapGlide
VideoBitmapDecoderAn BitmapDecoder that can decode a thumbnail frame Bitmap from a ParcelFileDescriptor containing a video.Classcom.bumptech.glide.load.resource.bitmapGlide