Class FSLinearGradient.IntermediateStopPoint

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

private static class FSLinearGradient.IntermediateStopPoint extends Object
A stop point which does not yet have a length. We need all the stop points first before we can calculate a length for intermediate stop points without a length.
  • Field Details

    • _color

      private final FSColor _color
  • Constructor Details

    • IntermediateStopPoint

      IntermediateStopPoint(FSColor color)
  • Method Details

    • getColor

      public FSColor getColor()