|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.table.AbstractTableModel
org.opensourcephysics.display.Dataset
org.opensourcephysics.sip.ch11.RectangularApproximation
public class RectangularApproximation
RectangularApproximation displays a rectangular approximation to an integral.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.opensourcephysics.display.Dataset |
|---|
Dataset.Loader |
| Field Summary |
|---|
| Fields inherited from class org.opensourcephysics.display.Dataset |
|---|
AREA, BAR, CIRCLE, columnID, CUSTOM, customMarker, datasetID, errorBars, generalPath, index, maxPoints, NO_MARKER, PIXEL, POST, sorted, SQUARE, visible, xmax, xmaxLogscale, xmin, xminLogscale, xpoints, ymax, ymaxLogscale, ymin, yminLogscale, ypoints |
| Fields inherited from class javax.swing.table.AbstractTableModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
RectangularApproximation(Function f,
double a,
double b,
int n)
Constructs a RectangularApproximation to the integral for the given function. |
|
| Method Summary |
|---|
| Methods inherited from class javax.swing.table.AbstractTableModel |
|---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RectangularApproximation(Function f,
double a,
double b,
int n)
f - Functiona - double the lower limitb - double the upper limitnum - int
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||