public class ParetoGraphPattern extends BaseBinder2<ParetoGraphOptions> implements Creator2<ParetoGraphOptions>
| Constructor and Description |
|---|
ParetoGraphPattern() |
| Modifier and Type | Method and Description |
|---|---|
BinderResult |
bind(BinderParams<ParetoGraphOptions> params)
To be implemented by subclasses.
|
CreatorResult |
create(CreatorParams<ParetoGraphOptions> params)
Creates nodes to be inserted into the DOM.
|
ParetoGraphOptions |
createOptions(CreatorParams<ParetoGraphOptions> params)
If supported by the Creator, can create an pattern options resembling the default options for this creator.
|
ParetoGraphOptions |
generateOptions(BinderParams<ParetoGraphOptions> params)
Binders can provide an options class that can be used to configure the environment based on what is already there.
|
canRebind, getSingleBindRootpublic CreatorResult create(CreatorParams<ParetoGraphOptions> params)
Creator2create in interface Creator2<ParetoGraphOptions>params - See CreatorParams for listingpublic BinderResult bind(BinderParams<ParetoGraphOptions> params)
BaseBinder2bind in interface Binder2<ParetoGraphOptions>bind in class BaseBinder2<ParetoGraphOptions>params - See BinderParams for a complete listpublic ParetoGraphOptions generateOptions(BinderParams<ParetoGraphOptions> params)
BaseBinder2generateOptions in interface Binder2<ParetoGraphOptions>generateOptions in class BaseBinder2<ParetoGraphOptions>params - See BinderParams for a complete listpublic ParetoGraphOptions createOptions(CreatorParams<ParetoGraphOptions> params)
Creator2createOptions in interface Creator2<ParetoGraphOptions>params - See CreatorParams for a complete list