📄 runway.ctxt
字号:
#BlueJ class context
comment0.params=where\ direction\ inName
comment0.target=Runway(Position,\ float,\ String)
comment0.text=\nConstructor\ for\ Runway\ objects\n@param\ \ where\ \ the\ starting\ point\ of\ the\ runway,\ that\ is,\ the\ point\ at\ which\ planes\ approaching\ it\ must\ pass\ through\n@param\ \ direction\ \ the\ direction\ in\ which\ the\ runway\ points,\ in\ radians\ clockwise\ from\ the\ y-axis\n\n
comment1.params=graphic
comment1.target=void\ draw(Graphics2D)
comment1.text=\nDraws\ the\ runway\ so\ it\ can\ be\ displayed\n\n@param\ \ graphic\ a\ Graphics2D\ to\ draw\ the\ runway\ onto\n\n
comment2.target=Position\ getPosition()
comment2.text=\nAccessor\ method\ for\ the\ position\ of\ the\ start\ of\ the\ runway\n\n@return\ \ \ \ \ Position\ of\ the\ start\ of\ the\ runway\n\n
comment3.target=Position\ getEnd()
comment3.text=\nAccessor\ method\ for\ the\ position\ of\ the\ end\ of\ the\ runway\n\n@return\ \ \ \ \ Position\ of\ the\ end\ of\ the\ runway\n\n
comment4.target=float\ getAngle()
comment4.text=\nAccessor\ method\ for\ the\ angle\ in\ which\ the\ runway\ points\n\n@return\ \ \ \ \ Angle\ in\ which\ the\ runway\ points,\ in\ radians\ clockwise\ from\ the\ y-axis\n\n
comment5.target=String\ getName()
comment5.text=\nAccessor\ method\ for\ the\ angle\ in\ which\ the\ runway\ points\n\n@return\ \ \ \ \ Angle\ in\ which\ the\ runway\ points,\ in\ radians\ clockwise\ from\ the\ y-axis\n\n
comment6.target=String\ toString()
comment6.text=\nAccessor\ method\ for\ the\ angle\ in\ which\ the\ runway\ points\n\n@return\ \ \ \ \ Angle\ in\ which\ the\ runway\ points,\ in\ radians\ clockwise\ from\ the\ y-axis\n\n
numComments=7
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -