line.ctxt

来自「Java程序设计(美) David D. Riley著 机械工业出版社 书籍配套」· CTXT 代码 · 共 10 行

CTXT
10
字号
#BlueJ class contextcomment0.target=class\ Linecomment1.target=isMajorDiagonalcomment2.params=gcomment2.target=void\ paint(Graphics)comment2.text=postconditon\nthis\ method\ draws\ a\ line\ segment\ from\ point\ (getX(),getY())\ to\ point\ \n(x2,\ y2)\ in\ the\ background\ coordinate\ system\ and\ with\ \ color\ from\ getBackground()\ \ncomment3.params=x1\ y1\ x2\ y2comment3.target=Line(int,int,int,int)numComments=4

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?