JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart
Class JCChartUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--com.klg.jclass.chart.JCChartUI

public class JCChartUI
extends ComponentUI

JCChartUI implements pluggable look and feel for JCChart. This class handles the UI for all possible UI's (which allows for similarities between JClass Chart and Swing). Background and border UI attributes have been taken from JPanel, and the foreground and font attributes are from JLabel.

If a user has set these properties themselves, their values take precedence.


Field Summary
protected static com.klg.jclass.chart.JCChartUI chartUI
           
 
Constructor Summary
JCChartUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
protected  void installDefaults(JComponent c)
           
 void installUI(JComponent c)
           
 void uninstallUI(JComponent c)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chartUI

protected static com.klg.jclass.chart.JCChartUI chartUI
Constructor Detail

JCChartUI

public JCChartUI()
Method Detail

installUI

public void installUI(JComponent c)
Overrides:
installUI in class ComponentUI

installDefaults

protected void installDefaults(JComponent c)

createUI

public static ComponentUI createUI(JComponent c)

uninstallUI

public void uninstallUI(JComponent c)
Overrides:
uninstallUI in class ComponentUI

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