📄 barchart.ctxt
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -