|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.build.ShapeModeDoc
public class ShapeModeDoc
Writes XML text documenting known plot2 ShapeModes (shading modes).
Output is to standard output.
This class is designed to be used from its main
method.
Constructor Summary | |
---|---|
ShapeModeDoc(boolean basicXml)
Constructor. |
Method Summary | |
---|---|
static Map<String,ShapeMode> |
getShapeModes()
Returns a map (keyed by name) of all the ShapeModes known to Stilts. |
String |
getXmlDoc(ShapeMode mode)
Returns XML element giving full user documentation for a given shading mode. |
static void |
main(String[] args)
Main method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShapeModeDoc(boolean basicXml)
basicXml
- avoid XML constructs that won't show up in text outputMethod Detail |
---|
public String getXmlDoc(ShapeMode mode)
mode
- shapemode
public static Map<String,ShapeMode> getShapeModes() throws LoadException
LoadException
public static void main(String[] args) throws LoadException
-help
.
LoadException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |