|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.task.SimpleLayerType
public class SimpleLayerType
LayerType representing a single Plotter.
Constructor Summary | |
---|---|
SimpleLayerType(Plotter plotter)
Constructor. |
Method Summary | |
---|---|
Parameter[] |
getAssociatedParameters(String suffix)
Returns a list of zero or more additional parameters associated with this layer type that may be required to turn it into the specification of an actual Plotter object. |
Coord[] |
getExtraCoords()
Returns a list of any non-positional coordinates associated with this layer. |
String |
getName()
Returns the name of this layer type. |
Plotter |
getPlotter(Environment env,
String suffix)
Acquires a Plotter for this layer type. |
int |
getPositionCount()
Returns the number of coordinate positions associated with this layer. |
ConfigKey[] |
getStyleKeys()
Returns the style keys associated with this layer type. |
String |
getXmlDescription()
Returns an XML description of this layer type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleLayerType(Plotter plotter)
plotter
- plotterMethod Detail |
---|
public String getName()
LayerType
getName
in interface LayerType
public String getXmlDescription()
LayerType
getXmlDescription
in interface LayerType
public Parameter[] getAssociatedParameters(String suffix)
LayerType
getAssociatedParameters
in interface LayerType
suffix
- layer suffix string for use in the execution environment
public Plotter getPlotter(Environment env, String suffix)
LayerType
getPlotter
in interface LayerType
env
- execution environmentsuffix
- layer suffix string
public int getPositionCount()
LayerType
getPositionCount
in interface LayerType
public Coord[] getExtraCoords()
LayerType
getExtraCoords
in interface LayerType
public ConfigKey[] getStyleKeys()
LayerType
getStyleKeys
in interface LayerType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |