Package ca.nengo.ui.lib.world

Examples of ca.nengo.ui.lib.world.PaintContext


  @Override
  protected void paint(PPaintContext paintContext) {
    super.paint(paintContext);
    if (worldObjectParent != null) {
      PaintContext convertedPaintContext = new PaintContext(paintContext.getGraphics(),
          paintContext.getScale());

      worldObjectParent.paint(convertedPaintContext);
    }
  }
View Full Code Here

TOP

Related Classes of ca.nengo.ui.lib.world.PaintContext

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.