|
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.chart3d.JCStyle
The base class for JCLineStyle
, JCFillStyle
, and
JCSymbolStyle
.
Field Summary | |
protected static Color[] |
defaultColors
The default color list (intialized to the standard default array). |
protected static int |
FILL_STYLE
|
protected static int |
LINE_STYLE
|
protected com.klg.jclass.chart3d.ParentTrackChange |
parent
Parent that tracks changes in this object. |
protected static int |
SYMBOL_STYLE
|
Method Summary | |
static Color[] |
getDefaultColors()
Allows access to the default color list. |
static void |
setDefaultColors(Color[] newColors)
Uses a new default color array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected com.klg.jclass.chart3d.ParentTrackChange parent
protected static final int FILL_STYLE
protected static final int LINE_STYLE
protected static final int SYMBOL_STYLE
protected static Color[] defaultColors
Method Detail |
public static Color[] getDefaultColors()
public static void setDefaultColors(Color[] newColors)
newColors
- the new default colors array
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |