Package com.threed.jpct.util

Examples of com.threed.jpct.util.Overlay


    focusArea.x1 = x - BORDER_SIZE;
    focusArea.y1 = y - d.height - BORDER_SIZE;
    focusArea.x2 = x + d.width + BORDER_SIZE;
    focusArea.y2 = y + BORDER_SIZE;
   
    selectLabel = new Overlay(world, x - BORDER_SIZE - LABEL_OFFSET - LABEL_WIDTH, (int)(y - 0.70 * d.height), x - BORDER_SIZE - LABEL_OFFSET, y + 2, "orange");
    selectLabel.setVisibility(false);
    selectLabel.setDepth(1.1f);
  }
View Full Code Here

TOP

Related Classes of com.threed.jpct.util.Overlay

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.