Home about services products contact login
   com.smardec.asc

Advanced Swing Components

  animatepanel
  autocomplete
  dropdown
  filechooser
  fontchooser
  gradient
  hyperlink
  outlookpanel
  outlookpanel.renderers
  quick
  rotate
  sliderpanel
  spantable
  splashscreen
  statusbar
  table
  table.renderers
  table.wrappers
  tree
  treetable
  util
  xmlbars
  xmlbars.menubar
  xmlbars.toolbar
  xmlbars.toolbar.layouts
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
Home about services products contact login