public class StringStyleProvider extends BasePointStyleProvider
Constructor and Description |
---|
StringStyleProvider() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.Color |
getPointColor(ISample sample,
Trace trace)
Get the marker color for the given sample
|
int |
getPointSize(ISample sample,
Trace trace)
Get the marker size for the given sample
|
Trace.PointStyle |
getPointStyle(ISample sample,
Trace trace)
Get the marker style for the given sample
|
public org.eclipse.swt.graphics.Color getPointColor(ISample sample, Trace trace)
IPointStyleProvider
getPointColor
in interface IPointStyleProvider
getPointColor
in class BasePointStyleProvider
sample
- sample to be styledtrace
- used to return the default propertiespublic Trace.PointStyle getPointStyle(ISample sample, Trace trace)
IPointStyleProvider
getPointStyle
in interface IPointStyleProvider
getPointStyle
in class BasePointStyleProvider
sample
- sample to be styledtrace
- used to return the default propertiespublic int getPointSize(ISample sample, Trace trace)
IPointStyleProvider
getPointSize
in interface IPointStyleProvider
getPointSize
in class BasePointStyleProvider
sample
- sample to be styledtrace
- used to return the default properties