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

Add ToolkitImage.getImage() method which loads an image with schema variant

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • 9
    • client-libs

      Where should be a method which allows to load an image with resolution variants.

      It is better handled by supplying a parameter when you create/get the image, such as:

      Toolkit.createImage(URL, double... scales)
      or
      ImageVariantSchema myschema = new IVS(list of scales and suffixes);
      Toolkit.createImage(URL, myschema);

            Unassigned Unassigned
            alexsch Alexandr Scherbatiy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: