net.sf.magicproject.zone
Class ZoneConfiguration

java.lang.Object
  extended by net.sf.magicproject.zone.ZoneConfiguration

public class ZoneConfiguration
extends java.lang.Object

Corresponds to the zone configuration : name and borderlayout constraints.

Since:
0.93
Author:
Fabrice Daugan

Method Summary
 java.lang.String getLayoutClass()
          The layout class name.
 java.lang.String getLayoutConstraintOpponent()
          The layout constraint when this zone is controled by the opponent.
 java.lang.String getLayoutConstraintYou()
          The layout constraint when this zone is controled by you.
 int getZoneId()
          The zone id.
 java.lang.String getZoneName()
          The zone name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLayoutConstraintOpponent

public java.lang.String getLayoutConstraintOpponent()
The layout constraint when this zone is controled by the opponent.

Returns:
The layout constraint when this zone is controled by the opponent.

getLayoutConstraintYou

public java.lang.String getLayoutConstraintYou()
The layout constraint when this zone is controled by you.

Returns:
The layout constraint when this zone is controled by you.

getZoneName

public java.lang.String getZoneName()
The zone name.

Returns:
zone name.

getZoneId

public int getZoneId()
The zone id.

Returns:
zone id.

getLayoutClass

public java.lang.String getLayoutClass()
The layout class name.

Returns:
The layout class name.


Copyright © 2003-2007 Magic-Project. All Rights Reserved.