public class CartesianMultiPointForm extends MultiPointForm
AUTOSCALE_PIXELS
Constructor and Description |
---|
CartesianMultiPointForm(String name,
Icon icon,
String description,
CartesianMultiPointCoordSet extraCoordSet,
MultiPointConfigKey shapeKey,
boolean canScale)
Constructs a new MultiPointForm with scaling in one of two default
configurations, depending on the value of the supplied canScale
parameter.
|
Modifier and Type | Method and Description |
---|---|
static MultiPointForm |
createErrorForm(String name,
CartesianMultiPointCoordSet extraCoordSet,
MultiPointConfigKey shapeKey)
Returns a MultiPointForm for drawing error bars.
|
protected MultiPointReader |
createReader(ConfigMap config)
Returns an object that can read shapes for use by this form.
|
static MultiPointForm |
createVectorForm(String name,
CartesianMultiPointCoordSet extraCoordSet,
boolean canScale)
Returns a MultiPointForm instance for drawing arrows from the
central position to another position.
|
adjustGeom, createOutliner, createThicknessKey, getBasicPositionCount, getConfigKeys, getDefaultScalingDescription, getExtraCoords, getExtraPositionCount, getExtrasCoordIndex, getFormDescription, getFormIcon, getFormName
public CartesianMultiPointForm(String name, Icon icon, String description, CartesianMultiPointCoordSet extraCoordSet, MultiPointConfigKey shapeKey, boolean canScale)
name
- shapeform nameicon
- shapeform icondescription
- XML descriptionextraCoordSet
- defines the extra positional coordinates
used to plot multipoint shapesshapeKey
- config key for the shape; provides option to
vary the shape, but any shape specified by it
must be expecting data corresponding to the
extraCoordSet
parametercanScale
- true for standard scaling configuration,
false for no scalingprotected MultiPointReader createReader(ConfigMap config)
MultiPointForm
createReader
in class MultiPointForm
config
- configuration optionspublic static MultiPointForm createErrorForm(String name, CartesianMultiPointCoordSet extraCoordSet, MultiPointConfigKey shapeKey)
name
- form nameextraCoordSet
- coord set specifying error bar position endpointsshapeKey
- config key for specifying multipoint shapepublic static MultiPointForm createVectorForm(String name, CartesianMultiPointCoordSet extraCoordSet, boolean canScale)
name
- form nameextraCoordSet
- nDataDim-element coord set that defines one
extra data position, the (unscaled) endpoint
of the vectorcanScale
- whether to offer vector size scalingCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.