Package | Description |
---|---|
twaver | |
twaver.base |
Modifier and Type | Field and Description |
---|---|
static Direction |
TWaverConst.DIRECTION_HORIZONTAL |
static Direction |
TWaverConst.DIRECTION_VERTICAL |
Modifier and Type | Method and Description |
---|---|
static Direction |
TUIManager.getDirection(java.lang.String key)
Gets a default direction value by a property key name.
|
Direction |
Slot.getEquipDirection()
Gets the equip direction for this slot.
|
Direction |
Shelf.getEquipDirection()
Gets the equip direction for this shelf.
|
static Direction |
TWaverUtil.stringToDirection(java.lang.String directionDescription)
Convert a string into a direction object.
|
Modifier and Type | Method and Description |
---|---|
void |
Slot.putEquipDirection(Direction equipDirection)
Sets the equip direction for this slot.
|
void |
Shelf.putEquipDirection(Direction equipDirection)
Sets the equip direction for this shelf.
|
void |
Card.putLabelDirection(Direction direction)
Set the label text layout direction for this card.
|
Modifier and Type | Field and Description |
---|---|
static Direction |
Direction.HORIZONTAL
Horizontal direction.
|
static Direction |
Direction.VERTICAL
Vertical direction.
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.