Package com.neophob.sematrix.core.glue

Examples of com.neophob.sematrix.core.glue.Visual


  /**
   * fill the the preparedBufferMap instance with int[] buffers for all screens.
   */
  public synchronized void prepareOutputBuffer() {
    int[] buffer;
    Visual v;
   
    for (int screen = 0; screen < this.collector.getNrOfScreens(); screen++) {
      LayoutModel lm = this.layout.getDataForScreen(screen, Collector.getInstance().getAllOutputMappings());
      OutputMapping map = this.collector.getOutputMappings(screen);
      v = this.collector.getVisual(lm.getVisualId());
View Full Code Here

TOP

Related Classes of com.neophob.sematrix.core.glue.Visual

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.