com.yuxingwang.gantt.UI
类 TimeAxisBase

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

public abstract class TimeAxisBase
extends java.lang.Object
implements TimeAxis


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

构造函数详细信息

TimeAxisBase

public TimeAxisBase()
方法详细信息

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c,
                  java.awt.Rectangle rect)
This paint after sub-class has painted.

指定者:
接口 Paintable 中的 paint

getStepsCount

public int getStepsCount()

setStepsCount

public void setStepsCount(int stepsCount)

getConfig

public Config getConfig()

setConfig

public void setConfig(Config config)