org.swiftgantt.ui
Class ChartViewUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by org.swiftgantt.ui.BaseUI
          extended by org.swiftgantt.ui.ChartViewUI

public class ChartViewUI
extends BaseUI

The implementation from GanttUI for ChartView.

Version:
1.0
Author:
Yuxing Wang
See Also:
BaseGanttChartUI

Constructor Summary
ChartViewUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
          Override from super class because this method is not implemented.
 void installUI(javax.swing.JComponent c)
           
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
           
 void uninstallUI(javax.swing.JComponent c)
           
 
Methods inherited from class org.swiftgantt.ui.BaseUI
getTimeAxis, setTimeAxis
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartViewUI

public ChartViewUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
Override from super class because this method is not implemented.

Parameters:
c -
Returns:

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)
Overrides:
paint in class BaseUI

installUI

public void installUI(javax.swing.JComponent c)
Overrides:
installUI in class BaseUI

uninstallUI

public void uninstallUI(javax.swing.JComponent c)
Overrides:
uninstallUI in class javax.swing.plaf.ComponentUI