|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.monitorenter.gui.chart.traces.ATrace2D info.monitorenter.gui.chart.traces.Trace2DSimple info.monitorenter.gui.chart.traces.Trace2DReplacing
public class Trace2DReplacing
Has the behavior of Trace2DBijective
and additional
features.
Trace2DBijective
,
Serialized FormNested Class Summary |
---|
Nested classes/interfaces inherited from interface info.monitorenter.gui.chart.ITrace2D |
---|
ITrace2D.DistancePoint |
Field Summary |
---|
Fields inherited from class info.monitorenter.gui.chart.traces.Trace2DSimple |
---|
m_points |
Fields inherited from class info.monitorenter.gui.chart.traces.ATrace2D |
---|
m_computingTraces, m_maxX, m_maxXErrorBar, m_maxY, m_maxYErrorBar, m_minX, m_minXErrorBar, m_minY, m_minYErrorBar, m_name, m_physicalUnitsX, m_physicalUnitsY, m_propertyChangeSupport, m_renderer |
Fields inherited from interface info.monitorenter.gui.chart.ITrace2D |
---|
PROPERTY_COLOR, PROPERTY_ERRORBARPOLICY, PROPERTY_ERRORBARPOLICY_CONFIGURATION, PROPERTY_LABEL, PROPERTY_MAX_X, PROPERTY_MAX_Y, PROPERTY_MIN_X, PROPERTY_MIN_Y, PROPERTY_NAME, PROPERTY_PAINTERS, PROPERTY_PHYSICALUNITS, PROPERTY_POINT_CHANGED, PROPERTY_POINT_HIGHLIGHTERS_CHANGED, PROPERTY_STROKE, PROPERTY_TRACEPOINT, PROPERTY_VISIBLE, PROPERTY_ZINDEX, Z_INDEX_MIN, ZINDEX_MAX |
Constructor Summary | |
---|---|
Trace2DReplacing()
Defcon. |
Method Summary | |
---|---|
boolean |
addPointInternal(ITracePoint2D p)
In case p has an x- value already contained, the old tracepoint with that value will be replaced by the new one. |
Methods inherited from class info.monitorenter.gui.chart.traces.Trace2DSimple |
---|
getMaxSize, getSize, isEmpty, iterator, removeAllPointsInternal, removePointInternal |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.beans.PropertyChangeListener |
---|
propertyChange |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Constructor Detail |
---|
public Trace2DReplacing()
Method Detail |
---|
public boolean addPointInternal(ITracePoint2D p)
addPointInternal
in class Trace2DSimple
p
- the point to add.
ATrace2D.addPointInternal(info.monitorenter.gui.chart.ITracePoint2D)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |