com.yuxingwang.gantt.UI
类 WeeklyTimeAxis

java.lang.Object
  继承者 com.yuxingwang.gantt.UI.TimeAxisBase
      继承者 com.yuxingwang.gantt.UI.WeeklyTimeAxis
所有已实现的接口:
Paintable, TimeAxis

public class WeeklyTimeAxis
extends TimeAxisBase

版本:
1.0
作者:
Yuxing Wang

构造函数摘要
WeeklyTimeAxis(GanttChart gantt)
           
 
方法摘要
 void paint(java.awt.Graphics g, javax.swing.JComponent c, java.awt.Rectangle rec)
          This paint after sub-class has painted.
 
从类 com.yuxingwang.gantt.UI.TimeAxisBase 继承的方法
getConfig, getStepsCount, setConfig, setStepsCount
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

WeeklyTimeAxis

public WeeklyTimeAxis(GanttChart gantt)
方法详细信息

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c,
                  java.awt.Rectangle rec)
从类 TimeAxisBase 复制的描述
This paint after sub-class has painted.

指定者:
接口 Paintable 中的 paint
覆盖:
TimeAxisBase 中的 paint