@Equality public class LayerId extends Object
Constructor and Description |
---|
LayerId(uk.ac.starlink.ttools.plot2.Plotter<?> plotter,
uk.ac.starlink.ttools.plot2.data.DataSpec dataSpec,
uk.ac.starlink.ttools.plot2.DataGeom dataGeom,
uk.ac.starlink.ttools.plot.Style style)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static LayerId |
createLayerId(uk.ac.starlink.ttools.plot2.PlotLayer layer)
Returns a layerId characterising a given plot layer.
|
boolean |
equals(Object o) |
uk.ac.starlink.ttools.plot2.DataGeom |
getDataGeom()
Returns the data geom.
|
uk.ac.starlink.ttools.plot2.data.DataSpec |
getDataSpec()
Returns the data spec.
|
uk.ac.starlink.ttools.plot2.Plotter<?> |
getPlotter()
Returns the plotter.
|
uk.ac.starlink.ttools.plot.Style |
getStyle()
Returns the style.
|
int |
hashCode() |
public LayerId(uk.ac.starlink.ttools.plot2.Plotter<?> plotter, uk.ac.starlink.ttools.plot2.data.DataSpec dataSpec, uk.ac.starlink.ttools.plot2.DataGeom dataGeom, uk.ac.starlink.ttools.plot.Style style)
plotter
- plotterdataSpec
- data specificationdataGeom
- mapping to graphics spacestyle
- layer stylepublic uk.ac.starlink.ttools.plot2.Plotter<?> getPlotter()
public uk.ac.starlink.ttools.plot2.data.DataSpec getDataSpec()
public uk.ac.starlink.ttools.plot2.DataGeom getDataGeom()
public uk.ac.starlink.ttools.plot.Style getStyle()
public static LayerId createLayerId(uk.ac.starlink.ttools.plot2.PlotLayer layer)
layer
- plot layerCopyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.