|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bumptech.glide.loader.transformation.None<T>
T - The model type, can be anything since the Transformation is type agnosticpublic class None<T>
A loader that will always return a noop Transformation that does not change a bitmap.
| Constructor Summary | |
|---|---|
None()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Get a unique identifier for this TransformationLoader. |
Transformation |
getTransformation(T model)
Get the Transformation for the model |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public None()
| Method Detail |
|---|
public Transformation getTransformation(T model)
TransformationLoaderTransformation for the model
getTransformation in interface TransformationLoader<T>model - The model
Transformationpublic java.lang.String getId()
TransformationLoader
getId in interface TransformationLoader<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||