Class SWTSkinObjectBasic.GradientInfo

  • Enclosing class:
    SWTSkinObjectBasic

    static class SWTSkinObjectBasic.GradientInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.eclipse.swt.graphics.Color color  
      double startPoint  
    • Constructor Summary

      Constructors 
      Constructor Description
      GradientInfo​(org.eclipse.swt.graphics.Color c, double d)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • color

        public org.eclipse.swt.graphics.Color color
      • startPoint

        public double startPoint
    • Constructor Detail

      • GradientInfo

        public GradientInfo​(org.eclipse.swt.graphics.Color c,
                            double d)