public class PolynomialDataSetDescriptor extends DataSetDescriptor
properties
Constructor and Description |
---|
PolynomialDataSetDescriptor(double[] c,
Units xUnits,
Units yUnits,
Datum resolution)
Creates a new instance of PolynomialDataSetDescriptor
|
PolynomialDataSetDescriptor(double[] c,
Units xUnits,
Units yUnits,
Datum resolution,
Datum xOffset) |
Modifier and Type | Method and Description |
---|---|
protected DataSet |
getDataSetImpl(Datum start,
Datum end,
Datum resolution,
ProgressMonitor dasProgressMonitor)
getDataSetImpl implements the getDataSet for this DataSetDescriptor implementation.
|
Units |
getXUnits() |
static void |
main(java.lang.String[] args) |
void |
setYMin(Datum ymin)
limit the range of the calculated function to here.
|
addDataSetUpdateListener, create, drawListIcon, fireDataSetUpdateEvent, getDataSet, getDataSetCache, getDataSetID, getListIcon, getListLabel, getProperty, removeDataSetUpdateListener, requestDataSet, requestDataSet, reset, setDefaultCaching, setProperties
public PolynomialDataSetDescriptor(double[] c, Units xUnits, Units yUnits, Datum resolution)
public void setYMin(Datum ymin)
protected DataSet getDataSetImpl(Datum start, Datum end, Datum resolution, ProgressMonitor dasProgressMonitor) throws DasException
DataSetDescriptor
getDataSetImpl
in class DataSetDescriptor
start
- beginning of range for the request.end
- end of the range for the request.resolution
- the resolution requirement for the reqeust. null
may be used to request the finest resolution available or intrinic resolution.DasException
public Units getXUnits()
getXUnits
in class DataSetDescriptor
public static void main(java.lang.String[] args)