Uses of Class
gov.nasa.gsfc.spdf.ssc.GraphFormatOptions
-
-
Uses of GraphFormatOptions in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return GraphFormatOptions Modifier and Type Method Description GraphFormatOptions
MapProjectionGraphOptions. getFormatOptions()
Gets the output format options.GraphFormatOptions
OrbitGraphOptions. getFormatOptions()
Gets the output format options.Methods in gov.nasa.gsfc.spdf.ssc with parameters of type GraphFormatOptions Modifier and Type Method Description void
MapProjectionGraphOptions. setFormatOptions(GraphFormatOptions value)
Sets the output format options.void
OrbitGraphOptions. setFormatOptions(GraphFormatOptions value)
Sets the output format options.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type GraphFormatOptions Constructor Description MapProjectionGraphOptions(Trace trace, ProjectionCoordinateSystem coordinateSystem, boolean showContinents, MapProjection projection, java.util.List<java.lang.String> groundStations, MapLimits mapLimits, PolarMapOrientation polarMapOrientation, float longitudeVerticalDown, java.lang.String title, GraphFormatOptions formatOptions)
Constructs a MapProjectionGraphOptions object with the given attribute values.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.
-