TickStyle Class

TickStyle Class

This Package | All Packages

Enum
  |
  +--TickStyle
public class TickStyle
extends Enum

Enumeration class for tick styles.

Fields
Name Description
BOTH Tick marks appear on both sides of the control.
BOTTOMRIGHT Tick marks appear on either the bottom or the right of the control.
MAX Topic under construction.
MIN Topic under construction.
NONE The control has no tick marks.
TOPLEFT Tick marks appear on either the top or the left of the control.

Fields

TickStyle.BOTH

Syntax
public static final int BOTH;
Description
Tick marks appear on both sides of the control.

TickStyle.BOTTOMRIGHT

Syntax
public static final int BOTTOMRIGHT;
Description
Tick marks appear on either the bottom or the right of the control.

TickStyle.MAX

Syntax
public static final int MAX;
Description
Topic under construction.

TickStyle.MIN

Syntax
public static final int MIN;
Description
Topic under construction.

TickStyle.NONE

Syntax
public static final int NONE;
Description
The control has no tick marks.

TickStyle.TOPLEFT

Syntax
public static final int TOPLEFT;
Description
Tick marks appear on either the top or the left of the control.