| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPlotLayer(Plotter plotter,
DataGeom geom,
DataSpec dataSpec,
Style style,
LayerOpt opt)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
extendCoordinateRanges(Range[] ranges,
boolean[] logFlags,
DataStore dataStore)
This implementation does nothing.
|
java.util.Map<AuxScale,AuxReader> |
getAuxRangers()
This implementation returns a new empty map.
|
DataGeom |
getDataGeom()
Returns the data geometry used by this layer.
|
DataSpec |
getDataSpec()
Returns the data spec that defines the data used by this layer.
|
LayerOpt |
getOpt()
Returns an object that describes some facts about how this layer
draws itself used for rendering.
|
Plotter |
getPlotter()
Returns the plotter that generated this layer.
|
Style |
getStyle()
Returns the plot style used by this layer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDrawingprotected AbstractPlotLayer(Plotter plotter, DataGeom geom, DataSpec dataSpec, Style style, LayerOpt opt)
plotter - plotter that created this layergeom - defines data spacedataSpec - required data valuesstyle - plotting styleopt - layer optimisation optionpublic Plotter getPlotter()
PlotLayergetPlotter in interface PlotLayerpublic DataGeom getDataGeom()
PlotLayergetDataGeom in interface PlotLayerpublic void extendCoordinateRanges(Range[] ranges, boolean[] logFlags, DataStore dataStore)
extendCoordinateRanges in interface PlotLayerranges - array of data space dimension ranges, may be adjustedlogFlags - array of scaling flags (false=linear, true=log)
corresponding to ranges arraydataStore - data storage objectpublic DataSpec getDataSpec()
PlotLayergetDataSpec in interface PlotLayerpublic Style getStyle()
PlotLayerpublic LayerOpt getOpt()
PlotLayerpublic java.util.Map<AuxScale,AuxReader> getAuxRangers()
getAuxRangers in interface PlotLayerCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.