org.opensourcephysics.display2d
Class Carpet

java.lang.Object
  extended by org.opensourcephysics.display.MeasuredImage
      extended by org.opensourcephysics.display2d.InterpolatedPlot
          extended by org.opensourcephysics.display2d.Carpet
All Implemented Interfaces:
Drawable, Measurable, Plot2D

public class Carpet
extends InterpolatedPlot


Field Summary
 
Fields inherited from interface org.opensourcephysics.display2d.Plot2D
CONTOUR_PLOT, GRID_PLOT, INTERPOLATED_PLOT, SURFACE_PLOT
 
Constructor Summary
Carpet(GridData griddata)
          Constructor Carpet
 
Method Summary
 void setTopRow(double[][] line)
           
 
Methods inherited from class org.opensourcephysics.display2d.InterpolatedPlot
draw, getCeiling, getFloor, getGridData, getLoader, getRGBData, indexToX, indexToY, isAutoscaleZ, isMeasured, isSymmetricZ, setAll, setAll, setAutoscaleZ, setColorPalette, setExpandedZ, setFloorCeilColor, setGridData, setGridLineColor, setIndexes, setPaletteType, setShowGridLines, setSymmetricZ, showLegend, update, xToIndex, yToIndex
 
Methods inherited from class org.opensourcephysics.display.MeasuredImage
getImage, getXMax, getXMin, getYMax, getYMin, setImage, setMinMax, setVisible, setXMax, setXMin, setYMax, setYMin
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensourcephysics.display2d.Plot2D
setVisible
 
Methods inherited from interface org.opensourcephysics.display.Measurable
getXMax, getXMin, getYMax, getYMin
 

Constructor Detail

Carpet

public Carpet(GridData griddata)
Constructor Carpet

Parameters:
griddata -
Method Detail

setTopRow

public void setTopRow(double[][] line)