vectorpanel.ctxt

来自「Java source code for the Ant Colony Opti」· CTXT 代码 · 共 17 行

CTXT
17
字号
#BlueJ class context
comment0.target=class\ VectorPanel
comment0.text=Panel\ that\ draws\ a\ GIS\ vector\ map.\n@author\ Jo\ Wood.\n@version\ 1.3,\ 21st\ October,\ 2001\n\n
comment1.params=g
comment1.target=void\ paintComponent(Graphics)
comment1.text=Draws\ graphics\ on\ the\ panel.\n@param\ g\ Graphics\ context\ in\ which\ to\ draw.\n\n
comment2.target=LINE_WIDTH
comment3.target=FILL_COLOUR
comment4.target=vectorMap
comment5.params=vectorMap
comment5.target=VectorPanel(VectorMap)
comment5.text=Creates\ a\ panel\ and\ draws\ the\ given\ vector\ map\ upon\ it.\n@param\ vectorMap\ Vector\ map\ to\ draw.\n\n
comment6.target=BORDER_COLOUR
comment7.target=STROKE
comment8.target=BACKGROUND_COLOUR
numComments=9

⌨️ 快捷键说明

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