|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.chart.JCStyle
JCStyle
is the base class for anything in JClass Chart that
controls style.
Field Summary | |
protected static Color[] |
defaultColors
|
protected com.klg.jclass.chart.JCChartStyle |
parent
|
Constructor Summary | |
JCStyle()
Default constructor for JCStyle . |
Method Summary | |
static Color[] |
getDefaultColors()
Allows access to the default color list. |
static void |
setDefaultColors(Color[] nc)
Set the default color list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected com.klg.jclass.chart.JCChartStyle parent
protected static Color[] defaultColors
Constructor Detail |
public JCStyle()
JCStyle
.
Method Detail |
public static Color[] getDefaultColors()
public static void setDefaultColors(Color[] nc)
nc
- The new color list. If null or empty, the default color list will
be restored to the standard default colors.
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |