public class SkyMultiPointForm extends MultiPointForm
Modifier and Type | Field and Description |
---|---|
static ConfigKey<Double> |
SCALE_KEY
Config key for angular extent scaling.
|
static ConfigKey<AngleUnit> |
UNIT_KEY
Config key for selecting angular extent units.
|
AUTOSCALE_PIXELS
Constructor and Description |
---|
SkyMultiPointForm(String name,
Icon icon,
String description,
SkyMultiPointCoordSet extraCoordSet,
MultiPointConfigKey rendererKey)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected MultiPointReader |
createReader(ConfigMap config)
Returns an object that can read shapes for use by this form.
|
static String |
getCoordUnitText()
Returns a sentence of XML text describing the units of a scaled
coordinate are specified.
|
static String |
getScalingDescription(FloatingCoord[] scaledCoords,
String shapename)
Returns XML text suitable for inclusion in a MultiPointForm description
explaining how the scaling of marker sizes is controlled.
|
adjustGeom, createOutliner, createThicknessKey, getBasicPositionCount, getConfigKeys, getDefaultScalingDescription, getExtraCoords, getExtraPositionCount, getExtrasCoordIndex, getFormDescription, getFormIcon, getFormName
public SkyMultiPointForm(String name, Icon icon, String description, SkyMultiPointCoordSet extraCoordSet, MultiPointConfigKey rendererKey)
name
- shapeform nameicon
- shapeform icondescription
- XML descriptionextraCoordSet
- defines the extra positional coordinates
used to plot multipoint shapesrendererKey
- config key for the renderer, defining the
plotted shape;
any renderer specified must be
expecting data corresponding
to the extraCoordSet parameterprotected MultiPointReader createReader(ConfigMap config)
MultiPointForm
createReader
in class MultiPointForm
config
- configuration optionspublic static String getCoordUnitText()
public static String getScalingDescription(FloatingCoord[] scaledCoords, String shapename)
scaledCoords
- coordinates that will be scaled by the
scale and unit config optionsshapename
- human-readable name of the shape being plotted
by this formCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.