JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart
Class JCStyle

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

public class JCStyle
extends Object
implements Serializable

JCStyle is the base class for anything in JClass Chart that controls style.

See Also:
Serialized Form

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

parent

protected com.klg.jclass.chart.JCChartStyle parent

defaultColors

protected static Color[] defaultColors
Constructor Detail

JCStyle

public JCStyle()
Default constructor for JCStyle.

Method Detail

getDefaultColors

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

Returns:
The default color list in an array

setDefaultColors

public static void setDefaultColors(Color[] nc)
Set the default color list.

Parameters:
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.