Class BasePointStyleProvider

    • Constructor Detail

      • BasePointStyleProvider

        public BasePointStyleProvider()
    • Method Detail

      • getPointColor

        public org.eclipse.swt.graphics.Color getPointColor​(ISample sample,
                                                            Trace trace)
        Description copied from interface: IPointStyleProvider
        Get the marker color for the given sample
        Specified by:
        getPointColor in interface IPointStyleProvider
        Parameters:
        sample - sample to be styled
        trace - used to return the default properties
        Returns:
        marker point color
      • getPointSize

        public int getPointSize​(ISample sample,
                                Trace trace)
        Description copied from interface: IPointStyleProvider
        Get the marker size for the given sample
        Specified by:
        getPointSize in interface IPointStyleProvider
        Parameters:
        sample - sample to be styled
        trace - used to return the default properties
        Returns:
        marker point size