|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayoutOrientation
LayoutOrientation
provides specifiers that are used for defining which general orientation a layout
should express.
Field Summary | |
---|---|
static byte |
BOTTOM_TO_TOP
Orientation specifier which defines that the main layout orientation is from bottom to top. |
static byte |
LEFT_TO_RIGHT
Orientation specifier which defines that the main layout orientation is from left to right. |
static byte |
RIGHT_TO_LEFT
Orientation specifier which defines that the main layout orientation is from right to left. |
static byte |
TOP_TO_BOTTOM
Orientation specifier which defines that the main layout orientation is from top to bottom. |
Field Detail |
---|
static final byte TOP_TO_BOTTOM
static final byte LEFT_TO_RIGHT
90
degrees counterclockwise.
static final byte RIGHT_TO_LEFT
90
degrees clockwise.
static final byte BOTTOM_TO_TOP
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |