barchart.ctxt
来自「使用MVC 的模型画 BAR CHART, 便于理解MVC的内涵.」· CTXT 代码 · 共 20 行
CTXT
20 行
#BlueJ class context
comment0.target=BarChart()
comment1.params=title
comment1.target=void\ setTitle(String)
comment2.params=min\ max
comment2.target=void\ setRange(int,\ int)
comment3.target=void\ sortByX()
comment4.target=void\ sortByY()
comment5.params=datas
comment5.target=void\ updateXYDatas(List<XYData>)
comment6.params=x\ y\ width\ height
comment6.target=void\ setBounds(int,\ int,\ int,\ int)
comment7.params=g
comment7.target=void\ drawHeading(Graphics)
comment8.params=g
comment8.target=void\ drawYLabels(Graphics)
comment9.params=g
comment9.target=void\ paintComponent(Graphics)
numComments=10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?