public interface BitmapFactory
Modifier and Type | Method and Description |
---|---|
ImmutableBitmap |
complement(ImmutableBitmap b) |
ImmutableBitmap |
complement(ImmutableBitmap b,
int length) |
ImmutableBitmap |
intersection(Iterable<ImmutableBitmap> b)
Compute the intersection (bitwise-AND) of a set of bitmaps.
|
ImmutableBitmap |
makeEmptyImmutableBitmap() |
MutableBitmap |
makeEmptyMutableBitmap()
Create a new empty bitmap
|
ImmutableBitmap |
makeImmutableBitmap(MutableBitmap mutableBitmap) |
ImmutableBitmap |
mapImmutableBitmap(ByteBuffer b)
Given a ByteBuffer pointing at a serialized version of a bitmap,
instantiate an immutable mapped bitmap.
|
ImmutableBitmap |
union(Iterable<ImmutableBitmap> b)
Compute the union (bitwise-OR) of a set of bitmaps.
|
MutableBitmap makeEmptyMutableBitmap()
ImmutableBitmap makeEmptyImmutableBitmap()
ImmutableBitmap makeImmutableBitmap(MutableBitmap mutableBitmap)
ImmutableBitmap mapImmutableBitmap(ByteBuffer b)
b
- the input byte bufferImmutableBitmap union(Iterable<ImmutableBitmap> b)
b
- input ImmutableGenericBitmap objectsClassCastException
- if one of the ImmutableGenericBitmap objects if not an instance
of WrappedImmutableConciseBitmapImmutableBitmap intersection(Iterable<ImmutableBitmap> b)
b
- input ImmutableGenericBitmap objectsClassCastException
- if one of the ImmutableGenericBitmap objects if not an instance
of WrappedImmutableConciseBitmapImmutableBitmap complement(ImmutableBitmap b)
ImmutableBitmap complement(ImmutableBitmap b, int length)
Copyright © 2011–2017. All rights reserved.