public class SphericalPlotState extends Plot3DState
PlotState.SimpleValueInfo
Constructor and Description |
---|
SphericalPlotState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
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(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, setZoomScale
compare, getAntialias, getAxes, getAxisLabels, getConverters, getFlipFlags, getGrid, getLogFlags, getMainNdim, getPlotData, getRanges, getShaders, getValid, setAntialias, setAxes, setAxisLabels, setConverters, setFlipFlags, setGrid, setLogFlags, setMainNdim, setPlotData, setRanges, setShaders, setValid
public void setRadialInfo(ValueInfo info)
info
object
may be discarded, only the parts required for plotting are retained.info
- radial coordinate metadatapublic ValueInfo getRadialInfo()
public void setRadialLog(boolean radialLog)
radialLog
- true for logarithmic treatment of the radial
coordinate, false for linearpublic boolean getRadialLog()
public boolean equals(Object o)
equals
in class Plot3DState
public int hashCode()
hashCode
in class Plot3DState
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.