public class TraceComposite extends Object implements 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 and Description |
---|
TraceComposite(info.monitorenter.gui.chart.ITrace2D... traces) |
TraceComposite(List<info.monitorenter.gui.chart.ITrace2D> traces) |
Modifier and Type | Method and Description |
---|---|
void |
addComputingTrace(info.monitorenter.gui.chart.ITrace2D arg0) |
boolean |
addErrorBarPolicy(info.monitorenter.gui.chart.IErrorBarPolicy<?> arg0) |
boolean |
addPoint(double x,
double y) |
boolean |
addPoint(info.monitorenter.gui.chart.ITracePoint2D arg0) |
boolean |
addPointHighlighter(info.monitorenter.gui.chart.IPointPainter<?> arg0) |
void |
addPropertyChangeListener(String arg0,
PropertyChangeListener arg1) |
boolean |
addTracePainter(info.monitorenter.gui.chart.ITracePainter<?> arg0) |
int |
compareTo(info.monitorenter.gui.chart.ITrace2D o) |
boolean |
containsTracePainter(info.monitorenter.gui.chart.ITracePainter<?> arg0) |
boolean |
equals(Object o) |
void |
firePointChanged(info.monitorenter.gui.chart.ITracePoint2D arg0,
int arg1) |
Color |
getColor() |
Set<info.monitorenter.gui.chart.IErrorBarPolicy<?>> |
getErrorBarPolicies() |
boolean |
getHasErrorBars() |
String |
getLabel() |
int |
getMaxSize() |
double |
getMaxX() |
double |
getMaxY() |
double |
getMinX() |
double |
getMinY() |
String |
getName() |
info.monitorenter.gui.chart.ITrace2D.DistancePoint |
getNearestPointEuclid(double arg0,
double arg1) |
info.monitorenter.gui.chart.ITrace2D.DistancePoint |
getNearestPointManhattan(double arg0,
double arg1) |
String |
getPhysicalUnits() |
String |
getPhysicalUnitsX() |
String |
getPhysicalUnitsY() |
Set<info.monitorenter.gui.chart.IPointPainter<?>> |
getPointHighlighters() |
PropertyChangeListener[] |
getPropertyChangeListeners(String arg0) |
info.monitorenter.gui.chart.Chart2D |
getRenderer() |
int |
getSize() |
Stroke |
getStroke() |
Set<info.monitorenter.gui.chart.ITracePainter<?>> |
getTracePainters() |
List<info.monitorenter.gui.chart.ITrace2D> |
getTraces() |
Integer |
getZIndex() |
int |
hashCode() |
boolean |
isEmpty() |
boolean |
isVisible() |
Iterator<info.monitorenter.gui.chart.ITracePoint2D> |
iterator() |
void |
propertyChange(PropertyChangeEvent evt) |
Set<info.monitorenter.gui.chart.IPointPainter<?>> |
removeAllPointHighlighters() |
void |
removeAllPoints() |
boolean |
removeComputingTrace(info.monitorenter.gui.chart.ITrace2D arg0) |
boolean |
removeErrorBarPolicy(info.monitorenter.gui.chart.IErrorBarPolicy<?> arg0) |
boolean |
removePoint(info.monitorenter.gui.chart.ITracePoint2D arg0) |
boolean |
removePointHighlighter(info.monitorenter.gui.chart.IPointPainter<?> arg0) |
void |
removePropertyChangeListener(PropertyChangeListener arg0) |
void |
removePropertyChangeListener(String arg0,
PropertyChangeListener arg1) |
boolean |
removeTracePainter(info.monitorenter.gui.chart.ITracePainter<?> arg0) |
void |
setColor(Color arg0) |
Set<info.monitorenter.gui.chart.IErrorBarPolicy<?>> |
setErrorBarPolicy(info.monitorenter.gui.chart.IErrorBarPolicy<?> arg0) |
void |
setName(String arg0) |
void |
setPhysicalUnits(String arg0,
String arg1) |
Set<info.monitorenter.gui.chart.IPointPainter<?>> |
setPointHighlighter(info.monitorenter.gui.chart.IPointPainter<?> arg0) |
void |
setRenderer(info.monitorenter.gui.chart.Chart2D arg0) |
void |
setStroke(Stroke arg0) |
Set<info.monitorenter.gui.chart.ITracePainter<?>> |
setTracePainter(info.monitorenter.gui.chart.ITracePainter<?> arg0) |
void |
setVisible(boolean arg0) |
void |
setZIndex(Integer arg0) |
boolean |
showsErrorBars() |
boolean |
showsNegativeXErrorBars() |
boolean |
showsNegativeYErrorBars() |
boolean |
showsPositiveXErrorBars() |
boolean |
showsPositiveYErrorBars() |
public TraceComposite(List<info.monitorenter.gui.chart.ITrace2D> traces)
public TraceComposite(info.monitorenter.gui.chart.ITrace2D... traces)
public List<info.monitorenter.gui.chart.ITrace2D> getTraces()
public boolean addPoint(info.monitorenter.gui.chart.ITracePoint2D arg0)
addPoint
in interface info.monitorenter.gui.chart.ITrace2D
public boolean addPoint(double x, double y)
addPoint
in interface info.monitorenter.gui.chart.ITrace2D
public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
public int compareTo(info.monitorenter.gui.chart.ITrace2D o)
compareTo
in interface Comparable<info.monitorenter.gui.chart.ITrace2D>
public void addComputingTrace(info.monitorenter.gui.chart.ITrace2D arg0)
addComputingTrace
in interface info.monitorenter.gui.chart.ITrace2D
public boolean addErrorBarPolicy(info.monitorenter.gui.chart.IErrorBarPolicy<?> arg0)
addErrorBarPolicy
in interface info.monitorenter.gui.chart.ITrace2D
public boolean addPointHighlighter(info.monitorenter.gui.chart.IPointPainter<?> arg0)
addPointHighlighter
in interface info.monitorenter.gui.chart.ITrace2D
public void addPropertyChangeListener(String arg0, PropertyChangeListener arg1)
addPropertyChangeListener
in interface info.monitorenter.gui.chart.ITrace2D
public boolean addTracePainter(info.monitorenter.gui.chart.ITracePainter<?> arg0)
addTracePainter
in interface info.monitorenter.gui.chart.ITrace2D
public boolean containsTracePainter(info.monitorenter.gui.chart.ITracePainter<?> arg0)
containsTracePainter
in interface info.monitorenter.gui.chart.ITrace2D
public void firePointChanged(info.monitorenter.gui.chart.ITracePoint2D arg0, int arg1)
firePointChanged
in interface info.monitorenter.gui.chart.ITrace2D
public Color getColor()
getColor
in interface info.monitorenter.gui.chart.ITrace2D
public Set<info.monitorenter.gui.chart.IErrorBarPolicy<?>> getErrorBarPolicies()
getErrorBarPolicies
in interface info.monitorenter.gui.chart.ITrace2D
public boolean getHasErrorBars()
getHasErrorBars
in interface info.monitorenter.gui.chart.ITrace2D
public String getLabel()
getLabel
in interface info.monitorenter.gui.chart.ITrace2D
public int getMaxSize()
getMaxSize
in interface info.monitorenter.gui.chart.ITrace2D
public double getMaxX()
getMaxX
in interface info.monitorenter.gui.chart.ITrace2D
public double getMaxY()
getMaxY
in interface info.monitorenter.gui.chart.ITrace2D
public double getMinX()
getMinX
in interface info.monitorenter.gui.chart.ITrace2D
public double getMinY()
getMinY
in interface info.monitorenter.gui.chart.ITrace2D
public String getName()
getName
in interface info.monitorenter.gui.chart.ITrace2D
public info.monitorenter.gui.chart.ITrace2D.DistancePoint getNearestPointEuclid(double arg0, double arg1)
getNearestPointEuclid
in interface info.monitorenter.gui.chart.ITrace2D
public info.monitorenter.gui.chart.ITrace2D.DistancePoint getNearestPointManhattan(double arg0, double arg1)
getNearestPointManhattan
in interface info.monitorenter.gui.chart.ITrace2D
public String getPhysicalUnits()
getPhysicalUnits
in interface info.monitorenter.gui.chart.ITrace2D
public String getPhysicalUnitsX()
getPhysicalUnitsX
in interface info.monitorenter.gui.chart.ITrace2D
public String getPhysicalUnitsY()
getPhysicalUnitsY
in interface info.monitorenter.gui.chart.ITrace2D
public Set<info.monitorenter.gui.chart.IPointPainter<?>> getPointHighlighters()
getPointHighlighters
in interface info.monitorenter.gui.chart.ITrace2D
public PropertyChangeListener[] getPropertyChangeListeners(String arg0)
getPropertyChangeListeners
in interface info.monitorenter.gui.chart.ITrace2D
public info.monitorenter.gui.chart.Chart2D getRenderer()
getRenderer
in interface info.monitorenter.gui.chart.ITrace2D
public int getSize()
getSize
in interface info.monitorenter.gui.chart.ITrace2D
public Stroke getStroke()
getStroke
in interface info.monitorenter.gui.chart.ITrace2D
public Set<info.monitorenter.gui.chart.ITracePainter<?>> getTracePainters()
getTracePainters
in interface info.monitorenter.gui.chart.ITrace2D
public Integer getZIndex()
getZIndex
in interface info.monitorenter.gui.chart.ITrace2D
public boolean isEmpty()
isEmpty
in interface info.monitorenter.gui.chart.ITrace2D
public boolean isVisible()
isVisible
in interface info.monitorenter.gui.chart.ITrace2D
public Iterator<info.monitorenter.gui.chart.ITracePoint2D> iterator()
iterator
in interface info.monitorenter.gui.chart.ITrace2D
public Set<info.monitorenter.gui.chart.IPointPainter<?>> removeAllPointHighlighters()
removeAllPointHighlighters
in interface info.monitorenter.gui.chart.ITrace2D
public void removeAllPoints()
removeAllPoints
in interface info.monitorenter.gui.chart.ITrace2D
public boolean removeComputingTrace(info.monitorenter.gui.chart.ITrace2D arg0)
removeComputingTrace
in interface info.monitorenter.gui.chart.ITrace2D
public boolean removeErrorBarPolicy(info.monitorenter.gui.chart.IErrorBarPolicy<?> arg0)
removeErrorBarPolicy
in interface info.monitorenter.gui.chart.ITrace2D
public boolean removePoint(info.monitorenter.gui.chart.ITracePoint2D arg0)
removePoint
in interface info.monitorenter.gui.chart.ITrace2D
public boolean removePointHighlighter(info.monitorenter.gui.chart.IPointPainter<?> arg0)
removePointHighlighter
in interface info.monitorenter.gui.chart.ITrace2D
public void removePropertyChangeListener(PropertyChangeListener arg0)
removePropertyChangeListener
in interface info.monitorenter.gui.chart.ITrace2D
public void removePropertyChangeListener(String arg0, PropertyChangeListener arg1)
removePropertyChangeListener
in interface info.monitorenter.gui.chart.ITrace2D
public boolean removeTracePainter(info.monitorenter.gui.chart.ITracePainter<?> arg0)
removeTracePainter
in interface info.monitorenter.gui.chart.ITrace2D
public void setColor(Color arg0)
setColor
in interface info.monitorenter.gui.chart.ITrace2D
public Set<info.monitorenter.gui.chart.IErrorBarPolicy<?>> setErrorBarPolicy(info.monitorenter.gui.chart.IErrorBarPolicy<?> arg0)
setErrorBarPolicy
in interface info.monitorenter.gui.chart.ITrace2D
public void setName(String arg0)
setName
in interface info.monitorenter.gui.chart.ITrace2D
public void setPhysicalUnits(String arg0, String arg1)
setPhysicalUnits
in interface info.monitorenter.gui.chart.ITrace2D
public Set<info.monitorenter.gui.chart.IPointPainter<?>> setPointHighlighter(info.monitorenter.gui.chart.IPointPainter<?> arg0)
setPointHighlighter
in interface info.monitorenter.gui.chart.ITrace2D
public void setRenderer(info.monitorenter.gui.chart.Chart2D arg0)
setRenderer
in interface info.monitorenter.gui.chart.ITrace2D
public void setStroke(Stroke arg0)
setStroke
in interface info.monitorenter.gui.chart.ITrace2D
public Set<info.monitorenter.gui.chart.ITracePainter<?>> setTracePainter(info.monitorenter.gui.chart.ITracePainter<?> arg0)
setTracePainter
in interface info.monitorenter.gui.chart.ITrace2D
public void setVisible(boolean arg0)
setVisible
in interface info.monitorenter.gui.chart.ITrace2D
public void setZIndex(Integer arg0)
setZIndex
in interface info.monitorenter.gui.chart.ITrace2D
public boolean showsErrorBars()
showsErrorBars
in interface info.monitorenter.gui.chart.ITrace2D
public boolean showsNegativeXErrorBars()
showsNegativeXErrorBars
in interface info.monitorenter.gui.chart.ITrace2D
public boolean showsNegativeYErrorBars()
showsNegativeYErrorBars
in interface info.monitorenter.gui.chart.ITrace2D
public boolean showsPositiveXErrorBars()
showsPositiveXErrorBars
in interface info.monitorenter.gui.chart.ITrace2D
public boolean showsPositiveYErrorBars()
showsPositiveYErrorBars
in interface info.monitorenter.gui.chart.ITrace2D
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.