Class ImageList

java.lang.Object
org.eclipse.swt.internal.ImageList

public class ImageList extends Object
  • Field Details

    • surfaces

      long[] surfaces
    • width

      int width
    • height

      int height
    • images

      Image[] images
  • Constructor Details

    • ImageList

      public ImageList()
  • Method Details

    • convertSurface

      public static long convertSurface(Image image)
    • createPixbuf

      public static long createPixbuf(long surface)
    • createPixbuf

      public static long createPixbuf(Image image)
    • add

      public int add(Image image)
    • dispose

      public void dispose()
    • get

      public Image get(int index)
    • getSurface

      public long getSurface(int index)
    • indexOf

      public int indexOf(Image image)
    • indexOf

      public int indexOf(long pixbuf)
    • isDisposed

      public boolean isDisposed()
    • put

      public void put(int index, Image image)
    • remove

      public void remove(Image image)
    • set

      void set(int index, Image image)
    • scaleSurface

      long scaleSurface(Image image, int width, int height)