⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 runway.ctxt

📁 一个飞机调度员模拟训练程序,可以添加跑道数量,控制飞机飞行的速度.默认的密码可以在AtcSystem类里面修改,其中内置了三个用户名.这套系统是我和几个国外同学合力开发的,希望对大家有帮助
💻 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 + -