JPH05242214A - Input system for graphic processing system - Google Patents

Input system for graphic processing system

Info

Publication number
JPH05242214A
JPH05242214A JP4098970A JP9897092A JPH05242214A JP H05242214 A JPH05242214 A JP H05242214A JP 4098970 A JP4098970 A JP 4098970A JP 9897092 A JP9897092 A JP 9897092A JP H05242214 A JPH05242214 A JP H05242214A
Authority
JP
Japan
Prior art keywords
area
input
graphic
graphic data
enlarged
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP4098970A
Other languages
Japanese (ja)
Inventor
Akihiro Kotake
章博 小竹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP4098970A priority Critical patent/JPH05242214A/en
Publication of JPH05242214A publication Critical patent/JPH05242214A/en
Pending legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)
  • Position Input By Displaying (AREA)

Abstract

PURPOSE:To efficiently confirm the input position at the time of input. CONSTITUTION:The graphic is handled which is expanded to an image on a frame buffer 23 by a graphic drawing means 21 and is displayed on the screen of a graphic display device 30 at present. If indication of the input position is difficult on the screen where the graphic is displayed at present when data is inputted from an input device 40 through an input means 22, the area around an input cursor is enlarged and displayed in a partial area on the screen by an area enlarging means 24; and thus, the position is easily inputted because an operator can easily confirm the input position.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は図形処理システムに関
し、特に図形処理システムにおける入力方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a graphic processing system, and more particularly to an input method in a graphic processing system.

【0002】[0002]

【従来の技術】従来の図形処理システムで、入力要求が
送出された場合を仮定する。もし、現在、図形表示装置
に表示されている画面上で、入力の際に位置を確認する
ことが困難である場合には、利用者プログラムによって
再度、指定位置の周辺で画面を拡大表示するように指示
し、再度位置の入力要求を送出していた。従って、入力
の際に位置を効率的に確認できず、利用者プログラムの
負担も大きい。
2. Description of the Related Art In a conventional graphic processing system, it is assumed that an input request is sent. If it is difficult to confirm the position when inputting on the screen currently displayed on the graphic display device, resize the screen around the specified position again by the user program. To send a position input request again. Therefore, the position cannot be efficiently confirmed at the time of input, and the burden on the user program is heavy.

【0003】[0003]

【発明が解決しようとする課題】解決しようとする問題
は、入力の際に位置を効率的に確認することができず、
且つ、利用者プログラムの負担が大きい点である。
The problem to be solved is that the position cannot be efficiently confirmed when inputting,
Moreover, the burden on the user program is heavy.

【0004】[0004]

【課題を解決するための手段】本発明は利用者プログラ
ムから描画要求があった場合に、図形データをフレーム
バッファ上のイメージに展開し、フレームバッファに書
き込んでおき、利用者プログラムから入力装置を使いオ
ペレータによって座標値を入力する入力要求があった場
合に、入力装置で押されたボタンが領域拡大表示ボタン
であるならば、領域拡大表示をおこなうが、上記でなけ
れば、入力装置から入力された座標値から計算される値
を応答として返す点である。
According to the present invention, when a drawing request is made by a user program, graphic data is expanded into an image on a frame buffer and written in the frame buffer, and an input device is set by the user program. When there is an input request for inputting coordinate values by the operator, if the button pressed on the input device is the area enlargement display button, the area enlargement display is performed. It is a point that returns a value calculated from the coordinate values as a response.

【0005】[0005]

【実施例】次に、本発明について図面を参照して説明す
る。図1は、本発明による図形処理システムの入力方式
の第1の実施例の構成を示すブロック図である。図1に
おいて、10は利用者プログラム,20は図形処理シス
テム,21は図形描画手段,22は入力手段,23はフ
レームバッファ,24は領域拡大表示手段,30は図形
表示装置,40は入力装置である。図2は、図1に示す
図形描画手段21の処理例を示す流れ図である。利用者
プログラムから図形描画要求があった場合に、図形描画
手段21が呼び出される。図形描画手段21において、
図形データがフレームバッファ23上のイメージに展開
され、フレームバッファ23に書き込まれる(処理ステ
ップ50参照)。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a first embodiment of an input method of a graphic processing system according to the present invention. In FIG. 1, 10 is a user program, 20 is a graphic processing system, 21 is a graphic drawing means, 22 is an input means, 23 is a frame buffer, 24 is an area expansion display means, 30 is a graphic display device, and 40 is an input device. is there. FIG. 2 is a flow chart showing a processing example of the graphic drawing means 21 shown in FIG. When there is a graphic drawing request from the user program, the graphic drawing means 21 is called. In the graphic drawing means 21,
The graphic data is developed into an image on the frame buffer 23 and written in the frame buffer 23 (see processing step 50).

【0006】図3は、図1に示す入力手段22の処理例
を示す流れ図である。利用者プログラムから入力装置4
0を使い、オペレータによって座標値を入力する入力要
求があった場合、あるいは領域拡大表示手段24から制
御の戻りがあった場合、入力手段22が呼び出される。
入力手段22において、入力装置40のボタンが押され
るまで、呼び出しは待ち合わせられる(処理ステップ5
2参照)。続いて、入力装置40では領域拡大表示ボタ
ンが押されたかの判定53が行われる。そこで領域拡大
表示ボタンならば領域拡大表示手段24が呼び出され、
そうでなければ入力装置40から入力された座標値から
計算される値が応答として返される(処理ステップ54
参照)。
FIG. 3 is a flow chart showing a processing example of the input means 22 shown in FIG. Input device 4 from user program
When the operator uses 0 to input a coordinate value, or when the area enlargement display unit 24 returns control, the input unit 22 is called.
In the input means 22, the call is waited until the button of the input device 40 is pressed (processing step 5).
2). Subsequently, in the input device 40, it is determined 53 whether the area enlargement display button has been pressed. If it is the area enlargement display button, the area enlargement display means 24 is called,
Otherwise, the value calculated from the coordinate value input from the input device 40 is returned as a response (processing step 54).
reference).

【0007】図4は、図1に示す領域拡大表示手段24
の処理例を示す流れ図である。入力手段22において、
領域拡大表示ボタンが押された場合、領域拡大表示手段
24が呼び出される。領域拡大表示手段24において、
処理ステップ52でボタンが押されたときの装置座標か
ら、拡大対象となる領域(装置座標)が求められ(処理
ステップ58参照)、処理ステップ58で求められた領
域を拡大表示する領域(装置座標)が求められる(処理
ステップ59参照)。フレームバッファ23上におい
て、処理ステップ55で求められた拡大対象領域内の1
ピクセル値が、処理ステップ59で求められた拡大表示
領域のいくつかのピクセル値に拡大して表示される(処
理ステップ60参照)。
FIG. 4 shows the area enlargement display means 24 shown in FIG.
6 is a flowchart showing an example of processing of FIG. In the input means 22,
When the area enlargement display button is pressed, the area enlargement display means 24 is called. In the area enlargement display means 24,
From the device coordinates when the button is pressed in processing step 52, the area to be enlarged (device coordinates) is obtained (see processing step 58), and the area obtained in processing step 58 is enlarged and displayed (device coordinates). ) Is obtained (see processing step 59). In the frame buffer 23, 1 in the enlargement target area obtained in processing step 55
The pixel value is enlarged and displayed at some pixel values in the enlarged display area obtained in processing step 59 (see processing step 60).

【0008】図5は水平線,斜め線,円弧の図形データ
によって図形表示装置30に描画される図形の一例を示
す説明図である(処理ステップ61参照)。図6は、処
理ステップ61の図形に対するフレームバッファ23の
イメージと、領域拡大表示ボタンが押されたときに決定
される拡大対象領域と、拡大表示領域との一例を示す説
明図である(処理ステップ62参照)。図7は図1に示
す拡大表示手段24の実例を示す説明図である(処理ス
テップ63参照)。この例では処理ステップ62によっ
て拡大対象領域が拡大表示領域に拡大して表示され、拡
大対象領域の1ピクセルの値が拡大表示領域の9ピクセ
ルの値となる。これによって、水平線と斜め線との交点
と、斜め線と円弧との交点との中間にあるピクセルの位
置を入力したい場合でも、オペレータはそれを容易に指
示できるようになる(処理ステップ64参照)。
FIG. 5 is an explanatory view showing an example of a graphic drawn on the graphic display device 30 by graphic data of horizontal lines, diagonal lines and arcs (see processing step 61). FIG. 6 is an explanatory diagram showing an example of the image of the frame buffer 23 for the graphic in the processing step 61, the enlargement target area determined when the area enlargement display button is pressed, and the enlargement display area (processing step). 62). FIG. 7 is an explanatory diagram showing an actual example of the enlarged display means 24 shown in FIG. 1 (see processing step 63). In this example, the enlargement target area is enlarged and displayed in the enlargement display area by the processing step 62, and the value of 1 pixel of the enlargement target area becomes the value of 9 pixels of the enlargement display area. This allows the operator to easily indicate the position of a pixel in the middle of the intersection of the horizontal line and the diagonal line and the intersection of the diagonal line and the arc (see processing step 64). ..

【0009】図8は、本発明による図形処理システムの
入力方式の第2の実施例を示すブロック図である。図8
において、10は利用者プログラム,20は図形処理シ
ステム,212は図形描画手段,22は入力手段,23
はフレームバッファ,242は領域拡大表示手段,25
は図形データ登録手段,26は図形データ格納域,30
は図形表示装置,40は入力装置である。
FIG. 8 is a block diagram showing a second embodiment of the input method of the graphic processing system according to the present invention. Figure 8
In the figure, 10 is a user program, 20 is a graphic processing system, 212 is a graphic drawing means, 22 is an input means, and 23.
Is a frame buffer, 242 is an area enlargement display means, 25
Is a graphic data registration means, 26 is a graphic data storage area, 30
Is a graphic display device, and 40 is an input device.

【0010】図9は、図8に示す図形データ登録手段2
5の処理例を示す流れ図である。利用者プログラムから
図形描画要求があった場合、図形データ登録手段25が
呼び出される。図形データ登録手段25において、利用
者プログラム10から送られてきた図形データが図形デ
ータ格納域26に登録され、その後に図形描画手段21
2が呼び出される(処理ステップ65参照)。図10
は、図8に示す図形描画手段212の処理例を示す流れ
図である。図形描画手段212は図形データ登録手段2
5から呼び出され、処理ステップ50と同様の処理を行
う。
FIG. 9 shows the graphic data registration means 2 shown in FIG.
6 is a flowchart showing a processing example of No. 5. When there is a graphic drawing request from the user program, the graphic data registration means 25 is called. In the graphic data registration means 25, the graphic data sent from the user program 10 is registered in the graphic data storage area 26, and then the graphic drawing means 21.
2 is called (see process step 65). Figure 10
9 is a flowchart showing a processing example of the graphic drawing means 212 shown in FIG. 8. The graphic drawing means 212 is the graphic data registration means 2
5 is called and the same processing as processing step 50 is performed.

【0011】図8に示す入力手段22の処理は図1に示
す入力手段と同様の作用を有するものである。図11
は、図8に示す領域拡大表示手段242の処理例を示す
流れ図である。入力手段22において、領域拡大表示ボ
タンが押された場合に、領域拡大表示手段242が呼び
出される。領域拡大表示手段242において、処理ステ
ップ52でボタンが押されたときの装置座標から拡大対
象となる領域(装置座標)が求められる(処理ステップ
66参照)。処理ステップ66で求められた領域におい
て、図形データ格納域26に保存された図形データの座
標系での領域が求められる(処理ステッップ67参
照)。また、処理ステップ66で求められた領域の拡大
表示領域(装置座標)が求められる(処理ステップ68
参照)。
The processing of the input means 22 shown in FIG. 8 has the same operation as the input means shown in FIG. 11
9 is a flowchart showing a processing example of the area enlargement display unit 242 shown in FIG. 8. When the area enlargement display button is pressed in the input means 22, the area enlargement display means 242 is called. In the area enlargement display means 242, the area to be enlarged (apparatus coordinates) is obtained from the apparatus coordinates when the button is pressed in the processing step 52 (see processing step 66). In the area obtained in the processing step 66, the area in the coordinate system of the figure data stored in the figure data storage area 26 is obtained (see the processing step 67). Further, the enlarged display area (device coordinates) of the area obtained in processing step 66 is obtained (processing step 68).
reference).

【0012】処理ステップ67で求めた領域を、処理ス
テップ68で求めた装置座標にマッピングするため、変
換倍率が求められる(処理ステップ69参照)。図形デ
ータ格納域26に登録された図形データを使用して、処
理ステップ67で求めた領域に描画を行う図形データが
調べられ、描画イメージが計算される(処理ステップ7
0参照)。処理ステップ70で求められた描画イメージ
に、処理ステップ69で求められた変換が行われ、処理
ステップ68で求められた領域に表示される(処理ステ
ップ71)、入力手段22に制御が戻される。
Since the area obtained in processing step 67 is mapped to the device coordinates obtained in processing step 68, the conversion magnification is obtained (see processing step 69). Using the graphic data registered in the graphic data storage area 26, the graphic data to be drawn in the area obtained in the processing step 67 is examined and the drawing image is calculated (processing step 7).
0). The drawing image obtained in the processing step 70 is subjected to the conversion obtained in the processing step 69 and displayed in the area obtained in the processing step 68 (processing step 71), and the control is returned to the input means 22.

