public class MarkStyleFactory extends StyleFactory
MarkStyle
instances suitable for use with a scatter plot.Constructor and Description |
---|
MarkStyleFactory(String prefix,
int errNdim)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Parameter<?>[] |
getParameters(String stSuffix)
Returns the parameters used by this factory.
|
Style |
getStyle(Environment env,
String stSuffix)
Returns a
MarkStyle instance. |
getStyleIndex, paramName
public MarkStyleFactory(String prefix, int errNdim)
prefix
- prefix to be prepended to all parameters used by this
factoryerrNdim
- number of dimensions in which errors may be displayedpublic Parameter<?>[] getParameters(String stSuffix)
StyleFactory
getParameters
in class StyleFactory
stSuffix
- label identifying the data set for which the style
will be requiredpublic Style getStyle(Environment env, String stSuffix) throws TaskException
MarkStyle
instance.getStyle
in class StyleFactory
env
- execution environmentstSuffix
- label identifying the data set for which the style
is requiredTaskException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.