JPH0760375B2 - Multi-window display - Google Patents

Multi-window display

Info

Publication number
JPH0760375B2
JPH0760375B2 JP61290769A JP29076986A JPH0760375B2 JP H0760375 B2 JPH0760375 B2 JP H0760375B2 JP 61290769 A JP61290769 A JP 61290769A JP 29076986 A JP29076986 A JP 29076986A JP H0760375 B2 JPH0760375 B2 JP H0760375B2
Authority
JP
Japan
Prior art keywords
display
window
area
divided
windows
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.)
Expired - Lifetime
Application number
JP61290769A
Other languages
Japanese (ja)
Other versions
JPS63142421A (en
Inventor
春樹 松井
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP61290769A priority Critical patent/JPH0760375B2/en
Publication of JPS63142421A publication Critical patent/JPS63142421A/en
Publication of JPH0760375B2 publication Critical patent/JPH0760375B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Description

【発明の詳細な説明】 [概要] 画面を複数の重なりを許した矩形のウィンドウに分割し
各ウィンドウ毎に独立に文字、図形および画像情報を表
示可能なマルチウィンドウ表示装置において、表示要求
領域を粗く分割した領域と目的ウィンドウとの重なりを
検査し、その結果に基づいて表示処理を行うようにした
ものであり,これにより描画時の重なり検査回数を削減
し高速化した。
DETAILED DESCRIPTION OF THE INVENTION [Outline] In a multi-window display device capable of dividing a screen into rectangular windows that allow a plurality of overlaps and displaying character, graphic and image information independently for each window, The overlap between the roughly divided area and the target window is inspected, and the display process is performed based on the result. This reduces the number of overlap inspections at the time of drawing and speeds up.

[産業上の利用分野] 本発明は画像表示装置に係わり、特に画面を複数の矩形
部分画面、即ちウィンドウに分割して、ウィンドウ毎に
独立に文字、図形等の画像情報を表示可能なマルチウィ
ンドウ表示装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image display device, and in particular, a multi-window capable of dividing a screen into a plurality of rectangular partial screens, that is, windows and displaying image information such as characters and figures independently for each window. Regarding display device.

画面上に複数のウィンドウを表示し、一つのウィンドウ
上で例えば文書編集を行っているときに、関連するデー
タを参照するためにウィンドウを開示することにより作
業効率を高めることができる。
It is possible to improve work efficiency by displaying a plurality of windows on the screen and disclosing the windows for referring to related data when, for example, document editing is performed on the one window.

また、ホスト計算機からのメッセージ等の非同期で送ら
れてくるメッセージも別ウィンドウに表示することによ
って本来の作業を中断することなく受け付けることがで
きる。
Also, by displaying a message such as a message sent from the host computer asynchronously in another window, it is possible to receive the message without interrupting the original work.

このようなマルチウィンドウ表示装置においては、ウィ
ンドウの位置、大きさを自由に設定できる必要があるた
め、互いに重なりを生ずる場合がでてくる。
In such a multi-window display device, it is necessary to be able to freely set the position and size of the windows, so that the windows may overlap each other.

このような場合、重なった部分では下に隠れる部分には
表示しないように制御する必要があり、そのための重な
りの検査を高速に行う方法が要求される。
In such a case, it is necessary to control the overlapping portion so that it is not displayed in the portion hidden underneath, and a method for performing the overlap inspection at high speed is required for that purpose.

[従来の技術] 第6図および第7図に従来技術によるマルチウィンドウ
表示制御方式を示す。
[Prior Art] FIGS. 6 and 7 show a multi-window display control system according to the prior art.

第6図(a)に示すようなウィンドウ(W)が、他のウ
ィンドウとの重なりにより例えば同図(b)に示すよう
に、右上部と左下部が隠れたとする。
It is assumed that the window (W) as shown in FIG. 6 (a) is hidden by the overlapping of other windows with the upper right portion and the lower left portion as shown in FIG. 6 (b).

このとき、ウィンドウ(W)内に文字列を表示するため
文字列表示に必要な表示要求領域(C)を設定しこの中
に描画する場合を例にとり従来方式を説明する。
At this time, the conventional method will be described by taking as an example the case where a display request area (C) necessary for displaying a character string is set in the window (W) and drawing is performed in this area.

まず、同図(c)に示すように、ウィンドウの他のウィ
ンドウとの重なりにより隠されていない領域を、該ウィ
ンドウを隠しているウィンドウの水平線の延長線により
区切り、三つの矩形領域に分割する。この分割された矩
形領域を分割ウィンドウ(W1,W2,W3)と呼ぶ。
First, as shown in FIG. 7C, a region which is not hidden by overlapping of other windows with another window is divided by an extension line of the horizontal line of the window which hides the window and divided into three rectangular regions. . This divided rectangular area is called a division window (W1, W2, W3).

描画に際しては、表示要求領域(C)のうち隠れている
部分は表示しないよう制御するため、表示要求領域
(C)とこれら分割ウィンドウ(W1,W2,W3)との重なり
状態を検査する必要がある。
At the time of drawing, it is necessary to check the overlapping state of the display request area (C) and these divided windows (W1, W2, W3) in order to control not to display the hidden part of the display request area (C). is there.

第7図は、表示要求領域と表示要素の関係を示す図であ
る。
FIG. 7 is a diagram showing the relationship between the display request area and the display elements.

表示要求領域(C)中に表示要素C1〜C9が表示される。
表示要素(C1〜C9)は、本例では文字列中の一文字に対
応する。
Display elements C1 to C9 are displayed in the display request area (C).
The display elements (C1 to C9) correspond to one character in the character string in this example.

従来は、表示要求領域(C)中の各表示要素毎に、すべ
ての分割ウィンドウ(W1,W2,W3)との重なり状態を検査
して、その表示要素が何れの分割ウィンドウ(W1,W2,W
3)とも重なりがない場合は表示しないよう制御してい
た。
Conventionally, for each display element in the display request area (C), the overlapping state with all the split windows (W1, W2, W3) is inspected, and the display element determines which split window (W1, W2, W
It was controlled not to display if there was no overlap with 3).

例えば、第6図および第7図の例における検査回数は、 検査回数=表示要素数×分割ウィンドウ数 =9回×3ケ=27回 となる。For example, the number of inspections in the examples of FIGS. 6 and 7 is: number of inspections = number of display elements × number of divided windows = 9 times × 3 = 27 times.

[発明が解決しようとする問題点] 上記のように、従来のマルチウィンドウ表示制御方式に
おいては、各表示要素の表示に際して、すべての分割ウ
ィンドウとの重なり状態を検査しているため、表示の際
の検査時間が長くかかるという問題点がある。
[Problems to be Solved by the Invention] As described above, in the conventional multi-window display control method, when the display elements are displayed, the overlapping state with all the split windows is inspected. However, there is a problem that it takes a long time.

本発明は、このような従来の問題点を解消した新規なマ
ルチウィンドウ表示制御方式を提供しようとするもので
ある。
The present invention is intended to provide a novel multi-window display control system that solves the above-mentioned conventional problems.

[問題点を解決するための手段] 第1図は本発明のマルチウィンドウ表示制御方式の原理
ブロック図を示す。
[Means for Solving Problems] FIG. 1 shows a principle block diagram of a multi-window display control system of the present invention.

図において、1は表示要求領域分割手段であり、表示要
求領域を水平方向或いは垂直方向に処理単位幅に分割す
る。
In the figure, 1 is a display request area dividing means, which divides the display request area horizontally or vertically into processing unit widths.

2は表示部分領域検査手段であり、表示要求領域分割手
段1により分割された表示部分領域ごとに関係する重な
りのある(関係する)分割ウィンドウを調べる。
Reference numeral 2 denotes a display partial area inspecting means, which examines overlapping windows (related) which are related to each display partial area divided by the display request area dividing means 1.

3は表示要素検査手段であり、各表示要素ごとに表示部
分領域検査手段2により調べた関係分割ウィンドウとの
重なり状態を検査する。
Reference numeral 3 denotes a display element inspecting means, which inspects each display element for an overlapping state with the relational division window checked by the display partial area inspecting means 2.

[作用] 上記構成により、描画時の各表示要素ごとの分割ウィン
ドウとの重なり状態の検査は、関係ない分割ウィンドウ
との間の検査が省かれ、検査回数を減少させることがで
きる。
[Operation] With the above configuration, in the inspection of the overlapping state with the divided windows for each display element at the time of drawing, the inspection with unrelated divided windows is omitted, and the number of inspections can be reduced.

本方式による重なり状態の検査は、ウィンドウの数が多
く、ウィンドウ間の重なりが多くて、ウィンドウの有効
領域が複雑となり、これを矩形領域に分割したときの分
割ウィンドウの数が多いほど有効となり、検査回数の減
少の度合が大きくなる。
The overlapping state inspection by this method has a large number of windows and a large number of overlapping windows, which complicates the effective area of the window, and becomes effective as the number of divided windows when this is divided into rectangular areas increases. The degree of reduction in the number of inspections increases.

本方式は、文字の描画のみではなく、図形や画像の描画
にも適用される。即ち、描画要求領域を描画処理単位
(例えば、32ドット幅)の短冊形に分解し、それと分割
ウィンドウとの重なり検査を実際の描画処理に先立って
実行することにより、重なり状態検査回数を削減するこ
とができる。
This method is applied not only to drawing characters but also to drawing figures and images. That is, the drawing request area is decomposed into strips each having a drawing processing unit (for example, 32 dot width), and the overlap inspection between the divided window and the divided windows is executed prior to the actual drawing processing, thereby reducing the number of overlap state inspections. be able to.

[実施例] 以下第2図〜第5図に示す実施例により、本発明をさら
に具体的に説明する。
[Examples] The present invention will be described more specifically with reference to Examples shown in Figs. 2 to 5.

第2図は、第6図と同一なウィンドウと表示要求領域に
本発明を適用した例を示すもので、表示要求領域(C)
を表示部分領域(1,l2,l3)に分割し、各表示部分領
域(1),(l2),(l3)毎に、分割ウィンドウ(W
1,W2,W3)との重なり状態を検査し、表示部分領域(
1)は分割ウィンドウ(W1)のみが関係し、表示部分領
域(l2)は分割ウィンドウ(W1)と(W2)が関係し、表
示部分領域(l3)は分割ウィンドウ(W2)のみが関係す
ることが判ったことを示している。
FIG. 2 shows an example in which the present invention is applied to the same window and display request area as in FIG. 6, and the display request area (C) is shown.
Is divided into display partial areas (1, l2, l3), and a split window (W is created for each display partial area (1), (l2), (l3).
1, W2, W3) is checked for the overlap condition and the display area ((
1) is related only to the split window (W1), the display partial area (l2) is related to the split windows (W1) and (W2), and the display partial area (l3) is related to the split window (W2) only. Indicates that it was found.

第3図は、描画の際の表示部分領域(1)内の各表示
要素(C1,C2,C3)の重なり検査を示し、表示要素(C
1),(C2),(C3)と分割ウィンドウ(W1)のみが重
なり検査されることを示している。
FIG. 3 shows an overlap inspection of each display element (C1, C2, C3) in the display partial area (1) at the time of drawing, and the display element (C
It shows that only 1), (C2), (C3) and the split window (W1) are overlapped and inspected.

第4図は、描画の際の表示部分領域(l2)内の各表示要
素(C4,C5,C6)の重なり検査を示し、表示要素(C4),
(C5),(C6)と分割ウィンドウ(W1)および(W2)と
が重なり検査されることを示している。
FIG. 4 shows an overlap inspection of each display element (C4, C5, C6) in the display partial area (l2) at the time of drawing, and the display element (C4),
It shows that (C5), (C6) and the split windows (W1) and (W2) overlap and are inspected.

第5図は、描画の際の表示部分領域(l3)内の各表示要
素(C7,C8,C9)の重なり検査を示し、表示要素(C7),
(C8),(C9)と分割ウィンドウ(W2)のみが重なり検
査されることを示している。
FIG. 5 shows the overlap inspection of each display element (C7, C8, C9) in the display partial area (l3) at the time of drawing, and the display element (C7),
It shows that only (C8), (C9) and the split window (W2) are overlapped and inspected.

本実施例による検査回数は、 検査回数=1〜l3の検査+C1〜C3の検査 +C4〜C6の検査 +C7〜C9の検査 =3ケ×3回+1ケ×3回 +2ケ×3回+1ケ×3回 =21回 となり、従来に比べ減少させることができる。検査回数
の削減は分割ウィンドウの数が増加するほど顕著になる
ことは明らかである。
The number of inspections according to the present embodiment is as follows: inspection number = 1 to 13 inspection + C1 to C3 inspection + C4 to C6 inspection + C7 to C9 inspection = 3 x 3 times + 1 x 3 times + 2 x 3 + 1 x 3 times = 21 times, which can be reduced compared to the past. It is clear that the reduction in the number of inspections becomes more remarkable as the number of division windows increases.

上記の検査の結果、何れの分割ウィンドウとも重なりの
ない表示要素C3は表示しないよう制御する。表示要素C
2,C5,C6のように分割ウィンドウの境界にある表示要素
は表示するよう制御され、且つウィンドウ境界外は消さ
れて一部欠けた形で表示するよう制御される。
As a result of the above inspection, the display element C3 that does not overlap with any of the divided windows is controlled not to be displayed. Display element C
Display elements at the boundaries of the split windows, such as 2, C5 and C6, are controlled to be displayed, and the areas outside the window boundaries are controlled to be erased and partially truncated.

[発明の効果] 以上説明のように本発明によれば、表示要求領域中の各
表示要素とウィンドウ情報との検査回数を削減すること
により、描画時間を高速化することができ、その実用上
の効果は大である。
[Effects of the Invention] As described above, according to the present invention, the drawing time can be shortened by reducing the number of inspections of each display element in the display request area and the window information. Has a great effect.

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

第1図は本発明の原理ブロック図、 第2図〜第5図は本発明の一実施例を示す図、 第6図、第7図は従来技術による実施例を示す図であ
る。 図面において、 1は表示要求領域分割手段、2は表示部分領域検査手
段、3は表示要素検査手段、Wはウィンドウ、W1,W2,W3
は分割ウィンドウ、Cは表示要求領域、1,l2,l3は表
示部分領域、C1〜C9は表示要素、 をそれぞれ示す。
FIG. 1 is a block diagram showing the principle of the present invention, FIGS. 2 to 5 are diagrams showing an embodiment of the present invention, and FIGS. 6 and 7 are diagrams showing an embodiment according to the prior art. In the drawings, 1 is a display request area dividing means, 2 is a display partial area inspection means, 3 is a display element inspection means, W is a window, W1, W2, W3
Indicates a divided window, C indicates a display request area, 1, 12 and 13 indicate display partial areas, and C1 to C9 indicate display elements.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】表示画面を複数の重なりを許したウィンド
ウに分割し、各ウィンドウ毎に独立に表示可能なマルチ
ウィンドウ表示装置において、 他のウィンドウとの重なりにより隠された部分を有する
一つのウィンドウ内に文字列等を表示する場合、 該ウィンドウの他のウィンドウにより隠されていない領
域を、重なりのある前記他のウィンドウの水平辺の延長
線により区切って得られる複数の矩形領域に分割すると
共に、該複数の矩形領域をウィンドウと定義し、 前記ウィンドウ内に表示しようとする文字列等が占める
領域を表示要求領域として設定し、該表示要求領域を水
平方向に一個若しくは数個の表示単位要素の高さに相当
する高さを有する短冊状の表示部分領域に分割する表示
要求領域分割手段(1)と、 該表示要求領域分割手段(1)により分割された各表示
部分領域毎に、前記分割ウィンドウの各々との重なりの
有無を検査する表示部分領域検査手段(2)と、 前記各表示部分領域内の1個の表示単位要素毎に、前記
表示部分領域検査手段(2)の検査により該表示部分領
域との重なりが検出された分割ウィンドウについてのみ
重なりを検査する表示要素検査手段(3)とを備え、 前記表示要求領域への描画に際して、前記表示部分領域
検査手段(2)および表示要素検査手段(3)による重
なり検査の結果、何れの分割ウィンドウとも重なりのな
い表示単位要素は表示しないよう制御することを特徴と
するマルチウィンドウ表示装置。
1. A multi-window display device in which a display screen is divided into a plurality of windows that allow overlapping, and each window can be independently displayed. One window having a portion hidden by overlapping with other windows. When a character string or the like is displayed in the window, the area of the window that is not hidden by another window is divided into a plurality of rectangular areas that are obtained by dividing by an extension line of the horizontal side of the other window. , The plurality of rectangular areas are defined as a window, and an area occupied by a character string or the like to be displayed in the window is set as a display request area, and the display request area is horizontally arranged in one or several display unit elements. Display required area dividing means (1) for dividing into strip-shaped display partial areas having a height corresponding to the height of the Display partial area inspection means (2) for inspecting each display partial area divided by (1) for overlapping with each of the divided windows, and one display unit element in each display partial area. Display element inspection means (3) for inspecting the overlap only for each divided window in which the overlap with the display partial area is detected by the inspection of the display partial area inspection means (2). In the drawing, the display unit area inspection means (2) and the display element inspection means (3) as a result of the overlap inspection, the display unit element having no overlap with any of the divided windows is controlled not to be displayed. Window display device.
JP61290769A 1986-12-04 1986-12-04 Multi-window display Expired - Lifetime JPH0760375B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61290769A JPH0760375B2 (en) 1986-12-04 1986-12-04 Multi-window display

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61290769A JPH0760375B2 (en) 1986-12-04 1986-12-04 Multi-window display

Publications (2)

Publication Number Publication Date
JPS63142421A JPS63142421A (en) 1988-06-14
JPH0760375B2 true JPH0760375B2 (en) 1995-06-28

Family

ID=17760293

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61290769A Expired - Lifetime JPH0760375B2 (en) 1986-12-04 1986-12-04 Multi-window display

Country Status (1)

Country Link
JP (1) JPH0760375B2 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3480811D1 (en) * 1984-03-23 1990-01-25 Ibm INTERACTIVE DISPLAY SYSTEM.
JPS61122691A (en) * 1984-11-20 1986-06-10 三菱電機株式会社 Clipping processing
JPS6194891U (en) * 1984-11-27 1986-06-18
JPH0789272B2 (en) * 1985-01-25 1995-09-27 株式会社日立製作所 Multi-window display method
JPS61176985A (en) * 1985-01-31 1986-08-08 シャープ株式会社 Crt display unit

Also Published As

Publication number Publication date
JPS63142421A (en) 1988-06-14

Similar Documents

Publication Publication Date Title
JPH06102846A (en) Document display device
JPH0760375B2 (en) Multi-window display
JP2667187B2 (en) Line clipping method in multi-window
JPH04258995A (en) Window display system
JPH0462090B2 (en)
JPS6177977A (en) Picture processor
JPS62288977A (en) Composition system
JP2856187B2 (en) Arrangement of control display
JP3028543B2 (en) Shape redisplay method
JPH01177680A (en) Image edit processor
JPH0550031B2 (en)
JPS63228274A (en) Clipping system in multiwindow
JP2714114B2 (en) Graphic processing method and graphic system
JPS6324461A (en) Composite document processor
JP2000098996A (en) Image display device
JPS63240682A (en) Clipping processing system for graphic display
JPS62177583A (en) Scrolling system for multi-window screen
JPS63141182A (en) Deciding system for graphic passing through specified area
JPH05165596A (en) Window scroll system
JPH0282315A (en) Multiwindow processing device with thinning display function
JPS63140326A (en) Window display control system
JPH03219290A (en) Multi-screen simultaneous display device
JPS63106078A (en) Display method for character string echo of graphic processor
JPH0644028A (en) Data input/output system
JPH0240712A (en) Multiwindow screen display device