Class BooleanStyleProvider

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

public class BooleanStyleProvider
extends BasePointStyleProvider
Example StyleProvider for boolean elements... if SampleObject is true -> color is green
if SampleObject is true -> color is red
  • Constructor Summary

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