Class Surface

    • Field Detail

      • width

        protected final int width
      • height

        protected final int height
      • alpha

        protected final boolean alpha
    • Constructor Detail

      • Surface

        public Surface​(int width,
                       int height,
                       boolean alpha)
    • Method Detail

      • getWidth

        public final int getWidth()
      • getHeight

        public final int getHeight()
      • hasAlpha

        public final boolean hasAlpha()
      • process

        public void process​(SurfaceOp op)
      • getModCount

        public abstract int getModCount()
      • clear

        public abstract void clear()
      • isClear

        public abstract boolean isClear()
      • release

        public abstract void release()
      • copy

        public abstract void copy​(Surface source)
      • checkCompatible

        public abstract boolean checkCompatible​(Surface surface,
                                                boolean checkDimensions,
                                                boolean checkAlpha)
      • createSurface

        public abstract Surface createSurface​(int width,
                                              int height,
                                              boolean alpha)
      • createSurface

        public Surface createSurface()