public class DimReductionDataSet extends DoubleDataSet implements EventListener
| Modifier and Type | Class and Description |
|---|---|
static class |
DimReductionDataSet.Option |
xValues, yValuesTAG_GAIN_RANGE, TAG_OVERSHOOT, TAG_UNDERSHOOT| Constructor and Description |
|---|
DimReductionDataSet(DataSet3D source,
int dimIndex,
DimReductionDataSet.Option reductionOption) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxIndex(int dimIndex) |
int |
getMinIndex(int dimIndex) |
DimReductionDataSet.Option |
getReductionOption() |
DataSet |
getSourceDataSet() |
void |
handle(UpdateEvent event)
This method needs to be provided by an implementation of
UpdateListener. |
void |
setMaxIndex(int dimIndex,
double val) |
void |
setMinIndex(int dimIndex,
double val) |
protected void |
updateMeanIntegral(boolean isMean) |
protected void |
updateMinMax(boolean isMin) |
protected void |
updateSlice() |
add, add, add, add, add, add, add, clearData, get, getCapacity, getDataCount, getValues, increaseCapacity, remove, remove, resize, set, set, set, set, set, set, trimaddDataLabel, addDataStyle, autoNotification, binarySearch, clearMetaInfo, equalDataLabels, equalEditConstraints, equalErrorValues, equalMetaData, equals, equals, equalValues, fireInvalidated, getAxisDescriptions, getDataLabel, getDataLabelMap, getDataStyleMap, getDimension, getEditConstraints, getErrorList, getIndex, getInfoList, getMetaInfo, getName, getStyle, getThis, getWarningList, hashCode, lock, minNeigbourSearchX, recomputeLimits, removeDataLabel, removeStyle, setEditConstraints, setName, toString, updateEventListenergetStyle, setStyleclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEditConstraints, setEditConstraints, setNamegetDataCount, getDimension, getValue, getValue, getX, getXIndex, getXValues, getY, getYIndex, getYValuesgetAxisDescription, getAxisDescriptions, getDataLabel, getIndex, getName, getStyle, getStyle, lock, recomputeLimits, setStyleaddListener, autoNotification, invokeListener, invokeListener, invokeListener, isAutoNotification, removeListener, updateEventListenerpublic DimReductionDataSet(DataSet3D source, int dimIndex, DimReductionDataSet.Option reductionOption)
public int getMaxIndex(int dimIndex)
public int getMinIndex(int dimIndex)
public DimReductionDataSet.Option getReductionOption()
public DataSet getSourceDataSet()
public void handle(UpdateEvent event)
EventListenerUpdateListener. It is called if an
EventSource has been modified/updated.
In general is is considered bad practice to modify the observed value in this method.
handle in interface EventListenerevent - The UpdateEvent issued by the modified UpdateSourcepublic void setMaxIndex(int dimIndex,
double val)
public void setMinIndex(int dimIndex,
double val)
protected void updateMeanIntegral(boolean isMean)
protected void updateMinMax(boolean isMin)
protected void updateSlice()
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.