|
ChartCat 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectli.netcat.chart.ChartConstants
A collection of public utility constants.
Field Summary | |
static java.lang.Object |
BACKGROUND
Perspective property of a chart element. |
static int |
BASELINE
Another vertical text position that uses the base line of the text as reference. |
static int |
BOTTOM
Equal to SwingConstants.BOTTOM |
static int |
CENTER
Equal to SwingConstants.CENTER |
static java.lang.Object |
FOREGROUND
Perspective property of a chart element. |
static int |
HORIZONTAL
Equal to SwingConstants.HORIZONTAL |
static int |
LEFT
Equal to SwingConstants.LEFT |
static int |
NET
Defines the orientation of a polar coordinate system as a net. |
static java.lang.Object |
PERSPECTIVE
Perspective property of a chart element. |
static int |
RIGHT
Equal to SwingConstants.RIGHT |
static int |
RING
Defines the orientation of a polar coordinate system as a ring. |
static int |
STACK_STRATEGY_APPEND
Defines the strategy of a stacked chart in respect of negative values. |
static int |
STACK_STRATEGY_GROUP
Defines the strategy of a stacked chart in respect of negative values. |
static int |
STACK_TYPE_NOT_STACKED
Defines the type of a chart to be not stacked. |
static int |
STACK_TYPE_STACKED
Defines the type of a chart to be stacked. |
static int |
STACK_TYPE_STACKED_PERCENT
Defines the type of a chart to be stacked and completed to 100%. |
static int |
TOP
Equal to SwingConstants.TOP |
static int |
VERTICAL
Equal to SwingConstants.VERTICAL |
Constructor Summary | |
ChartConstants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TOP
SwingConstants.TOP
public static final int LEFT
SwingConstants.LEFT
public static final int BOTTOM
SwingConstants.BOTTOM
public static final int RIGHT
SwingConstants.RIGHT
public static final int CENTER
SwingConstants.CENTER
public static final int BASELINE
public static final int VERTICAL
SwingConstants.VERTICAL
public static final int HORIZONTAL
SwingConstants.HORIZONTAL
public static final int NET
public static final int RING
public static final int STACK_TYPE_NOT_STACKED
public static final int STACK_TYPE_STACKED
public static final int STACK_TYPE_STACKED_PERCENT
public static final int STACK_STRATEGY_APPEND
public static final int STACK_STRATEGY_GROUP
public static final java.lang.Object FOREGROUND
PerspectivePart
public static final java.lang.Object BACKGROUND
PerspectivePart
public static final java.lang.Object PERSPECTIVE
PerspectivePart
Constructor Detail |
public ChartConstants()
|
ChartCat 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |