JPH04326117A - Graphic display device - Google Patents

Graphic display device

Info

Publication number
JPH04326117A
JPH04326117A JP3125573A JP12557391A JPH04326117A JP H04326117 A JPH04326117 A JP H04326117A JP 3125573 A JP3125573 A JP 3125573A JP 12557391 A JP12557391 A JP 12557391A JP H04326117 A JPH04326117 A JP H04326117A
Authority
JP
Japan
Prior art keywords
window
display
graphic
program
area
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
JP3125573A
Other languages
Japanese (ja)
Inventor
Noritake Yonezawa
米澤 典剛
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 JP3125573A priority Critical patent/JPH04326117A/en
Publication of JPH04326117A publication Critical patent/JPH04326117A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To shorten the time required for calculating process and display operation by storing graphic data which are clipped in an invisible area and displaying a graph by using the stored data when a visible area changes. CONSTITUTION:A program 27 sends a display request to a window control program 26. The window control program 26 informs the program 27 of the visible area 25 and invisible area 24. The program 27 sends the data, obtained by clipping graphic data in the visible area 25, to the window control program 26 to display the figure in a window 22 and also stores a memory 29 with the result obtained by clipping the graphic data in the invisible area 24 at the same time. When the invisible area of the window 22 is eliminated, the window control program 26 informs the program 27 of that. The program 27 does not clip only the graphic data stored in the memory 29 and sends them to the window control program 26 to display the figure in the previous invisible area 24.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、図形表示手段に利用す
る。特に、マルチウィンドウシステムを備えたコンピュ
ータ上でのグラフィックス処理手段に関する。
FIELD OF INDUSTRIAL APPLICATION The present invention is applied to graphic display means. In particular, it relates to graphics processing means on computers with multi-window systems.

【0002】0002

【従来の技術】マルチウィンドウシステムとは、図4に
示すように一つのディスプレイ画面41上で互いに重な
り合いを許した複数の図形表示ウィンドウ42および4
3を有するグラフィックスシステムである。マルチウィ
ンドウシステムでは、複数のプログラムがそれぞれ独立
に複数の図形表示ウィンドウ内に図形表示を行うが、ウ
ィンドウの重なり合いによってウィンドウに表示すべき
図形の一部が表示されない状況が発生する。例えば、図
4(a)に示すようにウィンドウ43がウィンドウ42
の上に重なっている場合に、ウィンドウ42内の表示図
形の一部はウィンドウ43に覆われて表示されない。こ
のようにウィンドウへの表示図形が他のウィンドウによ
って覆われて表示されないことを図形が不可視であると
呼び、ウィンドウ上で図形が不可視となっている領域を
そのウィンドウの不可視領域、それ以外のウィンドウ上
の領域すなわち図形が表示される領域を可視領域と呼ぶ
。図4でウィンドウ42の不可視領域は44、可視領域
は45である。マルチウィンドウシステムでは、図4(
b)のようにウィンドウ43が移動した場合に、可視領
域が46のように変化し、今まで不可視であった図形の
一部を表示しなければならない。このような図形の表示
を行うために、従来のマルチウィンドウシステムで用い
られる図形表示方式では、図5に示すようにウィンドウ
の可視領域で表示図形データをクリップする手続き51
と、クリップした図形データを可視領域に表示する手続
き52と、ウィンドウの移動による可視領域の変化を認
識する手続き53と、変化した可視領域で表示図形デー
タを再クリップする手続き54と、再クリップした図形
を新たな可視領域に再表示する手続き55とを有してい
る。
2. Description of the Related Art A multi-window system is defined as a plurality of graphic display windows 42 and 4 that are allowed to overlap each other on one display screen 41, as shown in FIG.
3 graphics system. In a multi-window system, a plurality of programs independently display figures in a plurality of figure display windows, but some of the figures that should be displayed in the window may not be displayed due to overlapping windows. For example, as shown in FIG. 4(a), window 43 is
, a part of the display figure in the window 42 is covered by the window 43 and is not displayed. When a figure displayed in a window is covered by another window and cannot be displayed, it is called invisible, and the area where the figure is invisible on the window is called the invisible area of that window The upper area, that is, the area where the figure is displayed, is called the visible area. In FIG. 4, the invisible area of the window 42 is 44, and the visible area is 45. In a multi-window system, Figure 4 (
When the window 43 moves as shown in b), the visible area changes as shown in 46, and a part of the figure that was previously invisible must be displayed. In order to display such figures, the figure display method used in the conventional multi-window system involves a procedure 51 for clipping the displayed figure data in the visible area of the window, as shown in FIG.
, a procedure 52 for displaying the clipped figure data in the visible area, a procedure 53 for recognizing changes in the visible area due to window movement, a procedure 54 for re-clipping the displayed figure data in the changed visible area, and a procedure 54 for re-clipping the displayed figure data in the changed visible area. and a procedure 55 for redisplaying the figure in a new visible area.

【0003】0003

【発明が解決しようとする課題】このような従来例では
、ウィンドウの可視領域が変化する度にそのウィンドウ
に表示すべき全図形を可視領域でクリップする処理を行
うので、ウィンドウの移動に伴う図形の表示に本来不必
要な計算時間を要する欠点があった。
[Problem to be Solved by the Invention] In such a conventional example, every time the visible area of a window changes, all the figures to be displayed in the window are clipped in the visible area, so the figures that are caused by the movement of the window are The disadvantage of this method is that it requires unnecessary calculation time to display the information.

【0004】本発明は、このような欠点を除去するもの
で、ウィンドウの移動に伴う図形表示に要する計算量を
少なくできる図形表示装置を提供することを目的とする
SUMMARY OF THE INVENTION An object of the present invention is to provide a graphic display device that eliminates these drawbacks and can reduce the amount of calculation required to display graphics as a window moves.

【0005】[0005]

【課題を解決するための手段】本発明は、互いの重なり
合いが許される複数の図形表示ウィンドウのそれぞれの
可視領域に図形を表示する表示手段を備えた図形表示装
置において、上記表示手段は、図形表示ウィンドウの重
なり合いにより生じた図形の不可視領域で図形データを
クリップする手段と、このクリップする手段でクリップ
された図形データを図形データ保存用メモリに保存する
手段と、図形表示ウィンドウの重なり合いが変化を認識
したときにこの保存する手段に保存された図形データを
用いて図形表示ウィンドウの重なり合い変化部分に図形
表示を行う手段を備えたことを特徴とする
[Means for Solving the Problems] The present invention provides a graphic display device equipped with a display means for displaying a figure in the visible area of each of a plurality of figure display windows that are allowed to overlap each other. A means for clipping figure data in an invisible area of a figure caused by overlapping display windows, a means for saving the figure data clipped by this clipping means in a memory for saving figure data, and a means for changing the overlap of figure display windows. The invention is characterized by comprising a means for displaying a figure in the overlapping change part of the figure display window using the figure data stored in the saving means when the figure is recognized.

【0006】[0006]

【作用】表示図形データをウィンドウの重複による不可
視領域でクリップし、クリップされた図形データを保存
し、保存した図形データを用いてウィンドウへの図形表
示を行う。
[Operation] The displayed graphic data is clipped in an invisible area due to window overlap, the clipped graphic data is saved, and the saved graphic data is used to display the graphic in the window.

【0007】[0007]

【実施例】以下、本発明の一実施例について図面を参照
して説明する。図1は本発明のフローチャートである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a flow chart of the present invention.

【0008】この実施例は、図1に示すように、互いの
重なり合いが許される複数の図形表示ウィンドウ22、
23(32、33)のそれぞれの可視領域に図形を表示
する表示手段であるウィンドウ管理プログラム26(3
6)および図形表示プログラム27,28(37,38
)を備え、さらに、本発明の特徴とする手段として、上
記表示手段は、図形表示ウィンドウの重なり合いにより
生じた図形の不可視領域24(34)で図形データをク
リップする手段である手続き11と、このクリップする
手段でクリップされた図形データを図形データ保存用メ
モリ29(39)に保存する手段である手続き12と、
図形表示ウィンドウの重なり合いが変化を認識したとき
にこの保存する手段に保存された図形データを用いて図
形表示ウィンドウの重なり合い変化部分に図形表示を行
う手段である手続き13および14を備える。
As shown in FIG. 1, this embodiment has a plurality of graphic display windows 22 that are allowed to overlap each other;
23 (32, 33), a window management program 26 (3
6) and graphic display programs 27, 28 (37, 38
), and furthermore, as a feature of the present invention, the display means includes a procedure 11 which is a means for clipping graphic data in an invisible area 24 (34) of a graphic caused by overlapping graphic display windows; a procedure 12 that is a means for storing the graphic data clipped by the clipping means in the graphic data storage memory 29 (39);
Procedures 13 and 14 are provided which are means for displaying a graphic in the overlapping changed part of the graphic display window using the graphic data stored in the storing means when a change in the overlap of the graphic display window is recognized.

【0009】次に、この実施例の動作を説明する。ウィ
ンドウに表示すべき図形は手続き11によりウィンドウ
の不可視領域でクリップされた後に、手続き12で図形
データとして保存される。ウィンドウの移動による可視
領域の変化は手続き13により認識され、保存した図形
データを用いた可視領域への図形表示が手続き14によ
り実行される。
Next, the operation of this embodiment will be explained. A graphic to be displayed in a window is clipped in an invisible area of the window in a procedure 11, and then saved as graphic data in a procedure 12. Changes in the visible area due to window movement are recognized in procedure 13, and graphic display in the visible area using the saved graphic data is executed in procedure 14.

【0010】図2は本発明の第一実施例の構成図である
。21はディスプレイ画面、22と23はディスプレイ
画面上の図形表示ウィンドウ、24はウィンドウ22と
23の重なりにより生じたウィンドウ22の不可視領域
、25はウィンドウ22の可視領域、26はディスプレ
イ画面全体のグラフィック表示を制御するウィンドウ管
理プログラム、27と28はそれぞれウィンドウ22と
23へ図形表示を行うプログラム、29は図形データ保
存用メモリである。ディスプレイ画面への図形表示はプ
ログラム27または28がウィンドウ管理プログラム2
6を介して間接的に行う。例えば、ウィンドウ23の下
に重なっているウィンドウ22へ図形表示を行う場合に
、まずプログラム27がウィンドウ管理プログラム26
へ表示要求を行う。要求を受けたウィンドウ管理プログ
ラム26は、ウィンドウ22の可視領域25と不可視領
域24とをプログラム27へ通知する。通知をうけたプ
ログラム27は、図形データを可視領域25でクリップ
したデータをウィンドウ管理プログラム26へデータを
送信し、ウィンドウ22に図形表示を行うと同時に、図
形データを不可視領域24でクリップした結果をメモリ
29に格納する。次に、ウィンドウ22の上に重なって
いたウィンドウ23が移動しウィンドウ22の不可視領
域24がなくなった場合に、ウィンドウ管理プログラム
はその旨をプログラム27へ通知する。通知を受けたプ
ログラム27はメモリ29に保存してある図形データだ
けをクリップせずにウィンドウ管理プログラム26へ送
信し、以前の不可視領域24へ図形の表示を行う。
FIG. 2 is a block diagram of a first embodiment of the present invention. 21 is a display screen, 22 and 23 are graphic display windows on the display screen, 24 is an invisible area of window 22 caused by the overlap of windows 22 and 23, 25 is a visible area of window 22, and 26 is a graphic display of the entire display screen. 27 and 28 are programs for displaying graphics in windows 22 and 23, respectively, and 29 is a memory for storing graphic data. The program 27 or 28 displays graphics on the display screen using the window management program 2.
6 indirectly. For example, when displaying a figure on the window 22 that overlaps the window 23, the program 27 first displays the window management program 26.
Make a display request to. Upon receiving the request, the window management program 26 notifies the program 27 of the visible area 25 and invisible area 24 of the window 22. Upon receiving the notification, the program 27 sends the data obtained by clipping the graphic data in the visible area 25 to the window management program 26, displays the graphic in the window 22, and at the same time displays the result of clipping the graphic data in the invisible area 24. It is stored in the memory 29. Next, when the window 23 that was overlapping the window 22 moves and the invisible area 24 of the window 22 disappears, the window management program notifies the program 27 to that effect. The program 27 that has received the notification sends only the graphic data stored in the memory 29 to the window management program 26 without clipping it, and displays the graphic in the previously invisible area 24.

【0011】図3は本発明の第二実施例の構成図である
。31はディスプレイ画面、32と33とはディスプレ
イ画面上の図形表示ウィンドウ、34はウィンドウ32
と33との重なりにより生じたウィンドウ32の不可視
領域、35はウィンドウ32の可視領域、36はディス
プレイ画面全体のグラフィック表示を制御するウィンド
ウ管理プログラム、39は図形データを保存するメモリ
、37と38はそれぞれウィンドウ32と33とへ図形
表示を行うプログラムである。この例で、ウィンドウ3
3の下に重なっているウィンドウ32へ図形表示を行う
場合に、まずプログラム37がウィンドウ管理プログラ
ム36へ図形データを送信する。ウィンドウ管理プログ
ラム36は受信した図形データをウィンドウ32の可視
領域35でクリップして可視領域35内に表示すると同
時に、図形データを不可視領域34でクリップした結果
をメモリ39に格納する。次に、ウィンドウ32の上に
重なっていたウィンドウ33が移動し、ウィンドウ32
に新たな可視領域40が生じた場合に、ウィンドウ管理
プログラム36はその変化を認識し、メモリ39に保存
してある図形データを取り出し、新たな可視領域40で
クリップして40に表示する。この実施例では、ウィン
ドウ管理プログラム36が図形データの保存と表示とを
行い、かつ一度クリップして保存してある図形データの
みを再クリップの対象とするので、計算処理および表示
に要する時間がより短縮できる利点がある。
FIG. 3 is a block diagram of a second embodiment of the present invention. 31 is a display screen, 32 and 33 are graphic display windows on the display screen, and 34 is a window 32.
35 is a visible area of window 32, 36 is a window management program that controls the graphic display of the entire display screen, 39 is a memory for storing graphic data, 37 and 38 are These are programs that display graphics in windows 32 and 33, respectively. In this example, window 3
When a graphic is to be displayed on the window 32 overlapping under the window 3, the program 37 first sends graphic data to the window management program 36. The window management program 36 clips the received graphic data in the visible area 35 of the window 32 and displays it within the visible area 35, and at the same time stores the result of clipping the graphic data in the invisible area 34 in the memory 39. Next, the window 33 that was overlapping the window 32 moves, and the window 32
When a new visible area 40 occurs, the window management program 36 recognizes the change, takes out the graphic data stored in the memory 39, clips it to the new visible area 40, and displays it in the new visible area 40. In this embodiment, the window management program 36 saves and displays graphic data, and only the graphic data that has been clipped and saved is subject to re-clipping, so the time required for calculation processing and display is reduced. It has the advantage of being shortened.

【0012】0012

【発明の効果】本発明は、以上説明したように、不可視
領域でクリップした図形データを保存しておき、可視領
域の変化時にその保存したデータを用いて図形の表示を
行うので、計算処理および表示に要する時間を短縮でき
る効果がある。
[Effects of the Invention] As explained above, the present invention saves the graphic data clipped in the invisible area and displays the figure using the saved data when the visible area changes. This has the effect of shortening the time required for display.

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

【図1】本発明実施例の動作を示すフローチャート。FIG. 1 is a flowchart showing the operation of an embodiment of the present invention.

【図2】本発明の第一実施例の構成を示すブロック構成
図。
FIG. 2 is a block configuration diagram showing the configuration of a first embodiment of the present invention.

【図3】本発明の第二実施例の構成を示すブロック構成
図。
FIG. 3 is a block configuration diagram showing the configuration of a second embodiment of the present invention.

【図4】マルチウィンドウシステムの画面例を示す図。FIG. 4 is a diagram showing an example of a screen of a multi-window system.

