org.gudy.azureus2.ui.swt.components.graphics
Interface ValueSource


public interface ValueSource


Field Summary
static int STYLE_BOLD
           
static int STYLE_DOTTED
           
static int STYLE_DOWN
           
static int STYLE_HIDE_LABEL
           
static int STYLE_INVISIBLE
           
static int STYLE_NAMED
           
static int STYLE_NONE
           
static int STYLE_UP
           
 
Method Summary
 int getAlpha()
           
 org.eclipse.swt.graphics.Color getLineColor()
           
 String getName()
           
 int getStyle()
           
 int getValue()
           
 boolean isTrimmable()
           
 

Field Detail

STYLE_NONE

static final int STYLE_NONE
See Also:
Constant Field Values

STYLE_UP

static final int STYLE_UP
See Also:
Constant Field Values

STYLE_DOWN

static final int STYLE_DOWN
See Also:
Constant Field Values

STYLE_NAMED

static final int STYLE_NAMED
See Also:
Constant Field Values

STYLE_BOLD

static final int STYLE_BOLD
See Also:
Constant Field Values

STYLE_INVISIBLE

static final int STYLE_INVISIBLE
See Also:
Constant Field Values

STYLE_DOTTED

static final int STYLE_DOTTED
See Also:
Constant Field Values

STYLE_HIDE_LABEL

static final int STYLE_HIDE_LABEL
See Also:
Constant Field Values
Method Detail

getName

String getName()

getLineColor

org.eclipse.swt.graphics.Color getLineColor()

isTrimmable

boolean isTrimmable()

getValue

int getValue()

getStyle

int getStyle()

getAlpha

int getAlpha()