Search this API

y.layout
Interface LayoutOrientation

All Known Implementing Classes:
OrientationLayouter

public interface LayoutOrientation

Defines some layout orientation specifiers that are used to inform a layouter which general orientation a layout should express.


Field Summary
static byte BOTTOM_TO_TOP
          Orientation specifier.
static byte LEFT_TO_RIGHT
          Orientation specifier.
static byte RIGHT_TO_LEFT
          Orientation specifier.
static byte TOP_TO_BOTTOM
          Orientation specifier.
 

Field Detail

TOP_TO_BOTTOM

static final byte TOP_TO_BOTTOM
Orientation specifier. Layout will be oriented from top to bottom, which is the default for all layout algorithms.

See Also:
Constant Field Values

LEFT_TO_RIGHT

static final byte LEFT_TO_RIGHT
Orientation specifier. Layout will be from left to right, which means that the layout will be rotated by 90 degrees counterclockwise

See Also:
Constant Field Values

RIGHT_TO_LEFT

static final byte RIGHT_TO_LEFT
Orientation specifier. Layout will be from right to left, which means that the layout will be rotated by 90 degrees clockwise

See Also:
Constant Field Values

BOTTOM_TO_TOP

static final byte BOTTOM_TO_TOP
Orientation specifier. Layout will be from bottom to top, which means that the layout will be flipped along the x axis.

See Also:
Constant Field Values

© Copyright 2000-2013,
yWorks GmbH.
All rights reserved.