Uses of Class
us.ihmc.plotting.PlotGraph2d

Packages that use PlotGraph2d
us.ihmc.plotting   
 

Uses of PlotGraph2d in us.ihmc.plotting
 

Methods in us.ihmc.plotting that return PlotGraph2d
static PlotGraph2d PlotGraph2d.createFrameVectorPlotGraph2d(java.util.ArrayList<java.lang.Double> x, java.util.ArrayList<FrameVector> frameVectors)
           
static PlotGraph2d PlotGraph2d.createPlotGraph2d(java.util.ArrayList<java.lang.Double> x, java.util.ArrayList<java.lang.Double> y)
           
static PlotGraph2d PlotGraph2d.createPlotGraph2dMultipleCurves(java.util.ArrayList<double[][]> listOfXYCurves)
           
static PlotGraph2d PlotGraph2d.createVectorPlotGraph2d(java.util.ArrayList<java.lang.Double> x, java.util.ArrayList<javax.vecmath.Vector3d> vectors)