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)
IPointStyleProvidergetPointColor in interface IPointStyleProvidergetPointColor in class BasePointStyleProvidersample - sample to be styledtrace - used to return the default propertiespublic Trace.PointStyle getPointStyle(ISample sample, Trace trace)
IPointStyleProvidergetPointStyle in interface IPointStyleProvidergetPointStyle in class BasePointStyleProvidersample - sample to be styledtrace - used to return the default propertiespublic int getPointSize(ISample sample, Trace trace)
IPointStyleProvidergetPointSize in interface IPointStyleProvidergetPointSize in class BasePointStyleProvidersample - sample to be styledtrace - used to return the default properties