com.smardec.asc.rotate
Interface RotateConstants

All Known Implementing Classes:
JVerticalButton, JVerticalLabel, JVerticalToggleButton

public interface RotateConstants

A collection of constants used for orienting vertical components: JVerticalButton, JVerticalToggleButton and JVerticalLabel.


Field Summary
static int ROTATE_LEFT
          Component rotates 90º contraclockwise in relation to its center from the horizontal position
static int ROTATE_NONE
          Specifies no rotation.
static int ROTATE_RIGHT
          Component rotates 90º clockwise in relation to its center from the horizontal position
 

Field Detail

ROTATE_NONE

public static final int ROTATE_NONE
Specifies no rotation. Used for internal purpose.

See Also:
Constant Field Values

ROTATE_LEFT

public static final int ROTATE_LEFT
Component rotates 90º contraclockwise in relation to its center from the horizontal position

See Also:
Constant Field Values

ROTATE_RIGHT

public static final int ROTATE_RIGHT
Component rotates 90º clockwise in relation to its center from the horizontal position

See Also:
Constant Field Values


Copyright © 2003-2006 Smardec. All Rights Reserved.