Class DoubleStyleProvider

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

public class DoubleStyleProvider
extends BasePointStyleProvider
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) static java.util.TreeMap<java.lang.Double,​org.eclipse.swt.graphics.RGB> COLOR_MAP_DEFAULT  
  • Constructor Summary

    Constructors 
    Constructor Description
    DoubleStyleProvider()  
    DoubleStyleProvider​(java.util.Map<java.lang.Double,​org.eclipse.swt.graphics.RGB> colorMap)  
  • 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

    Methods inherited from class org.eclipse.nebula.visualization.xygraph.styleprovider.BasePointStyleProvider

    getPointSize, getPointStyle

    Methods inherited from class java.lang.Object

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