| Anchor |
Positioning constraint for plotted text.
|
| Anchor.HorizontalAnchor |
Anchor for drawing horizontal text.
|
| AuxScale |
Represents a ranged value that can differ according to the content
of a plot.
|
| Axis |
Does geometry and drawing for a straight line axis.
|
| BasicCaptioner |
Captioner implementation that uses Swing text drawing classes.
|
| BasicRanger |
Ranger implementation that just keeps track of high and low values.
|
| BasicTicker |
Partial Ticker implementation based on a rule defining a sequence of ticks.
|
| Caption |
Content of textual item to be rendered somewhere on a plot.
|
| CdsHealpixUtil |
Utilities for working with the cds-healpix-java library in sky plots.
|
| DataPosSequence |
Splittable iterator over the data positions in a list of PositionClouds.
|
| Decoration |
Positioned icon, with equality semantics.
|
| Gesture |
Enumerates mouse gestures used to perform navigation actions.
|
| HistoRanger |
Histogram-capable Ranger implementation.
|
| IndicatedRow |
Represents a row from a dataset in relation to a reference position.
|
| LabelledLine |
Aggregates a line in graphics coordinates and its annotation.
|
| LatexCaptioner |
Captioner implementation based on LaTeX text rendering.
|
| LayerOpt |
Defines characteristics of a plot layer that may enable plotting
optimisations.
|
| LegendEntry |
Aggregates a plot style or group of styles and a label to be
paired together as one entry in a plot legend.
|
| LegendIcon |
Icon containing legend information for a plot.
|
| NavAction<A> |
Describes the result of a navigation request from the GUI.
|
| NavigationListener<A> |
Listener that receives mouse events and uses them in conjunction with
a supplied navigator to feed navigation actions to a set of one or
more plot surfaces.
|
| NullCaptioner |
Captioner implementation that writes no text.
|
| Orientation |
Defines text orientation for axis labelling.
|
| OutlineCaptioner |
Wrapper Captioner implementation that draws an outline around the
caption bounding box as well as actually drawing it.
|
| Padding |
Defines user preferences for padding a rectangular area.
|
| PlotCaching |
Encapsulates some choices about what caching is performed when
preparing a plot.
|
| PlotPlacement |
Aggregates a Surface and the Rectangle that it is placed within.
|
| PlotScene<P,A> |
Contains the state of a plot, which can be painted to a graphics context.
|
| PlotUtil |
Miscellaneous utilities for use with the plotting classes.
|
| PointCloud |
Represents an unordered set of data positions forming part of a plot.
|
| PrefixTicker |
Partial Ticker implementation for major tick labels with prefixes.
|
| RangeCollector<S extends uk.ac.starlink.util.Splittable<S>> |
Partial SplitCollector implementation for accumulating range data.
|
| ReportKey<T> |
Typed key for use in a ReportMap.
|
| ReportMap |
Map containing typed entries generated as a result of plotting.
|
| ReportMeta |
Contains documentation metadata describing a plot report item.
|
| Scalings |
Implementation class for functions to do with Scaling instances.
|
| ShadeAxis |
Graphical representation of aux shading range which can be placed
near the plot.
|
| SingleGanger<P,A> |
Ganger implementation for single-zone gangs.
|
| SplitRunner<S extends uk.ac.starlink.util.Splittable<S>> |
Utility class for making use of SplitProcessor instances.
|
| SubCloud |
Aggregates the DataGeom and the geometry-specific parts of the
DataSpec for a layer.
|
| Subrange |
Designates a sub-range.
|
| Tick |
Defines a tick on an axis.
|
| ZoneContent |
Aggregates a list of items describing what appears in one zone of
a Gang.
|