Class PImage

  • Direct Known Subclasses:
    PGraphics

    public abstract class PImage
    extends Object
    • Field Detail

      • width

        public final int width
      • height

        public final int height
    • Constructor Detail

      • PImage

        public PImage​(int width,
                      int height)
    • Method Detail

      • getSurface

        protected abstract Surface getSurface()