docs/javadoc/reference/com/facebook/drawee/generic/GenericDraweeHierarchyInflater.html
|
|
Summary: Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.drawee.generic.GenericDraweeHierarchyInflater |
Inflater for the GenericDraweeHierarchy.
Fading animation parameters:
| Public Constructors |
|---|
| Public Methods |
|---|
| static GenericDraweeHierarchyBuilder |
| Inflates a new hierarchy builder from XML. |
| static GenericDraweeHierarchy |
| Inflates a new hierarchy from XML. |
| static GenericDraweeHierarchyBuilder |
| Updates the existing hierarchy builder based on the XML attributes. |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Inflates a new hierarchy builder from XML. The builder can then be modified in order to override XML attributes if necessary.
Inflates a new hierarchy from XML.
Updates the existing hierarchy builder based on the XML attributes.
This method is useful if a custom view uses different default values. In that case a builder with adjusted default values can be passed to this method and only the properties explicitly specified in XML will be overridden. The builder can be modified afterwards in case some XML attributes needs to be overridden.
| builder | a hierarchy builder to be updated |
+Generated by Doclava. +