Interface ModePlotter<S extends Style>
- All Superinterfaces:
Plotter<S>
- All Known Subinterfaces:
ShapeModePlotter
- All Known Implementing Classes:
ArrayShapePlotter, ShapePlotter
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.- Since:
- 18 Feb 2013
- Author:
- Mark Taylor
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceMarker interface for an object that is shared between plotters sharing characteristics that make it useful to group them.static interfaceMarker interface for an object that is shared between plotters sharing characteristics that make it useful to group them. -
Method Summary
Methods inherited from interface Plotter
createLayer, createStyle, getCoordGroup, getPlotterDescription, getPlotterIcon, getPlotterName, getRangeStyleKey, getStyleKeys, hasReports
-
Method Details
-
getMode
-
getForm
-