public class PairLinkForm extends java.lang.Object implements ShapeForm
| Modifier and Type | Method and 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 PairLinkForm |
getInstance()
Returns the singleton instance of this class.
|
int |
getPositionCount()
Returns the number of data positions per tuple used by this form.
|
public 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 int getPositionCount()
ShapeFormgetPositionCount 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 PairLinkForm getInstance()
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.