Package com.jogamp.nativewindow.awt

Examples of com.jogamp.nativewindow.awt.AWTGraphicsDevice


    super();
    this.caps = caps;
    this.chosenIndex = chosenIndex;
    this.device = device;
    //FIXME unit id?
    this.awtGraphicsDevice = new AWTGraphicsDevice(this.device, 0);
    DisplayMode m = device.getDisplayMode();
    width = m.getWidth();
    height = m.getHeight();
  }
View Full Code Here

TOP

Related Classes of com.jogamp.nativewindow.awt.AWTGraphicsDevice

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.