JPH0721005A - Image display method for client/server system - Google Patents

Image display method for client/server system

Info

Publication number
JPH0721005A
JPH0721005A JP5187613A JP18761393A JPH0721005A JP H0721005 A JPH0721005 A JP H0721005A JP 5187613 A JP5187613 A JP 5187613A JP 18761393 A JP18761393 A JP 18761393A JP H0721005 A JPH0721005 A JP H0721005A
Authority
JP
Japan
Prior art keywords
window
data
display
image data
image
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
JP5187613A
Other languages
Japanese (ja)
Inventor
Yasunari Suzuki
保成 鈴木
Rika Waida
理科 和井田
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.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan 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 Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP5187613A priority Critical patent/JPH0721005A/en
Publication of JPH0721005A publication Critical patent/JPH0721005A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To provide the method for displaying a context asynchronous with compressed window image data while matching them when executing window display while expanding and reproducing those data at the work station of a client/server system or the like. CONSTITUTION:An arbitration program 11 is provided at a client process part 3, when there is the display instruction of a window, the context (such as cursor data and image data under preparation) of a display controller 8 is temporarily saved by a server process part 4 and after the window image data are expansively reproduced and expanded in the frame buffer of the display controller 8, the context is recovered and displayed on the window image while being mixed. On the other hand, when an EXPOSE event is generated, a partial plotting program 12 provided at the client process part 3 executes EXPOSE plotting with the compressed image data as a target.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はクライアント/サーバ方
式における画像表示方法に係り、ワークステーションや
LAN(Local area network)等に適用され、ディスプレ
イへのウィンドウ画像の表示速度を高速化するために圧
縮画像データを用いた場合において、非同期なコンテキ
ストを表示する際にウィンドウ画像との整合性を確保さ
せる方法、及びEXPOSEイベントが発生した際の表示方法
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image display method in a client / server system, which is applied to a workstation, a LAN (Local Area Network), etc., and is compressed in order to increase the display speed of a window image on a display. The present invention relates to a method of ensuring consistency with a window image when displaying an asynchronous context when image data is used, and a display method when an EXPOSE event occurs.

【0002】[0002]

【従来の技術】最近、ワークステーションやLANにお
いて、オペレイティングシステムをアプリケーションプ
ラットホームとしてとらえ、アプリケーションプログラ
ムにポータビリティをもたせたシステムが普及してい
る。また、従来の文字による入出力を中心としたCUI
(Character user interface)からグラフィックス機能に
基づくGUI(Grafical user interface)が入力インタ
ーフェイスとして活用されるようになっている。
2. Description of the Related Art Recently, in workstations and LANs, a system in which an operating system is regarded as an application platform and an application program has portability has become widespread. In addition, CUI centered on conventional character input / output
From (Character user interface), a GUI (Grafical user interface) based on a graphics function is utilized as an input interface.

【0003】そして、GUIを用いた場合には、ウィン
ドウ画面に絵記号(アイコン)等を表示させるグラフィッ
ク処理が伴い、オペレイティングシステムにその全ての
処理を実行させると負担が大きくなり過ぎるため、ユー
ザプログラムとしてクライアントプログラムとウィンド
ウシステム用のサーバプログラムを設けておき、それら
にグラフィック処理を実行させることで入力画面等の高
速な表示を可能にしている。更に、前記のクライアント
/サーバ方式は、単にウィンドウ画像の表示だけでな
く、計算処理やデータベースの入出力管理等の各種処理
を実行させる場合にも広く採用されており、それぞれの
処理に応じたクライアントプログラムとサーバプログラ
ムを設けておくことにより効率的な分散処理を実現して
いる。
When a GUI is used, graphic processing for displaying pictorial symbols (icons) and the like on the window screen is accompanied, and if the operating system executes all of the processing, the load becomes too large. A client program and a window system server program are provided as programs, and graphic processing is executed by these programs to enable high-speed display of input screens and the like. Furthermore, the above-mentioned client / server method is widely adopted not only for displaying window images, but also for executing various processing such as calculation processing and database input / output management. Efficient distributed processing is realized by providing a program and a server program.

【0004】ところで、クライアント/サーバ方式でウ
ィンドウ画像を表示させる場合には、クライアントプロ
セス部がライブラリから読出したウィンドウの表示用画
像データをセーブしており、クライアントプロセス部
が指示に係るウィンドウ選択データをサーバプロセス部
へ出力し、サーバプロセス部がウィンドウ選択データ
に対応したウィンドウの位置・範囲データをクライアン
トプロセス部へ返送して通知し、クライアントプロセ
ス部が通知データに対応する表示用画像データをシステ
ムコールによってオペレイティングシステムへ転送し、
オペレイティングシステムが転送された各データをサ
ーバプロセス部へ転送し、サーバプロセス部が表示制
御装置を管理しながら通知データ(位置・範囲データ)を
用いて画像データを組立てて表示制御装置のフレームバ
ッファに展開し、表示制御装置がディスプレイに選択
されたウィンドウ画像を表示させるという手順をとる。
By the way, when displaying a window image by the client / server method, the client process section saves the window display image data read from the library, and the client process section saves the window selection data instructed. Output to the server process section, the server process section returns the window position / range data corresponding to the window selection data to the client process section and notifies it, and the client process section system calls the display image data corresponding to the notification data. Transferred to the operating system by
The operating system transfers each transferred data to the server process unit, and while the server process unit manages the display control unit, the image data is assembled using the notification data (position / range data) and the frame buffer of the display control unit. And the display controller causes the display to display the selected window image.

【0005】従って、オペレイティングシステムはデー
タ転送を実行するに留まり、サーバプロセス部が最終的
なウィンドウ画像の表示を管理することになるが、前記
の手順ではウィンドウの表示用画像データとして生デー
タを扱っており、且つユーザプロセス側(クライアント
プロセス部及びサーバプロセス部)とオペレイティング
システム側との間で表示用画像データを往復転送させて
いるために、ディスプレイにウィンドウ画像を表示させ
るまでに時間がかかり過ぎるという問題が生じる。 ま
た、システムコールの回数が多くなるためにオーバヘッ
ドが重くなり、クライアントプロセス部のメモリに大容
量のものを用意しておかねばならず、更にライブラリに
ついてもウィンドウの表示用画像データによるメモリ占
有率が高くなる等の不利がある。
Therefore, the operating system only executes the data transfer, and the server process unit manages the final display of the window image. In the above procedure, the raw data is used as the window display image data. Since it is handled and the display image data is transferred back and forth between the user process side (client process part and server process part) and the operating system side, it takes time to display the window image on the display. The problem of taking too much arises. Also, since the number of system calls increases, the overhead becomes heavy, and it is necessary to prepare a large amount of memory for the client process part. Furthermore, for the library, the memory occupation rate of the window display image data is also increased. There are disadvantages such as higher costs.

【0006】そこで、本願出願人は、前記の問題点を解
消させることを目的として、「ウィンドウの画像データ
を圧縮画像データとしてライブラリに登録しておくと共
に、画像データの伸張装置を設け、選択されたウィンド
ウの圧縮画像データをクライアントプロセス部からオペ
レイティングシステムのデバイスドライバ内へ転送し
て、オペレイティングシステムが画像データ伸張装置を
制御しながらウィンドウ画像を再生させるようにしたウ
ィンドウ表示方法」(平成5年5月28日提出の特許願:「ク
ライアント/サーバ方式におけるウィンドウ表示方法」)
を提案している。
Therefore, for the purpose of solving the above-mentioned problems, the applicant of the present invention said, "In addition to registering the image data of the window as compressed image data in the library, an image data decompressing device is provided and selected. A method of displaying a window in which compressed image data of a window is transferred from the client process unit to the device driver of the operating system so that the operating system plays the window image while controlling the image data decompression device. Patent application filed on May 28, 2014: "Window display method in client / server method")
Is proposed.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、その提
案内容のようにウィンドウ画像データとして圧縮データ
を用いると、ウィンドウ画像の表示に関してはオペレイ
ティングシステムが画像データ伸張装置や表示制御部を
管理下において実行するのに対して、カーソルデータや
作成中の画像データ等のコンテキストは本来の手順でサ
ーバプロセス部が実行することになり、双方の画像デー
タは非同期であることからディスプレイに混在表示させ
るには何等かの調停が必要となる。また、マルチウィン
ドウの表示状態でウィンドウの移動や重なり具合の変更
があった場合にはEXPOSEイベントが発生するが、その場
合にも前記と同様の調停機能が必要になる。
However, when the compressed data is used as the window image data as in the contents of the proposal, the operating system executes the image data decompression device and the display control unit under the control of the window image display. On the other hand, the context of cursor data, image data being created, etc. will be executed by the server process part in the original procedure, and since both image data are asynchronous, there is no way to display them together on the display. It needs arbitration. Further, when the windows are moved or the degree of overlapping is changed in the multi-window display state, the EXPOSE event is generated, and in that case, the arbitration function similar to the above is required.

【0008】一方、表示制御部のフレームバッファにオ
ペレイションシステムとサーバプロセス部がそれぞれ独
立に管理するセーブ領域を設けておき、アトリビュート
データによって表示画像を選択管理させるようにする
と、簡単なメモリ制御によって前記の非同期関係を解消
させることができるが、容量の大きいフレームバッファ
を用意しておかねばならないためにハードウェアのコス
トアップを招き、また一般にクライアント/サーバ方式
ではサーバプロセス部側に圧縮画像の伸張を想定してプ
ログラムが書かれていないためにサーバプロセス部側を
拡張しなければならない等の問題が派生する。
On the other hand, if a save area that the operation system and the server process section independently manage is provided in the frame buffer of the display controller and the display image is selectively managed by the attribute data, simple memory control is performed. Although it is possible to eliminate the above asynchronous relationship, it is necessary to prepare a frame buffer with a large capacity, which causes an increase in hardware cost. In general, in the client / server method, the compressed image is expanded on the server process side. The problem arises that the server process part side must be expanded because the program is not written assuming.

【0009】そこで、本発明は、ウィンドウ画像データ
として圧縮データを用いた場合に、大きな容量のフレー
ムバッファを用いずに、またサーバプロセス部側の拡張
を行うことなく、ソフトウェア的にウィンドウ画像デー
タの表示と非同期なコンテキストの表示に係る整合性を
確保させることを目的として創作された。
Therefore, according to the present invention, when the compressed data is used as the window image data, the window image data can be processed by software without using a frame buffer having a large capacity and without expanding the server process side. It was created for the purpose of ensuring the consistency of the display of the context that is asynchronous with the display.

【0010】[0010]

【課題を解決するための手段】本発明は、ライブラリか
らウィンドウの圧縮画像データを読出してクライアント
プロセス部にセーブさせておき、操作部からのウィンド
ウの選択表示要求に基づいてクライアントプロセス部が
サーバプロセス部へウィンドウの選択データを送出し、
前記サーバプロセス部が前記選択データに対応したウィ
ンドウ画像の位置・範囲データを前記クライアントプロ
セス部へ通知し、前記クライアントプロセス部が前記通
知データとその通知データに対応したウィンドウの画像
データを前記オペレイティングシステムへ転送し、前記
オペレイティングシステムが前記圧縮画像データを画像
データ伸張装置へ転送しながら前記通知データを用いて
前記画像データ伸張装置を制御して表示用画像データを
再生せしめ、表示制御装置が前記再生データによるウィ
ンドウ画像をディスプレイに表示させるクライアント/
サーバ方式における画像表示方法において、前記クライ
アントプロセス部にウィンドウの圧縮画像データの表示
とその圧縮画像データに非同期なコンテキストの表示を
調停する調停プログラムを設け、前記操作部からウィン
ドウの選択表示要求が有った場合に、前記クライアント
プロセス部の調停プログラムに基づいて、前記オペレイ
ティングシステムが表示中のコンテキストを前記サーバ
プロセス部で退避させ、ウィンドウ画像をディスプレイ
に表示させた後に、前記オペレイティングシステムが前
記サーバプロセス部のコンテキストを復帰させて表示制
御部のフレームバッファに展開することにより、ディス
プレイのウィンドウ画像に前記コンテキストの画像を混
在表示させることを特徴としたクライアント/サーバ方
式における画像表示方法に係る。
According to the present invention, compressed image data of a window is read out from a library and saved in a client process section, and the client process section executes a server process based on a window selection display request from an operation section. Send window selection data to
The server process unit notifies the client process unit of the position / range data of the window image corresponding to the selection data, and the client process unit performs the operation of the notification data and the image data of the window corresponding to the notification data. To the system and the operating system transfers the compressed image data to the image data decompression device while controlling the image data decompression device using the notification data to reproduce the display image data. A client for displaying a window image based on the reproduction data on a display /
In the server-based image display method, an arbitration program that arbitrates the display of the compressed image data of the window and the display of the context asynchronous with the compressed image data is provided in the client process unit, and a window selection display request is issued from the operation unit. In this case, based on the arbitration program of the client process unit, the context being displayed by the operating system is saved in the server process unit, the window image is displayed on the display, and then the operating system is An image table in the client / server system characterized in that the context image of the server process unit is restored and expanded in the frame buffer of the display control unit so that the image of the context is mixedly displayed in the window image of the display. To a method.

【0011】また、ウィンドウ画像にEXPOSEイベントが
発生した場合においても前記発明の手順が実行される
が、その際の部分描画については、クライアントプロセ
ス部にウィンドウ画像の圧縮データを対象とする部分描
画プログラムを設けておき、前記クライアントプロセス
部がその部分描画プログラムに基づいてサーバプロセス
部のイベントデータから部分描画に係る位置・範囲デー
タを検出し、クライアントプロセス部がセーブしている
ウィンドウの圧縮画像データから前記の位置・範囲デー
タに対応した圧縮画像データを読出し、オペレイティン
グシステムが前記の位置・範囲データを用いて画像デー
タ伸張装置を制御して表示用画像データを再生せしめ、
その再生データを表示制御部に展開することにより実行
させることができる。
Further, when the EXPOSE event occurs in the window image, the procedure of the above-mentioned invention is executed, but regarding the partial drawing at that time, a partial drawing program for the compressed data of the window image is executed in the client process section. Is provided, the client process section detects position / range data related to partial drawing from the event data of the server process section based on the partial drawing program, and the compressed image data of the window saved by the client process section is detected. The compressed image data corresponding to the position / range data is read out, and the operating system controls the image data expansion device using the position / range data to reproduce the display image data,
It can be executed by expanding the reproduction data in the display control unit.

【0012】[0012]

【作用】ウィンドウ画像データとして圧縮データを用い
ているためにコンテキストがウィンドウ画像データと非
同期の関係になるが、本発明では、ウィンドウとコンテ
キストをディスプレイ上に混在表示させる際に、クライ
アントプロセス部に書かれている調停プログラムに基づ
いて各データの表示手順を調停している。即ち、コンテ
キストを一旦サーバプロセス部の内部で退避させてお
き、ウィンドウ画像データを表示させた後にコンテキス
トを復帰表示させるという手順が実行されるため、表示
制御装置に1フレーム分のフレームバッファを設けてお
くだけで混在表示に係る整合性を確保させることができ
る。
Since the context has an asynchronous relationship with the window image data because the compressed data is used as the window image data, in the present invention, when the window and the context are mixedly displayed on the display, the context is written to the client process section. The display procedure of each data is arbitrated based on the arbitration program. That is, since the procedure of temporarily saving the context inside the server process unit, displaying the window image data and then restoring the context is executed, a frame buffer for one frame is provided in the display control device. Just by setting it, it is possible to ensure the consistency of the mixed display.

【0013】一方、ウィンドウに係るEXPOSEイベントが
発生した際には、当然に圧縮データによる部分描画が必
要になるが、その機能についてもクライアントプロセス
部側に圧縮データを対象とした部分描画プログラムを設
けておくだけでEXPOSEイベントを管理でき、コンテキス
トに関しては前記の表示手順を実行させることで混在表
示での整合性は確保される。
On the other hand, when an EXPOSE event related to a window occurs, it is naturally necessary to perform partial drawing using compressed data. Regarding this function, the client process section side is also provided with a partial drawing program for compressed data. The EXPOSE event can be managed simply by setting it in advance. Consistency in mixed display can be ensured by executing the above-mentioned display procedure for the context.

【0014】[0014]

【実施例】以下、本発明のクライアント/サーバ方式に
おける画像表示方法の実施例を図面を用いて詳細に説明
する。先ず、図1はワークステーションにおけるウィン
ドウ表示システムのシステム構成図を示し、コンピュー
タ1は、オペレイティングシステム2と、ユーザプログラ
ムとして移植されたクライアントプロセス部3及びウィ
ンドウシステム用のサーバプロセス部4を有している。
また、コンピュータ1には入力操作部としてのキーボー
ド5とマウス6、ウィンドウの圧縮画像データ[JPEG(Join
t photographic coding exparts group)による圧縮デー
タ]等が登録されているライブラリ7、及び表示部(表示
制御部8とディスプレイ9)が接続されているが、表示制
御部8の前段にはJPEGデータをデコードする画像データ
伸張装置10と表示用画像データをDMA方式で表示用制
御部8のフレームバッファに展開する部分描画装置10aが
設けられている。
Embodiments of the image display method in the client / server system of the present invention will be described in detail below with reference to the drawings. First, FIG. 1 shows a system configuration diagram of a window display system in a workstation, and a computer 1 has an operating system 2, a client process unit 3 ported as a user program, and a server process unit 4 for a window system. ing.
In addition, the computer 1 has a keyboard 5 and a mouse 6 as input operation units, and compressed image data [JPEG (Join
t The library 7 in which compressed data by photographic coding exparts group) and the like are registered, and the display unit (display control unit 8 and display 9) are connected, but JPEG data is decoded before the display control unit 8. An image data decompression device 10 and a partial drawing device 10a for expanding the display image data in the frame buffer of the display control unit 8 by the DMA method are provided.

【0015】そして、本実施例システムの特徴はクライ
アントプロセス部3に調停プログラム11と部分描画プロ
グラム12が書込まれている点にある。ここに、調停プロ
グラム11はウィンドウ画像データとクライアントプロセ
ス部3で管理されているコンテキストをディスプレイ9へ
混在表示させる場合の調停を実行するプログラムであ
り、部分描画プログラム12はウィンドウの移動や重なり
具合の変更に伴うEXPOSEイベントが発生した場合に圧縮
データを対象とした部分描画を実行させるプログラムで
ある。
The system of this embodiment is characterized in that the arbitration program 11 and the partial drawing program 12 are written in the client process section 3. Here, the arbitration program 11 is a program that performs arbitration when the window image data and the context managed by the client process unit 3 are mixedly displayed on the display 9, and the partial drawing program 12 is used to move or overlap windows. This program executes partial drawing for compressed data when an EXPOSE event associated with the change occurs.

【0016】次に、本実施例システムによるウィンドウ
画像データとコンテキスト(例えばカーソルデータ)の表
示手順を図2のフローチャートを参照しながら説明す
る。先ず、前提としてウィンドウの圧縮画像データはラ
イブラリ7から読出されてクライアントプロセス部3の内
部メモリにセーブされている。また、カーソルの位置を
示すカーソルデータはマウス6から得られているが、オ
ペレイティングシステム2を介してサーバプロセス部4に
書込まれており、オペレイティングシステム2はサーバ
プロセス部4のカーソル管理データを用いてカーソル描
画データを表示制御装置8のフレームバッファへ展開さ
せることによりディスプレイ9の対応位置にカーソルを
表示させ、一方、ウィンドウ画像の圧縮データについて
はライブラリ7→クライアントプロセス部3→オペレイテ
ィングシステム2→画像データ伸張装置10→部分描画装
置10a→表示制御装置8と転送されて、画像データ伸張装
置10で再生された表示用画像データがディスプレイ9へ
表示される。
Next, the procedure for displaying window image data and context (for example, cursor data) by the system of this embodiment will be described with reference to the flowchart of FIG. First, as a premise, the compressed image data of the window is read from the library 7 and saved in the internal memory of the client process unit 3. Also, the cursor data indicating the position of the cursor is obtained from the mouse 6, but it is written in the server process unit 4 via the operating system 2, and the operating system 2 is the cursor management data of the server process unit 4. The cursor drawing data is expanded into the frame buffer of the display control device 8 by using to display the cursor at the corresponding position on the display 9, while for the compressed data of the window image, the library 7 → client process unit 3 → operating system. The image data for display reproduced by the image data decompressing device 10 transferred from the image data decompressing device 2 to the image drawing device 10a → the partial drawing device 10a → the display control device 8 is displayed on the display 9.

【0017】今、コンテキスト又はウィンドウ画像の表
示中にキーボード5又はマウス6の操作によって新たにウ
ィンドウ画像の表示指示がなされると、クライアントプ
ロセス部3の調停プログラム11が起動され、オペレイテ
ィングシステム2はその時点でのカーソルデータをサー
バプロセス部4の内部で退避させる(S1,S2)。
When a new window image display instruction is issued by operating the keyboard 5 or the mouse 6 while the context or window image is being displayed, the arbitration program 11 of the client process unit 3 is activated and the operating system 2 The cursor data at that time is saved inside the server process unit 4 (S1, S2).

【0018】ここで、クライアントプロセス部3は指示
に基づくウィンドウ選択データをサーバプロセス部4へ
転送し、それに対してサーバプロセス部4がウィンドウ
選択データに対応したウィンドウの位置・範囲データを
クライアントプロセス部4へ返送して通知する(S3,S4)。
一方、通知を受けたクライアントプロセス部3は内部メ
モリから選択ウィンドウの圧縮画像データを読出し、シ
ステムコールによってその圧縮画像データを前記の通知
データ(位置・範囲データ)と共にオペレイティングシス
テム2のデバイスドライバ内へ転送する(S5,S6)。
Here, the client process unit 3 transfers the window selection data based on the instruction to the server process unit 4, and the server process unit 4 sends the position / range data of the window corresponding to the window selection data to the client process unit 4. It returns to 4 and notifies (S3, S4).
On the other hand, the client process unit 3 which has received the notification reads the compressed image data of the selected window from the internal memory, and the compressed image data is stored in the device driver of the operating system 2 together with the notification data (position / range data) by a system call. Transfer to (S5, S6).

【0019】そして、オペレイティングシステム2のデ
バイスドライバは圧縮画像データを画像データ伸張装置
10へ順次転送し、画像データ伸張装置10が圧縮画像デー
タを伸張再生してゆくが、その際に、オペレイティング
システム2は通知データ(位置・範囲データ)を用いて画像
データ伸張装置10と部分描画装置10aを制御することに
よりウィンドウの表示画像を表示制御部8のフレームバ
ッファに展開させて選択されたウィンドウ画像13をディ
スプレイ9に表示させる(S7〜S9)。
Then, the device driver of the operating system 2 converts the compressed image data into an image data expansion device.
The image data decompression device 10 decompresses and reproduces the compressed image data in sequence, and at that time, the operating system 2 uses the notification data (position / range data) to partially reconstruct the image data decompression device 10. By controlling the drawing device 10a, the display image of the window is expanded in the frame buffer of the display controller 8 and the selected window image 13 is displayed on the display 9 (S7 to S9).

【0020】ここで、初期の手順(S2)によってカーソル
データはサーバプロセス部4に退避せしめられている
が、オペレイティングシステム2がウィンドウ画像の表
示完了状態を表示制御部8から確認すると、クライアン
トプロセス部11の調停プログラムに基づいてサーバプロ
セス部4のカーソルデータを復帰させ、そのカーソルデ
ータを表示制御部8のフレームバッファに展開させる(S1
0,S11)。その結果、ディスプレイ9には、選択されたウ
ィンドウ画像13が表示された後、直ちにサーバプロセス
部4が退避させていたカーソルデータに対応する位置に
カーソル14が表示されることになる(S12)。そして、そ
の後にはマウス6やキーボード5を用いた各種の操作に基
づくデータ処理が実行されるが、ウィンドウの表示指示
があれば再び上記の手順を繰返す(S13→S1)。
Here, although the cursor data is saved in the server process unit 4 by the initial procedure (S2), when the operating system 2 confirms the display completion state of the window image from the display control unit 8, the client process The cursor data of the server process unit 4 is restored based on the arbitration program of the unit 11, and the cursor data is expanded in the frame buffer of the display control unit 8 (S1
0, S11). As a result, after the selected window image 13 is displayed on the display 9, the cursor 14 is immediately displayed at the position corresponding to the cursor data saved by the server process unit 4 (S12). Then, thereafter, data processing based on various operations using the mouse 6 and the keyboard 5 is executed, but if there is a window display instruction, the above procedure is repeated again (S13 → S1).

【0021】次に、EXPOSEイベントが発生した場合にお
けるウィンドウ画像データとコンテキストの表示手順を
図3のフローチャートを参照しながら説明する。尚、こ
の実施例では、図4(a)に示すように、ウィンドウA,
B,C,Dからなるマルチウィンドウ画像が表示されてい
る状態で、ウィンドウBがウィンドウAの上へ変更され
た場合を事例として説明する。
Next, the procedure for displaying the window image data and the context when the EXPOSE event occurs will be described with reference to the flowchart of FIG. Incidentally, in this embodiment, as shown in FIG.
A case where the window B is changed to the window A while the multi-window image including B, C, and D is displayed will be described as an example.

【0022】先ず、キーボード5又はマウス6からウィン
ドウの重なり具合の変更(レイアウトの変更)があると、
サーバプロセス部4は前記のレイアウト変更に対応したE
XPOSEイベントをクライアントプロセス部3へ通知し、オ
ペレイティングシステム2が表示中のコンテキストをサ
ーバプロセス部4の内部で退避させる(S21〜S23)。即
ち、図4(a)に示すように、マルチウィンドウ画像の中
にカーソル14や作成中のコンテキスト画像(散点領域)15
が表示されている場合には、表示制御部8のフレームバ
ッファに展開されているそれらのコンテキストをサーバ
プロセス部4で退避させた状態となる。
First, if there is a change in the degree of window overlap (change in layout) from the keyboard 5 or mouse 6,
The server process unit 4 uses the E
The XPOSE event is notified to the client process unit 3, and the context being displayed by the operating system 2 is saved inside the server process unit 4 (S21 to S23). That is, as shown in FIG. 4A, the cursor 14 and the context image (scattered area) 15 being created are displayed in the multi-window image.
When is displayed, the contexts developed in the frame buffer of the display control unit 8 are saved in the server process unit 4.

【0023】ここで、クライアントプロセス部3はEXPOS
Eイベントが発生したウィンドウの選択データをサーバ
プロセス部4へ転送するが、サーバプロセス部4はその転
送データに対応したウィンドウの位置・範囲データをク
ライアントプロセス部3へ返送して通知する(S24,S25)。
そして、クライアントプロセス部4は内部メモリにセー
ブさせているウィンドウの位置・範囲データと前記の通
知データに基づいて描画位置・範囲を決定し、その段階
で部分描画プログラム12を起動させる(S26)。
Here, the client process unit 3 uses EXPOS
The E-event window selection data is transferred to the server process unit 4, but the server process unit 4 returns the window position / range data corresponding to the transferred data to the client process unit 3 to notify it (S24, S25).
Then, the client process unit 4 determines the drawing position / range based on the position / range data of the window saved in the internal memory and the notification data, and activates the partial drawing program 12 at that stage (S26).

【0024】部分描画プログラム12の起動により、クラ
イアントプロセス部3はセーブしているウィンドウの圧
縮画像データから前記の描画位置・範囲データに対応す
る部分描画用データを読出してオペレイティングシステ
ム2へ転送する(S27)。即ち、図4の事例であれば、ウィ
ンドウの重なり具合の変更によってウィンドウAとウィ
ンドウBの重複領域[図4(b)の斜線領域]が部分描画領
域に相当することになり、ウィンドウBに係るその矩形
領域の圧縮画像データが転送される。
Upon activation of the partial drawing program 12, the client process section 3 reads out partial drawing data corresponding to the drawing position / range data from the compressed image data of the saved window and transfers it to the operating system 2. (S27). That is, in the case of FIG. 4, the overlapping area of the window A and the window B [hatched area in FIG. 4B] corresponds to the partial drawing area by changing the overlapping degree of the windows. The compressed image data of the rectangular area is transferred.

【0025】以降、前記の実施例と同様に、前記の部分
描画用の圧縮画像データをクライアントプログラム部3
→オペレイティングシステム2→画像データ伸張装置10
へ転送することになるが、オペレイティングシステム2
が画像データ伸張装置10と部分描画装置10aのDMA機
能を制御しながら再生された表示用画像データを表示制
御装置8のフレームバッファに展開し、クライアントプ
ロセス部3から転送された位置・範囲データに対応した領
域の表示用画像データを書換える(S28,S29)。従って、
この実施例システムでは、クライアントプロセス部3の
部分描画プログラム12に基づいた前記手順により、表示
制御装置8のフレームバッファには1フレーム分の表示
メモリを用意しておけば足り、当然にアトリビュートに
よる選択表示を行う必要もない。
Thereafter, as in the above-described embodiment, the compressed image data for partial drawing described above is transferred to the client program unit 3.
→ Operating system 2 → Image data expansion device 10
Will be transferred to the operating system 2
Expands the display image data reproduced while controlling the DMA functions of the image data decompressing device 10 and the partial drawing device 10a in the frame buffer of the display control device 8 and converts it into the position / range data transferred from the client process unit 3. The display image data of the corresponding area is rewritten (S28, S29). Therefore,
In the system of this embodiment, it is sufficient to prepare a display memory for one frame in the frame buffer of the display control device 8 according to the procedure based on the partial drawing program 12 of the client process unit 3, and of course, selection by attributes. No need to display.

【0026】そして、オペレイティングシステム2は部
分描画が完了したことを表示制御部8から確認し、クラ
イアントプロセス部11の調停プログラムに基づいてサー
バプロセス部4のコンテキストを復帰させ、そのコンテ
キストを表示制御部8のフレームバッファに展開させる
(S30〜S32)。その結果、ディスプレイ9には、図4(b)
に示されるように、部分描画領域(斜線領域)がEXPOSE表
示された後、直ちにサーバプロセス部4が退避させてい
たカーソル14と作成中のコンテキスト画像(散点領域)15
が表示されることになる(S33)。
Then, the operating system 2 confirms from the display control unit 8 that the partial drawing is completed, restores the context of the server process unit 4 based on the arbitration program of the client process unit 11, and controls the display of the context. Expand to the frame buffer of part 8
(S30-S32). As a result, the display 9 is shown in FIG.
As shown in, the cursor 14 was saved by the server process unit 4 immediately after the partial drawing area (hatched area) was displayed EXPOSE and the context image (scattered area) 15 being created.
Will be displayed (S33).

【0027】[0027]

【発明の効果】本発明のクライアント/サーバ方式にお
ける画像表示方法は、以上の構成を有していることによ
り、次のような効果を奏する。請求項1の発明は、ウィ
ンドウ画像データとして圧縮データを用い、それを伸張
再生してウィンドウ画像を表示させる場合に、クライア
ントプロセス部に書かれた調停プログラムに基づいて、
ウィンドウ画像の表示段階でカーソルデータや作成中の
画像データ等のようにウィンドウ画像データと非同期な
コンテキストを一旦サーバプロセス部で退避させ、ウィ
ンドウ画像を表示させた後に復帰させるようにしている
ため、ウィンドウ画像を高速表示させながらコンテキス
トの画像を整合性をもって表示させることを可能にす
る。請求項2の発明は、クライアントプロセス部にウィ
ンドウ画像の圧縮データを対象とした部分描画プログラ
ムを設けたことにより、圧縮データを用いたEXPOSEイベ
ントでの迅速な部分描画を可能にする。また、双方の発
明は、ウィンドウ画像とコンテキスト画像の表示を調停
制御しているために、アトリビュートによる選択制御の
必要がなく、表示制御部のフレームバッファについても
1フレーム分のメモリ領域を用意しておけば足りる。更
に、クライアントプロセス部に調停プログラムや部分描
画プログラムを書き込んでおくだけで、サーバプロセス
部を拡張する必要がないという利点を有している。
The image display method in the client / server system of the present invention has the following effects due to the above configuration. According to the invention of claim 1, when the compressed data is used as the window image data and the window image is displayed by decompressing and reproducing it, based on the arbitration program written in the client process unit,
In the window image display stage, the context that is asynchronous with the window image data, such as cursor data and image data being created, is temporarily saved in the server process part, and the window image is displayed and then restored. It is possible to display the image of the context with consistency while displaying the image at high speed. According to the second aspect of the present invention, the client process section is provided with the partial drawing program for the compressed data of the window image, thereby enabling the quick partial drawing at the EXPOSE event using the compressed data. Further, in both inventions, since the display of the window image and the context image is arbitrated and controlled, there is no need for selection control by attributes, and the frame buffer of the display control unit also has a memory area for one frame. It's enough. Further, there is an advantage that it is not necessary to expand the server process unit by only writing the arbitration program and the partial drawing program in the client process unit.

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

【図1】本発明のクライアント/サーバ方式における画
像表示方法を適用したワークステーションにおけるウィ
ンドウ表示システムのシステム構成図である。
FIG. 1 is a system configuration diagram of a window display system in a workstation to which an image display method in a client / server system of the present invention is applied.

【図2】ウィンドウの表示指示があった場合におけるウ
ィンドウ画像データとコンテキストの表示手順を示すフ
ローチャートである。
FIG. 2 is a flowchart showing a procedure for displaying window image data and context when there is a window display instruction.

【図3】EXPOSEイベントが発生した場合におけるウィン
ドウ画像データとコンテキストの表示手順を示すフロー
チャートである。
FIG. 3 is a flowchart showing a procedure for displaying window image data and context when an EXPOSE event occurs.

【図4】EXPOSEイベントが発生時におけるウィンドウ画
面を示す図である。
FIG. 4 is a diagram showing a window screen when an EXPOSE event occurs.

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

1…コンピュータ、2…オペレイティングシステム、3…
クライアントプロセス部、4…サーバプロセス部、5…キ
ーボード(操作部)、6…マウス(操作部)、7…ライブラ
リ、8…表示制御部、9…ディスプレイ、10…画像データ
伸張装置、10a…部分描画装置、11…調停プログラム、1
2…部分描画プログラム、13…ウィンドウ画像、14…カ
ーソル、15…コンテキスト画像。
1 ... Computer, 2 ... Operating system, 3 ...
Client process part, 4 ... Server process part, 5 ... Keyboard (operation part), 6 ... Mouse (operation part), 7 ... Library, 8 ... Display control part, 9 ... Display, 10 ... Image data expansion device, 10a ... Part Drawing device, 11 ... Arbitration program, 1
2 ... Partial drawing program, 13 ... Window image, 14 ... Cursor, 15 ... Context image.

─────────────────────────────────────────────────────
─────────────────────────────────────────────────── ───

【手続補正書】[Procedure amendment]

【提出日】平成6年9月22日[Submission date] September 22, 1994

【手続補正1】[Procedure Amendment 1]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】請求項1[Name of item to be corrected] Claim 1

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【手続補正2】[Procedure Amendment 2]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0010[Correction target item name] 0010

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0010】[0010]

【課題を解決するための手段】本発明は、ライブラリか
らウィンドウの圧縮画像データを読出してクライアント
プロセス部にセーブさせておき、操作部からのウィンド
ウの選択表示要求に基づいてクライアントプロセス部が
サーバプロセス部へウィンドウの選択データを送出し、
前記サーバプロセス部が前記選択データに対応したウィ
ンドウ画像の位置・範囲データを前記クライアントプロ
セス部へ通知し、前記クライアントプロセス部が前記通
知データとその通知データに対応したウィンドウの画像
データを前記オペレイティングシステムへ転送し、前記
オペレイティングシステムが前記圧縮画像データを画像
データ伸張装置へ転送しながら前記通知データを用いて
前記画像データ伸張装置を制御して表示用画像データを
再生せしめ、表示制御装置が前記再生データによるウィ
ンドウ画像をディスプレイに表示させるクライアント/
サーバ方式における画像表示方法において、前記クライ
アントプロセス部にウィンドウの圧縮画像データの表示
とその圧縮画像データに非同期なコンテキストの表示を
調停する調停プログラムを設け、前記操作部からウィン
ドウの選択表示要求が有った場合に、前記クライアント
プロセス部の調停プログラムに基づいて、表示中のコン
テキストを前記サーバプロセス部で退避させ、ウィンド
ウ画像をディスプレイに表示させた後に、前記サーバプ
ロセス部のコンテキストを復帰させて前記オペレイティ
ングシステムが表示制御部のフレームバッファに展開す
ることにより、ディスプレイのウィンドウ画像に前記コ
ンテキストの画像を混在表示させることを特徴としたク
ライアント/サーバ方式における画像表示方法に係る。
According to the present invention, compressed image data of a window is read out from a library and saved in a client process section, and the client process section executes a server process based on a window selection display request from an operation section. Send window selection data to
The server process unit notifies the client process unit of the position / range data of the window image corresponding to the selection data, and the client process unit performs the operation of the notification data and the image data of the window corresponding to the notification data. To the system, and the operating system transfers the compressed image data to the image data decompressing device while controlling the image data decompressing device using the notification data to reproduce the display image data. A client for displaying a window image based on the reproduction data on a display /
In the image display method in the server system, an arbitration program that arbitrates the display of the compressed image data of the window and the display of the context asynchronous to the compressed image data is provided in the client process unit, and a window selection display request is issued from the operation unit. when Tsu, based on the arbitration program of the client process unit, a context While browsing retracted by the server process unit, after displaying the window image on the display, to return the context of the previous SL server process unit The above-mentioned operation
The image display method in the client / server system is characterized in that the context system is mixedly displayed in the window image of the display by expanding it in the frame buffer of the display control unit.

【手続補正3】[Procedure 3]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0017[Correction target item name] 0017

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0017】今、コンテキスト又はウィンドウ画像の表
示中にキーボード5又はマウス6の操作によって新たにウ
ィンドウ画像の表示指示がなされると、クライアントプ
ロセス部3の調停プログラム11が起動され、その時点で
のカーソルデータをサーバプロセス部4の内部で退避さ
せる(S1,S2)。
[0017] Now, when the display instruction of the newly window image is made by operating the keyboard 5 or mouse 6 while viewing the context or window image, arbitration program 11 of the client process portion 3 is started, at the time of its The cursor data is saved inside the server process unit 4 (S1, S2).

【手続補正4】[Procedure amendment 4]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0022[Name of item to be corrected] 0022

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0022】先ず、キーボード5又はマウス6からウィン
ドウの重なり具合の変更(レイアウトの変更)があると、
サーバプロセス部4は前記のレイアウト変更に対応したE
XPOSEイベントをクライアントプロセス部3へ通知し、表
示中のコンテキストをサーバプロセス部4の内部で退避
させる(S21〜S23)。即ち、図4(a)に示すように、マル
チウィンドウ画像の中にカーソル14や作成中のコンテキ
スト画像(散点領域)15が表示されている場合には、表示
制御部8のフレームバッファに展開されているそれらの
コンテキストをサーバプロセス部4で退避させた状態と
なる。
First, if there is a change in the degree of window overlap (change in layout) from the keyboard 5 or mouse 6,
The server process unit 4 uses the E
Notifies XPOSE event to the client process unit 3, evacuates the context table <br/> While browsing within the server process portion 4 (S21 to S23). That is, as shown in FIG. 4A, when the cursor 14 or the context image (scattered area) 15 being created is displayed in the multi-window image, it is expanded in the frame buffer of the display controller 8. The server process unit 4 saves those stored contexts.

【手続補正5】[Procedure Amendment 5]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0024[Name of item to be corrected] 0024

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【0024】部分描画プログラム12の起動により、クラ
イアントプロセス部3はセーブしているウィンドウの圧
縮画像データ前記の描画位置・範囲データを読出して
オペレイティングシステム2へ転送する(S27)。即ち、図
4の事例であれば、ウィンドウの重なり具合の変更によ
ってウィンドウAとウィンドウBの重複領域[図4(b)
の斜線領域]が部分描画領域に相当することになり、ウ
ィンドウBに係るその矩形領域の圧縮画像データが転送
される。
[0024] By activation of the partial drawing program 12, client process unit 3 transfers the drawing position and range data and the compressed image data of the windows that are saved are read to the operating rating system 2 (S27). That is, in the case of FIG. 4, the overlapping area of the window A and the window B is changed by changing the overlapping degree of the windows [FIG.
The hatched area] corresponds to the partial drawing area, and the compressed image data of the rectangular area of window B is transferred.

【手続補正6】[Procedure correction 6]

【補正対象書類名】図面[Document name to be corrected] Drawing

【補正対象項目名】図2[Name of item to be corrected] Figure 2

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【図2】 [Fig. 2]

【手続補正7】[Procedure Amendment 7]

【補正対象書類名】図面[Document name to be corrected] Drawing

【補正対象項目名】図3[Name of item to be corrected] Figure 3

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【図3】 [Figure 3]

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 ライブラリからウィンドウの圧縮画像デ
ータを読出してクライアントプロセス部にセーブさせて
おき、操作部からのウィンドウの選択表示要求に基づい
てクライアントプロセス部がサーバプロセス部へウィン
ドウの選択データを送出し、前記サーバプロセス部が前
記選択データに対応したウィンドウ画像の位置・範囲デ
ータを前記クライアントプロセス部へ通知し、前記クラ
イアントプロセス部が前記通知データとその通知データ
に対応したウィンドウの画像データを前記オペレイティ
ングシステムへ転送し、前記オペレイティングシステム
が前記圧縮画像データを画像データ伸張装置へ転送しな
がら前記通知データを用いて前記画像データ伸張装置を
制御して表示用画像データを再生せしめ、表示制御装置
が前記再生データによるウィンドウ画像をディスプレイ
に表示させるクライアント/サーバ方式における画像表
示方法において、前記クライアントプロセス部にウィン
ドウの圧縮画像データの表示とその圧縮画像データに非
同期なコンテキストの表示を調停する調停プログラムを
設け、前記操作部からウィンドウの選択表示要求が有っ
た場合に、前記クライアントプロセス部の調停プログラ
ムに基づいて、前記オペレイティングシステムが表示中
のコンテキストを前記サーバプロセス部で退避させ、ウ
ィンドウ画像をディスプレイに表示させた後に、前記オ
ペレイティングシステムが前記サーバプロセス部のコン
テキストを復帰させて表示制御部のフレームバッファに
展開することにより、ディスプレイのウィンドウ画像に
前記コンテキストの画像を混在表示させることを特徴と
したクライアント/サーバ方式における画像表示方法。
1. The compressed image data of the window is read from the library and saved in the client process section, and the client process section sends the window selection data to the server process section based on a window selection display request from the operation section. Then, the server process unit notifies the client process unit of the position / range data of the window image corresponding to the selection data, and the client process unit notifies the notification data and the image data of the window corresponding to the notification data. Transfer to the operating system, and the operating system transfers the compressed image data to the image data expansion device while controlling the image data expansion device using the notification data to reproduce the image data for display, and display control The device uses the playback data In the image display method in the client / server method for displaying the window image on the display according to the above, an arbitration program for arbitrating the display of the compressed image data of the window and the display of the context asynchronous to the compressed image data is provided in the client process section, When a window selection display request is issued from the operation unit, the context displayed by the operating system is saved in the server process unit based on the arbitration program of the client process unit, and the window image is displayed on the display. After that, the operating system restores the context of the server process unit and expands it in the frame buffer of the display control unit, so that the image of the context is mixedly displayed in the window image of the display. Image display method in a client / server scheme wherein Rukoto.
【請求項2】 クライアントプロセス部にウィンドウ画
像の圧縮データを対象とする部分描画プログラムを設け
ておき、ウィンドウ画像にEXPOSEイベントが発生した場
合に、前記クライアントプロセス部がその部分描画プロ
グラムに基づいてサーバプロセス部のイベントデータか
ら部分描画に係る位置・範囲データを検出し、クライア
ントプロセス部がセーブしているウィンドウの圧縮画像
データから前記の位置・範囲データに対応した圧縮画像
データを読出し、オペレイティングシステムが前記の位
置・範囲データを用いて画像データ伸張装置を制御して
表示用画像データを再生せしめ、表示制御装置によって
その再生データによる部分描画を実行させることとした
請求項1のクライアント/サーバ方式における画像表示
方法。
2. A client process section is provided with a partial drawing program intended for compressed data of a window image, and when an EXPOSE event occurs in the window image, the client process section uses a server based on the partial drawing program. A position / range data related to partial drawing is detected from the event data of the process section, and compressed image data corresponding to the position / range data is read out from the compressed image data of the window saved by the client process section, thereby operating system. 2. The client / server system according to claim 1, wherein the control unit controls the image data decompressing device using the position / range data to reproduce the display image data, and causes the display control device to execute partial drawing by the reproduced data. Image display method in.
JP5187613A 1993-06-30 1993-06-30 Image display method for client/server system Pending JPH0721005A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5187613A JPH0721005A (en) 1993-06-30 1993-06-30 Image display method for client/server system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5187613A JPH0721005A (en) 1993-06-30 1993-06-30 Image display method for client/server system

Publications (1)

Publication Number Publication Date
JPH0721005A true JPH0721005A (en) 1995-01-24

Family

ID=16209176

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5187613A Pending JPH0721005A (en) 1993-06-30 1993-06-30 Image display method for client/server system

Country Status (1)

Country Link
JP (1) JPH0721005A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999004331A1 (en) * 1997-07-18 1999-01-28 Pfu Limited High definition image display and program storage medium for the display
JP2003216520A (en) * 2002-01-11 2003-07-31 Xerox Corp Method for document viewing

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999004331A1 (en) * 1997-07-18 1999-01-28 Pfu Limited High definition image display and program storage medium for the display
JP2003216520A (en) * 2002-01-11 2003-07-31 Xerox Corp Method for document viewing
JP4716645B2 (en) * 2002-01-11 2011-07-06 ゼロックス コーポレイション Document viewing method

Similar Documents

Publication Publication Date Title
US5754242A (en) Data formatting system for processing multiple independent input data streams for high resolution screen displays
US7649506B2 (en) Method and apparatus for controlling image-display devices collectively
US5289574A (en) Multiple virtual screens on an &#34;X windows&#34; terminal
US4905185A (en) Apparatus for transferring block data in original form and editing the block data
JP3788710B2 (en) Multiple screen linkage control apparatus and method, and recording medium
JPH0721005A (en) Image display method for client/server system
JPH10207699A (en) Method for processing data item on display screen
JP3826941B2 (en) Image transfer using drawing command hook
US5925096A (en) Method and apparatus for localized preemption in an otherwise synchronous, non-preemptive computing environment
JPS63268064A (en) Picture type text editor control system distributedly processed by host computer and terminal equipment
JPH11338456A (en) Map display system and image scroll processing method in it
JP2004013689A (en) Data processing device
JPH02230376A (en) Image processor
JP3826942B2 (en) Image transfer using drawing command hook
JP2872457B2 (en) Image editing method and apparatus
JPH0498519A (en) Menu screen display system
JPH06337830A (en) Window display method in client/server system
JP2004013687A (en) Data processing device
JPH058435B2 (en)
JP2523472B2 (en) Display screen control method
JPH06251113A (en) Picture manufacture system and method
JPH0748214B2 (en) Data editing system
JPH025089A (en) Data display editing device
JPH0553753A (en) Scrren scroll method
JPH09245032A (en) Document preparation device and page replacing method