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