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