Uses of Interface
edu.swri.swiftvis.plot.DataPlotStyle

Packages that use DataPlotStyle
edu.swri.swiftvis   
edu.swri.swiftvis.plot   
edu.swri.swiftvis.plot.styles   
 

Uses of DataPlotStyle in edu.swri.swiftvis
 

Methods in edu.swri.swiftvis that return types with arguments of type DataPlotStyle
 java.lang.Class<DataPlotStyle> OptionsData.selectPlotType(java.awt.Component frame)
           
 

Uses of DataPlotStyle in edu.swri.swiftvis.plot
 

Fields in edu.swri.swiftvis.plot with type parameters of type DataPlotStyle
private  java.util.Vector<DataPlotStyle> AxisOptions.dataUsed
           
private  java.util.Vector<DataPlotStyle> PlotArea2D.plotDataList
           
 

Methods in edu.swri.swiftvis.plot that return DataPlotStyle
 DataPlotStyle DataPlotStyle.copy(PlotArea2D pa)
           
 

Method parameters in edu.swri.swiftvis.plot with type arguments of type DataPlotStyle
 void AxisOptions.setDataPlots(java.util.Vector<DataPlotStyle> data)
          This tells the axis what data will be plotted with it.
 

Uses of DataPlotStyle in edu.swri.swiftvis.plot.styles
 

Classes in edu.swri.swiftvis.plot.styles that implement DataPlotStyle
 class AveragedStreamlines
           
 class AveragedSurface
           
 class BarStyle
           
 class ImageAdder
          The purpose of this class is to add an image into a plot.
 class OrbitStyle
           
 class RectangleGridSurface
          This class is a faster method of doing surface plots when the plot points are on a rectangular grid.
 class ScatterStyle
           
 class VectorFieldStyle
          This plot style can be used to plot a vector field.