public class MarkStyleFactory extends StyleFactory
MarkStyle
instances suitable for use with a scatter plot.Constructor | Description |
---|---|
MarkStyleFactory(java.lang.String prefix,
int errNdim) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
uk.ac.starlink.task.Parameter[] |
getParameters(java.lang.String stSuffix) |
Returns the parameters used by this factory.
|
Style |
getStyle(uk.ac.starlink.task.Environment env,
java.lang.String stSuffix) |
Returns a
MarkStyle instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStyleIndex, paramName
public MarkStyleFactory(java.lang.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 uk.ac.starlink.task.Parameter[] getParameters(java.lang.String stSuffix)
StyleFactory
getParameters
in class StyleFactory
stSuffix
- label identifying the data set for which the style
will be requiredpublic Style getStyle(uk.ac.starlink.task.Environment env, java.lang.String stSuffix) throws uk.ac.starlink.task.TaskException
MarkStyle
instance.getStyle
in class StyleFactory
env
- execution environmentstSuffix
- label identifying the data set for which the style
is requireduk.ac.starlink.task.TaskException
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.