Package ch.sahits.game.graphic.layout

Examples of ch.sahits.game.graphic.layout.SahitsMaximalGridLayout


   * Construct the view with the specified dimensions and the font metrics
   * @param rect
   * @param metric
   */
  public NewGameView(Rectangle rect, FontMetrics metric) {
    super(rect,new SahitsMaximalGridLayout(4,7,5,ECellPosition.CENTER));
    font =metric.getFont();
    this.metic=metric;

    createComponents();

View Full Code Here


   * Construct the view with the specified dimensions and the font metrics
   * @param rect
   * @param metric
   */
  public NewGameView(Rectangle rect, FontMetrics metric) {
    super(rect,new SahitsMaximalGridLayout(4,7,5,ECellPosition.CENTER));
    font =metric.getFont();
    this.metic=metric;

    createComponents();

View Full Code Here

TOP

Related Classes of ch.sahits.game.graphic.layout.SahitsMaximalGridLayout

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.