Class LinearScaledMarker.MarkerProperties

  • Enclosing class:
    LinearScaledMarker

    private static class LinearScaledMarker.MarkerProperties
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.swt.graphics.RGB color  
      private double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      MarkerProperties​(double value, org.eclipse.swt.graphics.RGB color)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        private double value
      • color

        private org.eclipse.swt.graphics.RGB color
    • Constructor Detail

      • MarkerProperties

        public MarkerProperties​(double value,
                                org.eclipse.swt.graphics.RGB color)
        Parameters:
        value -
        color -