【0013】図12は、図8における処理ステップ66
の図形に対する図形表示装置30のイメージと、領域拡
大表示ボタンが押されたときに決定される装置座標での
拡大対象領域と,この領域に対応する図形データ格納手
段26に保存された図形データの座標系での拡大表示領
域と、装置座標での拡大表示領域との実例を示す説明図
である(処理ステップ72参照)。図13は、図8に示
す領域拡大表示手段242の処理の実例を示す説明図で
ある。この例では図形データ格納域26に保存された図
形データの座標系での拡大対象領域を、装置座標の拡大
表示領域にマッピングする。このため、領域拡大表示手
段24の場合に比べて時間がかかるが、よりきめ細かい
表示が可能である(処理ステップ73参照)。
FIG. 12 shows the processing step 66 in FIG.
Of the image of the graphic display device 30 for the graphic, the area to be enlarged at the device coordinates determined when the area enlargement display button is pressed, and the graphic data stored in the graphic data storage means 26 corresponding to this area. It is explanatory drawing which shows the actual example of the expansion display area in a coordinate system, and the expansion display area in a device coordinate (refer process step 72). FIG. 13 is an explanatory diagram showing an actual example of the processing of the area enlargement display unit 242 shown in FIG. In this example, the enlargement target area in the coordinate system of the figure data stored in the figure data storage area 26 is mapped to the enlargement display area of the device coordinates. For this reason, although it takes more time than in the case of the area enlargement display means 24, more detailed display is possible (see processing step 73).

【0014】図14は、本発明による図形処理システム
の入力方式の第3の実施例の構成を示すブロック図であ
る。図3において、10は利用者プログラム,20は図
形処理システム,213は図形描画手段,22は入力手
段,23はフレームバッファ,243は領域拡大表示手
段,25は図形データ登録手段,26は図形データ格納
域,27は図形データバッファ,30は図形表示装置,
40は入力装置である。
FIG. 14 is a block diagram showing the configuration of the third embodiment of the input system of the graphic processing system according to the present invention. In FIG. 3, 10 is a user program, 20 is a graphic processing system, 213 is a graphic drawing means, 22 is an input means, 23 is a frame buffer, 243 is an area enlargement display means, 25 is graphic data registration means, and 26 is graphic data. Storage area, 27 is a graphic data buffer, 30 is a graphic display device,
40 is an input device.

【0015】図14に示す図形データ登録手段25の処
理は、図8に示す図形データ登録手段25の処理と同様
である。図15は、図14に示す図形描画手段213の
処理例を示す流れ図である。図形描画手段213は図形
描画手段212と同様に、図形データ登録手段25から
呼び出される。図形描画手段213において、図形デー
タがフレームバッファ23上のイメージに展開され、フ
レームバッファ23に書き込まれる(処理ステップ74
参照)。続いて、フレームバッファ23上に展開された
イメージがどの図形データによって描かれたかが調べら
れる(処理ステップ75参照)。更に、フレームバッフ
ァ23上に展開されたイメージに対応する座標におい
て、図形データバッファ27での座標が求められ、その
座標に対して処理ステップ75で求められた図形データ
名が書き込まれる(処理ステップ76参照)。
The processing of the graphic data registration means 25 shown in FIG. 14 is the same as the processing of the graphic data registration means 25 shown in FIG. FIG. 15 is a flowchart showing a processing example of the graphic drawing means 213 shown in FIG. The graphic drawing means 213 is called from the graphic data registering means 25, similarly to the graphic drawing means 212. The figure drawing means 213 develops the figure data into an image on the frame buffer 23 and writes it in the frame buffer 23 (processing step 74).
reference). Then, it is checked by which graphic data the image developed on the frame buffer 23 is drawn (see processing step 75). Further, at the coordinates corresponding to the image developed on the frame buffer 23, the coordinates in the graphic data buffer 27 are obtained, and the graphic data name obtained in the processing step 75 is written into the coordinates (processing step 76). reference).

【0016】図4に示す入力手段22の処理は、図1と
図8とに示す入力手段22の処理と同様のものである。
図16は、図14に示す領域拡大手段243の処理例を
示す流れ図である。入力手段22において、領域拡大表
示ボタンが押された場合、領域拡大表示手段243が呼
び出される。領域拡大表示手段243において、処理ス
テップ52でボタンが押されたときの装置座標から、拡
大の対象となる領域(装置座標)が求められ(処理ステ
ップ77参照)、処理ステップ77で求められた領域の
図形データ格納域26に保存された図形データの座標系
で、領域が求められる(処理ステップ78参照)。続い
て、処理ステップ77で求められた領域の拡大表示領域
(装置座標)が求められる(処理ステップ79参照)。
The processing of the input means 22 shown in FIG. 4 is the same as the processing of the input means 22 shown in FIGS.
FIG. 16 is a flowchart showing a processing example of the area expanding means 243 shown in FIG. When the area enlargement display button is pressed in the input means 22, the area enlargement display means 243 is called. In the area enlargement display unit 243, the area (apparatus coordinates) to be enlarged is obtained from the apparatus coordinates when the button is pressed in processing step 52 (see processing step 77), and the area obtained in processing step 77. An area is obtained in the coordinate system of the graphic data stored in the graphic data storage area 26 (see processing step 78). Subsequently, the enlarged display area (device coordinates) of the area obtained in processing step 77 is obtained (see processing step 79).

【0017】処理ステップ78で求められた領域を、処
理ステップ79で求められた装置座標にマッピングする
ための変換倍率が求められ(処理ステップ80参照)、
図形データ格納域26に登録された図形データを使い、
処理ステップ78で求められた領域に描画を行う図形デ
ータが、図形データバッファ27によって調べられ、図
形データ格納域26から取り出されて、図形データ格納
域26に保存された図形データの座標上での描画イメー
ジが計算される(処理ステップ81参照)、処理ステッ
プ81で求められた座標上での描画イメージに、処理ス
テップ80で求められた変換が行われ、処理ステップ7
9で求められた領域に表示される(処理ステップ82参
照)。以後、処理ステップ75,76と同様の処理が行
われた後、制御が入力手段22に戻る。
A conversion factor for mapping the area determined in processing step 78 to the device coordinates determined in processing step 79 is determined (see processing step 80).
Using the graphic data registered in the graphic data storage area 26,
The graphic data to be drawn in the area obtained in the processing step 78 is checked by the graphic data buffer 27, extracted from the graphic data storage area 26, and stored in the graphic data storage area 26 on the coordinates of the graphic data. The drawing image is calculated (see processing step 81), the drawing image on the coordinates obtained in processing step 81 is subjected to the conversion obtained in processing step 80, and processing step 7 is performed.
It is displayed in the area obtained in step 9 (see processing step 82). After that, after the processing similar to the processing steps 75 and 76 is performed, the control returns to the input means 22.

【0018】図17は、図15に示す図形データバッフ
ァ27の処理の実例を示す説明図である。この例では処
理ステップ61に対する図形データバッファ27の処理
例である。図形データバッファ27を用いている図14
の構成では、図形データバッファを用いていない図8の
構成と同等にきめ細かい拡大表示が可能であり、更に、
拡大図形の表示処理を効率的に行うことが可能となる。
FIG. 17 is an explanatory diagram showing an actual example of the processing of the graphic data buffer 27 shown in FIG. This example is a processing example of the graphic data buffer 27 for the processing step 61. FIG. 14 using the graphic data buffer 27.
With the configuration of FIG. 8, a finely magnified display is possible as in the configuration of FIG. 8 which does not use the graphic data buffer.
It becomes possible to efficiently perform the display processing of the enlarged graphic.

【0019】[0019]

【発明の効果】以上説明したように、本発明は、現在、
図形表示装置に表示されている画面上において、入力座
標の位置を確認することが困難である場合、入力装置か
らの指示によって、入力したい位置周辺の領域を拡大し
て表示するとともに、入力したい位置周辺の領域を画面
全体ではなく、部分的な領域に拡大して表示することに
よって、入力位置の確認効率を向上させ、利用者プログ
ラムの負担を軽減させる効果がある。
As described above, the present invention is currently
If it is difficult to confirm the position of the input coordinate on the screen displayed on the graphic display device, the area around the position you want to input is enlarged and displayed by the instruction from the input device, and the position you want to input is also displayed. By enlarging and displaying the peripheral area not on the entire screen but on a partial area, it is possible to improve the efficiency of checking the input position and reduce the load on the user program.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明による図形処理システムの入力方式の第
1の実施例の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a first embodiment of an input method of a graphic processing system according to the present invention.

【図2】図1に示す図形描画手段の処理例を示す流れ図
である。
FIG. 2 is a flowchart showing a processing example of a graphic drawing means shown in FIG.

【図3】図1に示す入力手段の処理例を示す流れ図であ
る。
FIG. 3 is a flowchart showing a processing example of the input means shown in FIG.

【図4】図1に示す領域拡大表示手段の処理例を示す流
れ図である。
FIG. 4 is a flowchart showing a processing example of a region enlargement display unit shown in FIG.

【図5】水平線,斜め線,円弧の図形データによって図
形表示装置に描画される図形の一例を示す説明図であ
る。
FIG. 5 is an explanatory diagram showing an example of a graphic drawn on a graphic display device by graphic data of horizontal lines, oblique lines, and arcs.

【図6】図5に示す処理ステップ61の図形に対するフ
レームバッファのイメージと、領域拡大表示ボタンが押
されたときに決定される拡大対象領域と、拡大表示領域
との一例を示す説明図である。
FIG. 6 is an explanatory diagram showing an example of an image of a frame buffer for the graphic of processing step 61 shown in FIG. 5, an enlargement target area determined when the area enlargement display button is pressed, and an enlargement display area. ..

【図7】図1に示す拡大表示手段の実例を示す説明図で
ある。
FIG. 7 is an explanatory diagram showing an actual example of the enlarged display means shown in FIG.

【図8】本発明による図形処理システムの入力方式の第
2の実施例を示すブロック図である。
FIG. 8 is a block diagram showing a second embodiment of the input method of the graphic processing system according to the present invention.

【図9】図8に示す図形データ登録手段の処理例を示す
流れ図である。
9 is a flowchart showing a processing example of the graphic data registration means shown in FIG.

【図10】図8に示す図形描画手段の処理例を示す流れ
図である。
10 is a flowchart showing a processing example of the graphic drawing means shown in FIG.

【図11】図8に示す領域拡大表示手段の処理例を示す
流れ図である。
11 is a flowchart showing a processing example of the area enlargement display means shown in FIG.

【図12】図8における処理ステップ66の図形に対す
る図形表示装置のイメージと、領域拡大表示ボタンが押
された時に決定される装置座標での拡大対象領域と、こ
の領域に対応する図形データ格納手段に保存された図形
データの座標系での拡大表示領域と、装置座標での拡大
表示領域との実例を示す説明図である。
FIG. 12 is an image of a graphic display device for a graphic of processing step 66 in FIG. 8, an enlargement target area in device coordinates determined when the area enlargement display button is pressed, and graphic data storage means corresponding to this area. FIG. 8 is an explanatory diagram showing an example of an enlarged display area in the coordinate system and an enlarged display area in the device coordinates of the graphic data stored in FIG.

【図13】図8に示す領域拡大表示手段の実例を示す説
明図である。
FIG. 13 is an explanatory diagram showing an actual example of the area enlargement display means shown in FIG. 8.

【図14】本発明による図形処理システムの入力方式の
第3の実施例の構成を示すブロック図である。
FIG. 14 is a block diagram showing the configuration of a third embodiment of the input method of the graphic processing system according to the present invention.

【図15】図14に示す図形描画手段の処理例を示す流
れ図である。
FIG. 15 is a flowchart showing a processing example of the graphic drawing means shown in FIG.

【図16】図14に示す領域拡大手段の処理例を示す流
れ図である。
16 is a flowchart showing a processing example of the area expanding means shown in FIG.

【図17】図15に示す図形データバッファの処理の実
例を示す説明図である。
17 is an explanatory diagram showing an actual example of processing of the graphic data buffer shown in FIG. 15. FIG.

