jsynoptic.plugins.async
Class AsyncTemplate
java.lang.Object
jsynoptic.base.Template
jsynoptic.base.GridShapesTemplate
jsynoptic.plugins.async.AsyncTemplate
public class AsyncTemplate
- extends GridShapesTemplate
Fields inherited from class jsynoptic.base.GridShapesTemplate |
BORDER_X_MARGIN, BORDER_Y_MARGIN, colMargin, DEFAULT_COLUMN_MARGIN, DEFAULT_COLUMN_NUMBER, DEFAULT_ROW_MARGIN, DEFAULT_ROW_NUMBER, gridShapePanel, nbColumns, nbRows, rowMargin |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
resources
public static MenuResourceBundle resources
asyncPlotTemplatePanel
protected AsyncTemplate.AsyncPlotGridShapesTemplatePanel asyncPlotTemplatePanel
AsyncTemplate
public AsyncTemplate()
getName
public java.lang.String getName()
- Description copied from class:
Template
- Get template name
- Specified by:
getName
in class Template
- Returns:
- template name
getOptionPanelForTemplate
public Template.TemplatePanel getOptionPanelForTemplate()
- Description copied from class:
Template
- Enables a template to show an option panel
to customize template parameters.
- Overrides:
getOptionPanelForTemplate
in class Template
- Returns:
- a component to display
getTemplateInformation
public java.lang.String getTemplateInformation()
- Description copied from class:
Template
- Provides information about the template utilization
- Specified by:
getTemplateInformation
in class Template
- Returns:
createShape
protected AbstractShape createShape(int ox,
int oy,
int width,
int height)
- Description copied from class:
GridShapesTemplate
- Shall be overwriten in subclasses
Create and set a shape to be added into the grid
- Specified by:
createShape
in class GridShapesTemplate
- Returns:
- a new shape to be added into the grid