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