AbstractKernelDensityPlotter.KDenseStyle
, BarStyle
, ContourStyle
, DefaultStyle
, DensityStyle
, DensogramPlotter.DensoStyle
, FillPlotter.FillStyle
, FunctionPlotter.FunctionStyle
, GridPlotter.GridStyle
, HealpixPlotter.HealpixStyle
, HistogramPlotter.HistoStyle
, LabelStyle
, LineStyle
, MarkStyle
, ShapeStyle
, SkyDensityPlotter.SkyDenseStyle
, SkyGridPlotter.GridStyle
, SpectrogramPlotter.SpectroStyle
, SpotPlotter.SpotStyle
, Stats1Plotter.StatsStyle
, TracePlotter.TraceStyle
public interface Style
Note it is essential that Style implementations provide implementations
of equals()
(and hence also of hashCode()
)
for which equality means that styles look the same as each other.
An equals
implementation based on identity (inherited
from the behaviour of Object
) will lead to poor performance
of the plotting classes.
Modifier and Type | Method | Description |
---|---|---|
javax.swing.Icon |
getLegendIcon() |
Returns an icon suitable for displaying in a legend for this style.
|
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.