Interface IPointStyleProvider
-
- All Known Implementing Classes:
BasePointStyleProvider
,BooleanStyleProvider
,DoubleStyleProvider
,StringStyleProvider
public interface IPointStyleProvider
Evaluates a sample and provides corresponding style information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.swt.graphics.Color
getPointColor(ISample sample, Trace trace)
Get the marker color for the given sampleint
getPointSize(ISample sample, Trace trace)
Get the marker size for the given sampleTrace.PointStyle
getPointStyle(ISample sample, Trace trace)
Get the marker style for the given sample
-
-
-
Method Detail
-
getPointColor
org.eclipse.swt.graphics.Color getPointColor(ISample sample, Trace trace)
Get the marker color for the given sample- Parameters:
sample
- sample to be styledtrace
- used to return the default properties- Returns:
- marker point color
-
getPointStyle
Trace.PointStyle getPointStyle(ISample sample, Trace trace)
Get the marker style for the given sample- Parameters:
sample
- sample to be styledtrace
- used to return the default properties- Returns:
- marker point style
-
-