|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.swtchart.Constants
public class Constants
Constant values.
Field Summary | |
---|---|
static RGB |
BLACK
Deprecated. |
static RGB |
BLUE
Deprecated. |
static RGB |
DARK_GRAY
Deprecated. |
static RGB |
GRAY
Deprecated. |
static int |
LARGE_FONT_SIZE
the large font size |
static RGB |
LIGHT_BLUE
Deprecated. |
static int |
MEDIUM_FONT_SIZE
the medium font size |
static int |
SMALL_FONT_SIZE
the small font size |
static RGB |
WHITE
Deprecated. |
Constructor Summary | |
---|---|
Constants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LARGE_FONT_SIZE
public static final int MEDIUM_FONT_SIZE
public static final int SMALL_FONT_SIZE
@Deprecated public static final RGB LIGHT_BLUE
@Deprecated public static final RGB BLUE
@Deprecated public static final RGB WHITE
@Deprecated public static final RGB GRAY
@Deprecated public static final RGB DARK_GRAY
@Deprecated public static final RGB BLACK
Constructor Detail |
---|
public Constants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |