Class ScaledBlit

    • Constructor Detail

      • ScaledBlit

        public ScaledBlit()
    • Method Detail

      • setSourceRegion

        public ScaledBlit setSourceRegion​(int x,
                                          int y,
                                          int width,
                                          int height)
      • hasSourceRegion

        public boolean hasSourceRegion()
      • setDestinationRegion

        public ScaledBlit setDestinationRegion​(int x,
                                               int y,
                                               int width,
                                               int height)
      • hasDestinationRegion

        public boolean hasDestinationRegion()
      • getBlendMode

        public BlendMode getBlendMode()
      • setOpacity

        public ScaledBlit setOpacity​(double opacity)
      • getOpacity

        public double getOpacity()