public class SizeForm extends Object implements ShapeForm
| Modifier and Type | Class and Description |
|---|---|
static class |
SizeForm.SizeOutliner
Outliner implementation for use with SizeForm.
|
| Modifier and Type | Method and Description |
|---|---|
DataGeom |
adjustGeom(DataGeom geom,
DataSpec dataSpec,
ShapeStyle style)
Provides a DataGeom to be used by the layer this form makes,
given a DataGeom that characterises the plotting environment.
|
Outliner |
createOutliner(ConfigMap config)
Returns an object which will do the work of drawing shapes
when supplied with the appropriate style information and data.
|
int |
getBasicPositionCount()
Returns the number of basic data positions per tuple used by this form.
|
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.
|
int |
getExtraPositionCount()
Returns the number of extra coordinates that can be interpreted as
positions.
|
String |
getFormDescription()
Returns a description of this mode as an XML string.
|
Icon |
getFormIcon()
Returns an icon to identify this form in the GUI.
|
String |
getFormName()
Returns the user-directed name for this form.
|
static SizeForm |
getInstance()
Returns the sole instance of this class.
|
public int getBasicPositionCount()
ShapeFormgetBasicPositionCount in interface ShapeFormpublic String getFormName()
ModePlotter.FormgetFormName in interface ModePlotter.Formpublic Icon getFormIcon()
ModePlotter.FormgetFormIcon in interface ModePlotter.Formpublic String getFormDescription()
ShapeFormgetFormDescription in interface ShapeFormpublic Coord[] getExtraCoords()
ShapeFormgetExtraCoords in interface ShapeFormpublic int getExtraPositionCount()
ShapeFormgetExtraPositionCount in interface ShapeFormpublic DataGeom adjustGeom(DataGeom geom, DataSpec dataSpec, ShapeStyle style)
ShapeFormIn most cases the supplied DataGeom instance can be returned unchanged, but instances with special requirements may want to adjust how the data is interpreted.
adjustGeom in interface ShapeFormgeom - context geomdataSpec - data specification with which the geom will be usedstyle - style with which the geom will be usedpublic 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 SizeForm getInstance()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.