JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Class JCStyle

java.lang.Object
  |
  +--com.klg.jclass.chart3d.JCStyle
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JCFillStyle, JCLineStyle, JCSymbolStyle

public class JCStyle
extends Object
implements Serializable

The base class for JCLineStyle, JCFillStyle, and JCSymbolStyle.

See Also:
Serialized Form

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

parent

protected com.klg.jclass.chart3d.ParentTrackChange parent
Parent that tracks changes in this object.


FILL_STYLE

protected static final int FILL_STYLE
See Also:
Constant Field Values

LINE_STYLE

protected static final int LINE_STYLE
See Also:
Constant Field Values

SYMBOL_STYLE

protected static final int SYMBOL_STYLE
See Also:
Constant Field Values

defaultColors

protected static Color[] defaultColors
The default color list (intialized to the standard default array).

Method Detail

getDefaultColors

public static Color[] getDefaultColors()
Allows access to the default color list.

Returns:
color list

setDefaultColors

public static void setDefaultColors(Color[] newColors)
Uses a new default color array.

Parameters:
newColors - the new default colors array

Copyright © 2004 Quest Software Inc..
All rights reserved.