【符号の説明】 10 利用者プログラム 20 図形処理システム 21,212,213 図形描画手段 22 入力手段 23 フレームバッファ 24,242,243 領域拡大表示手段 25 図形データ登録手段 26 図形データ格納域 27 図形データバッファ 30 図形表示装置 40 入力装置 50,52〜54,58〜82 処理ステップ[Explanation of reference numerals] 10 user program 20 graphic processing system 21, 212, 213 graphic drawing means 22 input means 23 frame buffer 24, 242, 243 area enlargement display means 25 graphic data registration means 26 graphic data storage area 27 graphic data buffer 30 graphic display device 40 input device 50, 52-54, 58-82 processing steps

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 現在、図形表示装置に表示されている画
面上で入力座標の位置確認が困難である場合に、前記入
力装置からの指示によって、入力したい位置周辺の領域
を拡大して表示するとともに、入力したい位置周辺の領
域を画面全体ではなく部分的な領域に拡大して表示する
ことによって、入力位置の確認の効率を向上させ、利用
者プログラムの負担を軽減させるためのフレームバッフ
ァと、 利用者プログラムから図形データの描画要求があった場
合に、前記図形データを前記フレームバッファ上のイメ
ージに展開し、前記フレームバッファに書き込むための
図形描画手段と、 入力操作のときに呼び出され、入力装置から入力された
座標値から拡大の対象となる第1の領域と、前記拡大の
対象となる第1の領域の図形を拡大表示する第2の領域
とを求め、前記拡大の対象となる領域の図形を拡大表示
する領域上に拡大して表示し、制御を再び前記入力手段
に戻すための領域拡大表示手段と、 前記利用者プログラムから入力装置を使い、オペレータ
によって座標値を入力する入力要求あるいは領域拡大表
示手段からの制御の戻りがあった場合に、前記入力装置
で押されたボタンが領域拡大表示ボタンならば領域拡大
表示手段を呼び出し、そうでなければ入力装置から入力
された座標値から計算される値を応答として返すための
入力手段とを備えて、構成した図形処理システムの入力
方式。
1. When it is difficult to confirm the position of input coordinates on the screen currently displayed on the graphic display device, an area around the position to be input is enlarged and displayed by an instruction from the input device. At the same time, by enlarging and displaying the area around the position you want to input in a partial area instead of the entire screen, you can improve the efficiency of checking the input position and reduce the burden on the user program. A graphic drawing means for expanding the graphic data into an image on the frame buffer and writing it in the frame buffer when a graphic program drawing request is issued from a user program; A first area that is an enlargement target based on the coordinate values input from the device, and a second area that enlarges and displays a figure of the first area that is the enlargement target. An area enlargement display means for obtaining an area, displaying the figure of the area to be enlarged in an enlarged manner on the area to be displayed, and returning control to the input means again; and an input device from the user program When there is an input request for inputting coordinate values by the operator or control is returned from the area enlargement display means, the area enlargement display means is called if the button pressed by the input device is the area enlargement display button, An input method of a configured graphics processing system, further comprising input means for returning a value calculated from coordinate values input from an input device as a response.
【請求項2】 前記領域拡大表示手段は前記入力装置か
ら入力された座標値から拡大対象となる前記第1の領域
を拡大表示する第2の領域とを求め、前記フレームバッ
ファ上の領域として、前記フレームバッファ上の拡大対
象領域内の各ピクセル毎の値を読み込み、表示領域の数
ピクセルの値に割当てて拡大表示し、制御を前記入力手
段に戻すことを特徴とする請求項1の図形処理システム
における入力方式。
2. The area enlarging display means obtains a second area enlarging and displaying the first area to be magnified from the coordinate values input from the input device, and sets the second area as an area on the frame buffer. 2. The graphic processing according to claim 1, wherein the value for each pixel in the enlargement target area on the frame buffer is read, assigned to a value of several pixels in the display area, enlarged and displayed, and control is returned to the input means. Input method in the system.
【請求項3】 前記利用者プログラムから図形データの
描画要求があった場合に、前記利用者プログラムから送
られてきた図形データを図形データ格納域に登録してか
ら前記図形描画手段を呼び出すための図形描画データ登
録手段を備え、且つ、前記図形描画手段は、前記図形デ
ータ登録手段から呼び出されるように構成し、且つ、前
記領域拡大表示手段は、前記入力装置から入力された座
標値から拡大対象となる第1の領域をワールド座標上で
求め、更に前記第1の領域を拡大表示する第2の領域を
装置座標上で求め、前記図形データ格納域に保存された
図形データの座標系上で拡大対象となる前記第1の領域
のイメージを計算し、拡大対象となる前記第1の領域か
ら前記第1の領域を拡大表示する前記第2の領域への変
換を行い、拡大表示し、制御を前記入力手段に戻すよう
に構成した請求項1の図形処理システムにおける入力方
式。
3. When a graphic data drawing request is issued from the user program, the graphic data sent from the user program is registered in a graphic data storage area and then the graphic drawing means is called. The graphic drawing data registering means is provided, the graphic drawing means is configured to be called from the graphic data registering means, and the area enlargement display means is an enlargement target from the coordinate value input from the input device. Is obtained on the world coordinates, and a second area for enlarging and displaying the first area is obtained on the device coordinates, and on the coordinate system of the graphic data stored in the graphic data storage area. An image of the first area to be magnified is calculated, conversion from the first area to be magnified to the second area for magnifying and displaying the first area is performed, and magnified display is performed. Then, the input method in the graphic processing system according to claim 1, wherein the control is returned to the input means.
【請求項4】 前記図形描画手段は、図形を描画すると
ともに、前記フレームバッファ上に展開されたイメージ
に対応する座標の図形データバッファでの座標を求め、
当該座標に、前記フレームバッファ上に展開されたイメ
ージが描かれる要因となった図形データ名を書込み、 且つ、前記領域拡大表示手段は、前記入力装置から入力
された座標値から拡大対象となる第1の領域をワールド
座標上で、前記第1の領域を拡大表示する第2の領域を
装置座標上で求め、図形データ格納域に保存された図形
データの座標系上で、拡大対象となる前記第1の領域に
描画を行う図形データを図形データバッファによって調
べ、拡大対象となる前記第1の領域のイメージを計算
し、拡大対象となる前記第1の領域から前記第1の領域
を拡大表示する前記第2の領域への変換を行い、拡大表
示し、制御を前記入力手段に戻すように構成した請求項
3の図形処理システムにおける入力方式。
4. The graphic drawing means draws a graphic and obtains coordinates in a graphic data buffer of coordinates corresponding to an image developed on the frame buffer,
The graphic data name that causes the image developed on the frame buffer to be drawn is written in the coordinate, and the area enlargement display means is the enlargement target from the coordinate value input from the input device. The first area is obtained in world coordinates, and the second area in which the first area is enlarged and displayed is obtained in device coordinates, and the second area to be enlarged is obtained in the coordinate system of the graphic data stored in the graphic data storage area. The graphic data to be drawn in the first area is checked by the graphic data buffer, the image of the first area to be enlarged is calculated, and the first area is enlarged and displayed from the first area to be enlarged. 4. The input method in the graphic processing system according to claim 3, wherein the input area is converted into the second area, enlarged and displayed, and the control is returned to the input means.
JP4098970A 1992-02-28 1992-02-28 Input system for graphic processing system Pending JPH05242214A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4098970A JPH05242214A (en) 1992-02-28 1992-02-28 Input system for graphic processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4098970A JPH05242214A (en) 1992-02-28 1992-02-28 Input system for graphic processing system

Publications (1)

Publication Number Publication Date
JPH05242214A true JPH05242214A (en) 1993-09-21

Family

ID=14233913

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4098970A Pending JPH05242214A (en) 1992-02-28 1992-02-28 Input system for graphic processing system

Country Status (1)

Country Link
JP (1) JPH05242214A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08123816A (en) * 1994-10-24 1996-05-17 Mitsubishi Electric Corp Animation hypermedia processor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08123816A (en) * 1994-10-24 1996-05-17 Mitsubishi Electric Corp Animation hypermedia processor

Similar Documents

Publication Publication Date Title
JPH05165459A (en) Enlarging display system
JPH07110754A (en) Icon display device
JPH05242214A (en) Input system for graphic processing system
JPS6098489A (en) Image data processor
JPS62128369A (en) Enlarged image displaying method
JPH0689336A (en) Image data enlarging and displaying method
JPH0736437A (en) Picture data processor
JPH076017A (en) Output control system for hard copy
JPH05290136A (en) Pick input system of graphic processing system
JPH0245878A (en) Interactive cad system
JPS63271672A (en) Graphic output controller
JPH11352879A (en) Map display system and computer readable medium recording program
JPH0291690A (en) Enlargement/reduction display system
JPH04326474A (en) Picture display device
JPH10289252A (en) Image display device and recording medium where program for performing its process is recorded
JPH0419589B2 (en)
JPH02232774A (en) Image processor
JPH03224067A (en) Display control method for picture information
JPH06282404A (en) Control method for window
JPS62290981A (en) Graphic display system
JPH07200789A (en) Switching device for display screen
JPH0652276A (en) Image enlargement display method
JPH0944693A (en) Graphic display device
JPH04349580A (en) Method and device for designating image
JPH0250768A (en) Expanded drawing method