public class HandleArrayForm extends Object implements ShapeForm
Modifier and Type | Field and Description |
---|---|
static ConfigKey<Double> |
FRACTION_KEY
Config key for placement fractional position.
|
static ConfigKey<XYArrayPlacement> |
PLACEMENT_KEY
Config key for handle placement.
|
static ConfigKey<MarkerShape> |
SHAPE_KEY
Config key for handle shape.
|
static ConfigKey<Integer> |
SIZE_KEY
Config key for handle size.
|
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 HandleArrayForm |
getInstance()
Returns the sole instance of this singleton class.
|
public static final ConfigKey<XYArrayPlacement> PLACEMENT_KEY
public static final ConfigKey<Double> FRACTION_KEY
public static final ConfigKey<MarkerShape> SHAPE_KEY
public int getBasicPositionCount()
ShapeForm
getBasicPositionCount
in interface ShapeForm
public Coord[] getExtraCoords()
ShapeForm
getExtraCoords
in interface ShapeForm
public int getExtraPositionCount()
ShapeForm
getExtraPositionCount
in interface ShapeForm
public String getFormName()
ModePlotter.Form
getFormName
in interface ModePlotter.Form
public Icon getFormIcon()
ModePlotter.Form
getFormIcon
in interface ModePlotter.Form
public String getFormDescription()
ShapeForm
getFormDescription
in interface ShapeForm
public DataGeom adjustGeom(DataGeom geom, DataSpec dataSpec, ShapeStyle style)
ShapeForm
In 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 ShapeForm
geom
- context geomdataSpec
- data specification with which the geom will be usedstyle
- style with which the geom will be usedpublic ConfigKey<?>[] getConfigKeys()
ShapeForm
ShapeForm.createOutliner(uk.ac.starlink.ttools.plot2.config.ConfigMap)
.getConfigKeys
in interface ShapeForm
public Outliner createOutliner(ConfigMap config)
ShapeForm
ShapeForm.getConfigKeys()
.createOutliner
in interface ShapeForm
config
- configuration map from which values for this
form's config keys will be extractedpublic static HandleArrayForm getInstance()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.