Class FSLinearGradient.IntermediateStopPoint

  • Direct Known Subclasses:
    FSLinearGradient.StopPoint
    Enclosing class:
    FSLinearGradient

    private static class FSLinearGradient.IntermediateStopPoint
    extends java.lang.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 Detail

      • _color

        private final FSColor _color
    • Constructor Detail

      • IntermediateStopPoint

        IntermediateStopPoint​(FSColor color)
    • Method Detail

      • getColor

        public FSColor getColor()