Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8112284

RadialGradient documentation for 'proportional' field does not make sense

XMLWordPrintable

      The 'proportional' flag of RadialGradient is not used. It is passed to the prism RadialGradient constructor, but there is no corresponding member in prism's RadialGradient. Also, the flag makes no sense since there is no start and end value in RadialGradient.

          /**
           * Indicates whether start and end values are proportional or absolute.
           * If this flag is true, start and end values are defined in a [0..1] space
           * and will be scaled to match the size of the shape that the gradient
           * fills. If this flag is false, then start and end values are absolute
           * coordinates.
           *
           * @profile common
           * @defaultvalue true
           */
          private boolean proportional;

            flar Jim Graham
            dgrieve David Grieve
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: