Class StringStyleProvider

java.lang.Object
org.eclipse.nebula.visualization.xygraph.styleprovider.BasePointStyleProvider
org.eclipse.nebula.visualization.xygraph.styleprovider.StringStyleProvider
All Implemented Interfaces:
IPointStyleProvider

public class StringStyleProvider
extends BasePointStyleProvider
StyleProvider for a string as formatter...
  • Constructor Summary

    Constructors 
    Constructor Description
    StringStyleProvider()  
  • Method Summary

    Modifier and Type Method 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait