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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chartUI
protected static com.klg.jclass.chart.JCChartUI chartUI
JCChartUI
public JCChartUI()
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