【図5】従来例の動作を示すフローチャート。FIG. 5 is a flowchart showing the operation of a conventional example.

【符号の説明】[Explanation of symbols]

21、31、41  ディスプレイ画面22、23、3
2、33、42、43  図形表示ウィンドウ 24、34、44  不可視領域 25、35、40、45  可視領域
21, 31, 41 Display screen 22, 23, 3
2, 33, 42, 43 Graphic display window 24, 34, 44 Invisible area 25, 35, 40, 45 Visible area

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  互いの重なり合いが許される複数の図
形表示ウィンドウのそれぞれの可視領域に図形を表示す
る表示手段を備えた図形表示装置において、上記表示手
段は、図形表示ウィンドウの重なり合いにより生じた図
形の不可視領域で図形データをクリップする手段と、こ
のクリップする手段でクリップされた図形データを図形
データ保存用メモリに保存する手段と、図形表示ウィン
ドウの重なり合いが変化を認識したときにこの保存する
手段に保存された図形データを用いて図形表示ウィンド
ウの重なり合い変化部分に図形表示を行う手段を備えた
ことを特徴とする図形表示装置。
1. A graphic display device comprising display means for displaying a figure in the visible area of each of a plurality of figure display windows that are allowed to overlap each other, wherein the display means displays a figure generated by overlapping of the figure display windows. means for clipping graphic data in an invisible area of the screen, means for storing graphic data clipped by this clipping means in a memory for storing graphic data, and means for storing the graphic data when a change in the overlapping of graphic display windows is recognized. 1. A graphic display device comprising means for displaying a graphic in an overlapping portion of a graphic display window using graphic data stored in the graphic display window.
JP3125573A 1991-04-25 1991-04-25 Graphic display device Pending JPH04326117A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3125573A JPH04326117A (en) 1991-04-25 1991-04-25 Graphic display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3125573A JPH04326117A (en) 1991-04-25 1991-04-25 Graphic display device

Publications (1)

Publication Number Publication Date
JPH04326117A true JPH04326117A (en) 1992-11-16

Family

ID=14913531

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3125573A Pending JPH04326117A (en) 1991-04-25 1991-04-25 Graphic display device

Country Status (1)

Country Link
JP (1) JPH04326117A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4890365A (en) * 1987-05-18 1990-01-02 Lindauer Dornier Gesellschaft Mbh Apparatus for heating film webs simultaneously in two axial directions
JP2002175068A (en) * 2000-09-22 2002-06-21 Canon Inc System and method for image display, storage medium and image display device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4890365A (en) * 1987-05-18 1990-01-02 Lindauer Dornier Gesellschaft Mbh Apparatus for heating film webs simultaneously in two axial directions
JP2002175068A (en) * 2000-09-22 2002-06-21 Canon Inc System and method for image display, storage medium and image display device

Similar Documents

Publication Publication Date Title
JPH056197B2 (en)
JPH0467647B2 (en)
JPH04326117A (en) Graphic display device
US5204945A (en) Method of displaying thick line and information unit and display system used therefor
JPH0219917A (en) Multi-window control method and information processor
JPH09179713A (en) Window display system and data processing system
JP3760492B2 (en) Multi-window display device and multi-window display method
US5751277A (en) Image information control apparatus and display system
JPH0462090B2 (en)
JP3241367B2 (en) Display control method
JPH04336321A (en) Window display system
JP2667187B2 (en) Line clipping method in multi-window
JPS63150727A (en) Continuous graphic expanding method
JPH0293688A (en) Drawing system for multiwindow displaying system
JPH0618037B2 (en) Sub-window display control method
JPH04323722A (en) Drawing system for multiwindow system
JPS63240682A (en) Clipping processing system for graphic display
JP3088135B2 (en) How to manage the start point of filling a closed area
JP3028543B2 (en) Shape redisplay method
JPH04324497A (en) Multi-window system
JPH06348253A (en) Moving picture display system
JPS62229186A (en) Cursor control
JPH04250523A (en) Process controller for multi-window
JPH0540592A (en) Drawing system for multiwindow display system
JPH03170998A (en) Display switching system