|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.layer.EdgeForm
public class EdgeForm
ShapeForm implementation that draws lines between different points in the same row. Absolute coordinates are used.
Nested Class Summary | |
---|---|
static class |
EdgeForm.EdgeOutliner
Outliner implementation for use with EdgeForm. |
Constructor Summary | |
---|---|
EdgeForm(int nEdge,
DataGeom geom)
Constructor. |
Method Summary | |
---|---|
Outliner |
createOutliner(ConfigMap config)
Returns an object which will do the work of drawing shapes when supplied with the appropriate style information and data. |
ConfigKey[] |
getConfigKeys()
Returns style configuration keys specific to this form. |
Coord[] |
getExtraCoords()
Returns data coordinates additional to the basic position which are required to plot a point. |
Icon |
getFormIcon()
Returns an icon to identify this form in the GUI. |
String |
getFormName()
Returns the user-directed name for this form. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EdgeForm(int nEdge, DataGeom geom)
nEdge
- number of edges; 1 for pair, 2 for triple etcgeom
- position coordinate geometryMethod Detail |
---|
public String getFormName()
ModePlotter.Form
getFormName
in interface ModePlotter.Form
public Icon getFormIcon()
ModePlotter.Form
getFormIcon
in interface ModePlotter.Form
public Coord[] getExtraCoords()
ShapeForm
getExtraCoords
in interface ShapeForm
public ConfigKey[] getConfigKeys()
ShapeForm
ShapeForm.createOutliner(uk.ac.starlink.ttools.plot2.config.ConfigMap)
.
getConfigKeys
in interface ShapeForm
public Outliner createOutliner(ConfigMap config)
ShapeForm
ShapeForm.getConfigKeys()
.
createOutliner
in interface ShapeForm
config
- configuration map from which values for this
form's config keys will be extracted
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |