Class FSLinearGradient.StopPoint

java.lang.Object
com.openhtmltopdf.css.style.derived.FSLinearGradient.IntermediateStopPoint
com.openhtmltopdf.css.style.derived.FSLinearGradient.StopPoint
Enclosing class:
FSLinearGradient

public static class FSLinearGradient.StopPoint extends FSLinearGradient.IntermediateStopPoint
  • Field Details

    • _length

      private final float _length
  • Constructor Details

    • StopPoint

      StopPoint(FSColor color, float length)
  • Method Details

    • getLength

      public float getLength()
    • toString

      public String toString()
      Overrides:
      toString in class Object