ModePlotter.Form, ShapeFormpublic class SizeXyForm extends java.lang.Object implements ShapeForm
Singleton class.
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SizeXyForm.SizeXyOutliner |
Outliner implementation for use with SizeXyForm.
|
| Modifier and Type | Method | Description |
|---|---|---|
Outliner |
createOutliner(ConfigMap config) |
Returns an object which will do the work of drawing shapes
when supplied with the appropriate style information and data.
|
ConfigKey[] |
getConfigKeys() |
Returns style configuration keys specific to this form.
|
Coord[] |
getExtraCoords() |
Returns data coordinates additional to the basic position which
are required to plot a point.
|
java.lang.String |
getFormDescription() |
Returns a description of this mode as an XML string.
|
javax.swing.Icon |
getFormIcon() |
Returns an icon to identify this form in the GUI.
|
java.lang.String |
getFormName() |
Returns the user-directed name for this form.
|
static SizeXyForm |
getInstance() |
Returns the sole instance of this class.
|
int |
getPositionCount() |
Returns the number of data positions per tuple used by this form.
|
public int getPositionCount()
ShapeFormgetPositionCount in interface ShapeFormpublic java.lang.String getFormName()
ModePlotter.FormgetFormName in interface ModePlotter.Formpublic javax.swing.Icon getFormIcon()
ModePlotter.FormgetFormIcon in interface ModePlotter.Formpublic java.lang.String getFormDescription()
ShapeFormgetFormDescription in interface ShapeFormpublic Coord[] getExtraCoords()
ShapeFormgetExtraCoords in interface ShapeFormpublic ConfigKey[] getConfigKeys()
ShapeFormShapeForm.createOutliner(uk.ac.starlink.ttools.plot2.config.ConfigMap).getConfigKeys in interface ShapeFormpublic Outliner createOutliner(ConfigMap config)
ShapeFormShapeForm.getConfigKeys().createOutliner in interface ShapeFormconfig - configuration map from which values for this
form's config keys will be extractedpublic static SizeXyForm getInstance()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.