Uses of Class
gov.nasa.gsfc.spdf.ssc.GraphScale
-
-
Uses of GraphScale in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return GraphScale Modifier and Type Method Description GraphScale
OrbitGraphOptions. getManualScale()
Gets the manual scale value.Methods in gov.nasa.gsfc.spdf.ssc with parameters of type GraphScale Modifier and Type Method Description void
OrbitGraphOptions. setManualScale(GraphScale value)
Sets the manual scale value.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type GraphScale Constructor Description OrbitGraphOptions(CoordinateSystem coordinateSystem, boolean combined, boolean xyView, boolean xzView, boolean yzView, boolean xrView, boolean sunToRight, GraphScale manualScale, boolean evenAxesScales, boolean showBowShockMagnetopause, float solarWindPressure, float imfBz, GraphFormatOptions formatOptions)
Constructs a GraphOptions object with the given attribute values.
-