|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShapeForm
Plotter Form sub-interface for use with ShapeMode. This defines the shape of data points plotted, which may be influenced by data other than the actual point position(s), for instance error bar sizes.
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. |
String |
getFormDescription()
Returns a description of this mode as an XML string. |
int |
getPositionCount()
Returns the number of data positions per tuple used by this form. |
Methods inherited from interface uk.ac.starlink.ttools.plot2.layer.ModePlotter.Form |
---|
getFormIcon, getFormName |
Method Detail |
---|
String getFormDescription()
int getPositionCount()
Coord[] getExtraCoords()
ConfigKey[] getConfigKeys()
createOutliner(uk.ac.starlink.ttools.plot2.config.ConfigMap)
.
Outliner createOutliner(ConfigMap config)
getConfigKeys()
.
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 |