Uses of Class
edu.swri.swiftvis.plot.PlotSpec

Packages that use PlotSpec
edu.swri.swiftvis.plot   
 

Uses of PlotSpec in edu.swri.swiftvis.plot
 

Fields in edu.swri.swiftvis.plot declared as PlotSpec
private  PlotSpec PlotText.parent
           
private  PlotSpec PlotArea2D.parent
           
private  PlotSpec Plot.spec
           
private  PlotSpec PlotFrame.spec
           
private  PlotSpec PlotFrame.ExportDialog.spec
           
(package private)  PlotSpec PlotSurface.spec
           
 

Methods in edu.swri.swiftvis.plot that return PlotSpec
 PlotSpec PlotSpec.copy(PlotSpec p)
           
 

Methods in edu.swri.swiftvis.plot with parameters of type PlotSpec
 PlotText PlotText.copy(PlotSpec p)
           
 PlotArea2D PlotArea2D.copy(PlotSpec p)
           
 PlotSpec PlotSpec.copy(PlotSpec p)
           
 PlotObject PlotObject.copy(PlotSpec p)
           
 

Constructors in edu.swri.swiftvis.plot with parameters of type PlotSpec
PlotArea2D(PlotArea2D c, PlotSpec spec)
           
PlotArea2D(PlotSpec spec)
           
PlotFrame.ExportDialog(javax.swing.JFrame theFrame, PlotSpec theSpec)
           
PlotFrame(PlotSpec theSpec)
           
PlotSpec(Plot p, PlotSpec c)
           
PlotSurface(PlotSpec theSpec)
           
PlotText(PlotSpec spec)
           
PlotText(PlotText c, PlotSpec spec)