public class MendelbrotDataSetDescriptor extends DataSetDescriptor
properties| Constructor and Description |
|---|
MendelbrotDataSetDescriptor(DasAxis yAxis)
Creates a new instance of MendelbrotDataSetDescriptor
|
| Modifier and Type | Method and Description |
|---|---|
protected DataSet |
getDataSetImpl(Datum start,
Datum end,
Datum resolution,
ProgressMonitor monitor)
getDataSetImpl implements the getDataSet for this DataSetDescriptor implementation.
|
int |
getLimit() |
int |
getOverSampleFactor()
Getter for property overSampleFactor.
|
Units |
getXUnits() |
void |
setLimit(int limit) |
void |
setOverSampleFactor(int overSampleFactor)
Setter for property overSampleFactor.
|
addDataSetUpdateListener, create, drawListIcon, fireDataSetUpdateEvent, getDataSet, getDataSetCache, getDataSetID, getListIcon, getListLabel, getProperty, removeDataSetUpdateListener, requestDataSet, requestDataSet, reset, setDefaultCaching, setPropertiespublic MendelbrotDataSetDescriptor(DasAxis yAxis)
protected DataSet getDataSetImpl(Datum start, Datum end, Datum resolution, ProgressMonitor monitor) throws DasException
DataSetDescriptorgetDataSetImpl in class DataSetDescriptorstart - 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.DasExceptionpublic Units getXUnits()
getXUnits in class DataSetDescriptorpublic void setLimit(int limit)
public int getLimit()
public int getOverSampleFactor()
public void setOverSampleFactor(int overSampleFactor)
overSampleFactor - New value of property overSampleFactor.