public class SphericalPlotState extends Plot3DState
PlotState.SimpleValueInfo| Constructor | Description |
|---|---|
SphericalPlotState() |
| Modifier and Type | Method | 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.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetFogginess, 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 © 2018 Central Laboratory of the Research Councils. All Rights Reserved.