|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModePlotter<S extends Style>
Plotter sub-interface that marks a family of plotters as having
similar characteristics. These are used by the TOPCAT GUI to
group plotters together for display and user interaction.
The Mode
and Form
can in principle
be varied separately to form a family of plotters that can share
a similar UI if the mode and form implement known subinterfaces
of those interfaces.
Nested Class Summary | |
---|---|
static interface |
ModePlotter.Form
Marker interface for an object that is shared between plotters sharing characteristics that make it useful to group them. |
static interface |
ModePlotter.Mode
Marker interface for an object that is shared between plotters sharing characteristics that make it useful to group them. |
Method Summary | |
---|---|
ModePlotter.Form |
getForm()
Returns the form of this plotter. |
ModePlotter.Mode |
getMode()
Returns the mode of this plotter. |
Methods inherited from interface uk.ac.starlink.ttools.plot2.Plotter |
---|
createLayer, createStyle, getCoordGroup, getPlotterDescription, getPlotterIcon, getPlotterName, getStyleKeys, hasReports |
Method Detail |
---|
ModePlotter.Mode getMode()
ModePlotter.Form getForm()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |