Interface IPointStyleProvider

    • Method Detail

      • getPointColor

        org.eclipse.swt.graphics.Color getPointColor​(ISample sample,
                                                     Trace trace)
        Get the marker color for the given sample
        Parameters:
        sample - sample to be styled
        trace - used to return the default properties
        Returns:
        marker point color
      • getPointStyle

        Trace.PointStyle getPointStyle​(ISample sample,
                                       Trace trace)
        Get the marker style for the given sample
        Parameters:
        sample - sample to be styled
        trace - used to return the default properties
        Returns:
        marker point style
      • getPointSize

        int getPointSize​(ISample sample,
                         Trace trace)
        Get the marker size for the given sample
        Parameters:
        sample - sample to be styled
        trace - used to return the default properties
        Returns:
        marker point size