public class ScatterGraphPattern extends BaseBinder2<ScatterGraphOptions> implements Creator2<ScatterGraphOptions>
| Constructor and Description |
|---|
ScatterGraphPattern() |
| Modifier and Type | Method and Description |
|---|---|
BinderResult |
bind(BinderParams<ScatterGraphOptions> params)
To be implemented by subclasses.
|
CreatorResult |
create(CreatorParams<ScatterGraphOptions> params)
Creates nodes to be inserted into the DOM.
|
ScatterGraphOptions |
createOptions(CreatorParams<ScatterGraphOptions> params)
If supported by the Creator, can create an pattern options resembling the default options for this creator.
|
ScatterGraphOptions |
generateOptions(BinderParams<ScatterGraphOptions> 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<ScatterGraphOptions> params)
Creator2create in interface Creator2<ScatterGraphOptions>params - See CreatorParams for listingpublic BinderResult bind(BinderParams<ScatterGraphOptions> params)
BaseBinder2bind in interface Binder2<ScatterGraphOptions>bind in class BaseBinder2<ScatterGraphOptions>params - See BinderParams for a complete listpublic ScatterGraphOptions generateOptions(BinderParams<ScatterGraphOptions> params)
BaseBinder2generateOptions in interface Binder2<ScatterGraphOptions>generateOptions in class BaseBinder2<ScatterGraphOptions>params - See BinderParams for a complete listpublic ScatterGraphOptions createOptions(CreatorParams<ScatterGraphOptions> params)
Creator2createOptions in interface Creator2<ScatterGraphOptions>params - See CreatorParams for a complete list