Class BasePointStyleProvider

java.lang.Object
org.eclipse.nebula.visualization.xygraph.styleprovider.BasePointStyleProvider
All Implemented Interfaces:
IPointStyleProvider
Direct Known Subclasses:
BooleanStyleProvider, DoubleStyleProvider, StringStyleProvider

public abstract class BasePointStyleProvider
extends java.lang.Object
implements IPointStyleProvider
  • Constructor Summary

    Constructors 
    Constructor Description
    BasePointStyleProvider()  
  • 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