Interface IPointStyleProvider
- All Known Implementing Classes:
BasePointStyleProvider,BooleanStyleProvider,DoubleStyleProvider,StringStyleProvider
public interface IPointStyleProvider
Evaluates a sample and provides corresponding style information.
-
Method Summary
Modifier and Type Method Description org.eclipse.swt.graphics.ColorgetPointColor(ISample sample, Trace trace)Get the marker color for the given sampleintgetPointSize(ISample sample, Trace trace)Get the marker size for the given sampleTrace.PointStylegetPointStyle(ISample sample, Trace trace)Get the marker style for the given sample
-
Method Details
-
getPointColor
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
Get the marker style for the given sample- Parameters:
sample- sample to be styledtrace- used to return the default properties- Returns:
- marker point style
-
getPointSize
Get the marker size for the given sample- Parameters:
sample- sample to be styledtrace- used to return the default properties- Returns:
- marker point size
-