public interface ModePlotter<S extends Style> extends Plotter<S>
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.Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ModePlotter.Form |
getForm()
Returns the form of this plotter.
|
ModePlotter.Mode |
getMode()
Returns the mode of this plotter.
|
createLayer, createStyle, getCoordGroup, getPlotterDescription, getPlotterIcon, getPlotterName, getRangeStyleKey, getStyleKeys, hasReports
ModePlotter.Mode getMode()
ModePlotter.Form getForm()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.