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

Packages that use PlotObject
edu.swri.swiftvis.plot   
 

Uses of PlotObject in edu.swri.swiftvis.plot
 

Classes in edu.swri.swiftvis.plot that implement PlotObject
 class PlotArea2D
          This class is intended to represent the area that a plot or set of related plots should occupy.
 class PlotSpec
          This is the serializable class for all the specifications that are used by the standard PlotSurface.
 class PlotText
           
 

Fields in edu.swri.swiftvis.plot with type parameters of type PlotObject
private  java.util.Vector<PlotObject> PlotSpec.children
           
 

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

Methods in edu.swri.swiftvis.plot with parameters of type PlotObject
 void PlotSpec.setSelection(PlotObject po)
           
 void PlotText.treeAltered(PlotObject po)
           
 void Plot.treeAltered(PlotObject node)
          This method will be called when something alters the tree of elements in the plot.
 void PlotArea2D.treeAltered(PlotObject po)
           
 void PlotSpec.treeAltered(PlotObject po)
           
 void PlotObject.treeAltered(PlotObject po)