ch.sahits.game.graphic.layout
Class MaximalGridLayoutConstraints

java.lang.Object
  extended by ch.sahits.game.graphic.layout.MaximalGridLayoutConstraints
All Implemented Interfaces:
ISahitsLayoutConstraint

public final class MaximalGridLayoutConstraints
extends Object
implements ISahitsLayoutConstraint

Container to hold the constraints.

Author:
Andi Hotz, (c) Sahits GmbH, 2011 Created on May 27, 2011

Field Summary
private  ECellPosition anchor
           
 
Constructor Summary
MaximalGridLayoutConstraints()
          Default constraint with centered positioning
MaximalGridLayoutConstraints(ECellPosition anchor)
          Layout with custom positioning
 
Method Summary
 ECellPosition getAnchor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

anchor

private final ECellPosition anchor
Constructor Detail

MaximalGridLayoutConstraints

MaximalGridLayoutConstraints()
Default constraint with centered positioning


MaximalGridLayoutConstraints

public MaximalGridLayoutConstraints(ECellPosition anchor)
Layout with custom positioning

Parameters:
anchor -
Method Detail

getAnchor

public ECellPosition getAnchor()


Copyright © 2011 Sahits GmbH. All Rights Reserved.