Package de.yaams.rgssplayer.core.java

Examples of de.yaams.rgssplayer.core.java.Bitmap


    this.area.transition(((Java2DBitmap) snap_to_bitmap().getData()).getData(), null, 0);
  }

  @Override
  public Bitmap snap_to_bitmap() {
    Bitmap b = new Bitmap(Render.getWindow().width(), Render.getWindow().height());

    this.area.drawSprites(((Java2DBitmap) b.getData()).getData().getGraphics());

    return b;
  }
View Full Code Here

TOP

Related Classes of de.yaams.rgssplayer.core.java.Bitmap

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.