com.samskivert.swing
Interface LabelStyleConstants

All Known Implementing Classes:
Label, MultiLineLabel

public interface LabelStyleConstants

Defines text style constants for use with the Label and MultiLineLabel.


Field Summary
static int BOLD
          Constant denoting bold text style.
static int NORMAL
          Constant denoting normal text style.
static int OUTLINE
          Constant denoting outline text style.
static int SHADOW
          Constant denoting shadow text style.
static int UNDERLINE
          Constant denoting underline text style.
 

Field Detail

NORMAL

static final int NORMAL
Constant denoting normal text style.

See Also:
Constant Field Values

BOLD

static final int BOLD
Constant denoting bold text style.

See Also:
Constant Field Values

OUTLINE

static final int OUTLINE
Constant denoting outline text style.

See Also:
Constant Field Values

SHADOW

static final int SHADOW
Constant denoting shadow text style.

See Also:
Constant Field Values

UNDERLINE

static final int UNDERLINE
Constant denoting underline text style.

See Also:
Constant Field Values


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.