com.pdftron.pdf.interfaces.builder.Builder<E> |
Known Indirect Subclasses
|
Class Overview
Classes that implement this class can build objects of type E.
Summary
Public Methods |
abstract
<T extends E>
T
|
build(Context context, Class<T> clazz)
Create the specified object of type E, initialized with builder settings.
|
Public Methods
public
abstract
T
build
(Context context, Class<T> clazz)
Create the specified object of type E, initialized with builder settings.
Parameters
context |
the context used to initialize the fragment and its theme. |
clazz |
the class this builder will use to create the instance. |
Returns
- a E that is an instance of the given type T,
with the specified parameters from the builder.