public class SphericalPlotState extends Plot3DState
PlotState.SimpleValueInfo| Constructor and Description |
|---|
SphericalPlotState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
uk.ac.starlink.table.ValueInfo |
getRadialInfo()
Returns metadata information about the radial coordinate.
|
boolean |
getRadialLog()
Determines whether the radial dimension should be plotted on a
logarithmic scale.
|
int |
hashCode() |
void |
setRadialInfo(uk.ac.starlink.table.ValueInfo info)
Sets metadata information about the radial coordinate.
|
void |
setRadialLog(boolean radialLog)
Sets whether the radial dimension should be plotted on a logarithmic
scale.
|
getFogginess, getRotating, getRotation, getZoomScale, setFogginess, setRotating, setRotation, setZoomScalecompare, getAntialias, getAxes, getAxisLabels, getConverters, getFlipFlags, getGrid, getLogFlags, getMainNdim, getPlotData, getRanges, getShaders, getValid, setAntialias, setAxes, setAxisLabels, setConverters, setFlipFlags, setGrid, setLogFlags, setMainNdim, setPlotData, setRanges, setShaders, setValidpublic void setRadialInfo(uk.ac.starlink.table.ValueInfo info)
info object
may be discarded, only the parts required for plotting are retained.info - radial coordinate metadatapublic uk.ac.starlink.table.ValueInfo getRadialInfo()
public void setRadialLog(boolean radialLog)
radialLog - true for logarithmic treatment of the radial
coordinate, false for linearpublic boolean getRadialLog()
public boolean equals(java.lang.Object o)
equals in class Plot3DStatepublic int hashCode()
hashCode in class Plot3DStateCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.