public class BarStyleFactory extends StyleFactory
| Constructor | Description |
|---|---|
BarStyleFactory(java.lang.String prefix) |
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) |
Obtains a Style object from the environment by examining parameters.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStyleIndex, paramNamepublic BarStyleFactory(java.lang.String prefix)
prefix - prefix to be prepended to all parameters used by this
factorypublic uk.ac.starlink.task.Parameter[] getParameters(java.lang.String stSuffix)
StyleFactorygetParameters in class StyleFactorystSuffix - 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
StyleFactorygetStyle in class StyleFactoryenv - execution environmentstSuffix - label identifying the data set for which the style
is requireduk.ac.starlink.task.TaskExceptionCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.