ModePlotter.Form
MarkForm
, MultiPointForm
, PairLinkForm
, SizeForm
, SizeXyForm
, SkyMultiPointForm
public interface ShapeForm extends ModePlotter.Form
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.
|
int |
getPositionCount() |
Returns the number of data positions per tuple used by this form.
|
getFormIcon, getFormName
java.lang.String getFormDescription()
int getPositionCount()
Coord[] getExtraCoords()
ConfigKey[] getConfigKeys()
createOutliner(uk.ac.starlink.ttools.plot2.config.ConfigMap)
.Outliner createOutliner(ConfigMap config)
getConfigKeys()
.config
- configuration map from which values for this
form's config keys will be extractedCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.