JPH07282286A - Graphic display device - Google Patents

Graphic display device

Info

Publication number
JPH07282286A
JPH07282286A JP7094655A JP9465595A JPH07282286A JP H07282286 A JPH07282286 A JP H07282286A JP 7094655 A JP7094655 A JP 7094655A JP 9465595 A JP9465595 A JP 9465595A JP H07282286 A JPH07282286 A JP H07282286A
Authority
JP
Japan
Prior art keywords
display
graphic
data
line pattern
edited
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.)
Granted
Application number
JP7094655A
Other languages
Japanese (ja)
Other versions
JP2713219B2 (en
Inventor
Kenji Yoshizawa
賢治 吉沢
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co 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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP7094655A priority Critical patent/JP2713219B2/en
Publication of JPH07282286A publication Critical patent/JPH07282286A/en
Application granted granted Critical
Publication of JP2713219B2 publication Critical patent/JP2713219B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To perform a drawing process in a short time and displays a figure to be edited in real time without making the figure to be edited at a part where plural lines constituting the figures to be edited overlap with each other disappear when the figure to be edited is displayed in real time by using an arithmetic result as display data by exclusively ORing a line pattern generated on the basis of figure data on the figure to be edited with display data stored in a display memory. CONSTITUTION:A line pattern No. is found from the contents of a drawing No. register (S2), the range of graphic data to be edited is specified with a cursor, and the address of the display memory 13c is found on the basis of the display position of the cursor (S3). Then the graphic data stored in the display memory 13c from the found address and the line pattern specified by the drawing No. register are exclusively ORed and the arithmetic result is stored in the display memory 13c (S4). The contents of the drawing No. register are increased by one (S5). Then it is judged that the processing of all lines is completed (S6) and the processing is repeatedly performed until the processing of all the lines is completed.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、編集対象図形をリア
ルタイム表示する図形表示装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a graphic display device for displaying a graphic to be edited in real time.

【0002】[0002]

【従来の技術】従来、日本語ワードプロセッサ等の文書
作成装置では、線で描画された図形を表示できる作画機
能を備えたものがある。この種の文書作成装置におい
て、図形を編集(移動、複写等)する場合は、編集対象
となる図形をリアルタイム表示する。この場合、編集す
る範囲を指定して、その範囲内で対象となる図形(表示
メモリに記憶)により線パターンを発生し、この線パタ
ーンと表示データとの排他的論理和を演算し、演算結果
に基づいた図形を表示するのが一般的である。排他的論
理和を使用する理由は、対象図形に対して排他的論理和
を演算すると、その図形を消去する場合には、対象図形
に対して排他的論理和をもう一度演算することにより、
すでに書かれている対象外の図形を消すことなく対象図
形だけを消すことができるからである。
2. Description of the Related Art Conventionally, some document creating apparatuses such as Japanese word processors have a drawing function capable of displaying figures drawn by lines. When editing (moving, copying, etc.) a figure in this type of document creation apparatus, the figure to be edited is displayed in real time. In this case, a range to be edited is specified, a line pattern is generated by the target figure (stored in the display memory) within that range, the exclusive OR of this line pattern and display data is calculated, and the calculation result It is common to display graphics based on. The reason for using the exclusive OR is that when the exclusive OR is calculated for the target figure, when the figure is erased, the exclusive OR is again calculated for the target figure,
This is because it is possible to erase only the target graphic without erasing the already written non-target graphic.

【0003】[0003]

【発明が解決しようとする課題】しかし、この方法を使
用すると同一線上に偶数本の線がある場合、重なった所
は消えてしまう。例えば、図5(A)に示すような矩形図
形と図5(B)に示すような直線図形があり、これらの図
形が図5(C)のような位置関係で表示された場合、両方
の図形を構成する線を、図6に示すような線パターンで
排他的論理和を演算して表示すると図5(D)のようにな
り、2つの線が重なった部分は線が消えてしまう。即
ち、図7に示すように同一線上にある図形は、排他的論
理和で演算され、更に排他的論理和が演算されると、消
えてしまうという欠点がある。
However, when this method is used, if there are even-numbered lines on the same line, the overlapping portions disappear. For example, there are a rectangular figure as shown in FIG. 5 (A) and a linear figure as shown in FIG. 5 (B), and when these figures are displayed in a positional relationship as shown in FIG. When the lines forming the figure are displayed by calculating the exclusive OR with the line pattern as shown in FIG. 6, the result becomes as shown in FIG. 5D, and the line disappears in the portion where the two lines overlap. That is, as shown in FIG. 7, the figures on the same line are operated by exclusive OR, and when the exclusive OR is further operated, they disappear.

【0004】また、すでに排他的論理和で書かれている
線上に、2本目の線を書かないように方法も考えられる
が、この場合、予定箇所にすでに線が書かれているか否
かを確認する必要があるため、描画処理に時間がかかる
という欠点がある。
A method may be considered in which the second line is not written on the line which has already been written by the exclusive OR, but in this case, it is confirmed whether the line has already been written at the planned location. Therefore, there is a drawback that drawing processing takes time.

【0005】この発明の課題は、編集対象図形の図形デ
ータに基づいて発生された線パターンと表示メモリに記
憶された表示データとの排他的論理和を演算し、この演
算によって得られた演算結果を表示データとして表示画
面上に編集対象図形をリアルタイム表示する場合に、編
集対象図形を構成する複数の線が重なっても、複数の線
が重なった部分の編集対象図形が消えることがなく、描
画処理を短時間で行なって編集対象図形をリアルタイム
表示できるようにすることである。
An object of the present invention is to calculate the exclusive OR of the line pattern generated based on the graphic data of the graphic to be edited and the display data stored in the display memory, and the calculation result obtained by this calculation. When the figure to be edited is displayed in real time on the display screen as display data, even if multiple lines that make up the figure to be edited overlap, the figure to be edited does not disappear in the part where the multiple lines overlap The processing is performed in a short time so that the figure to be edited can be displayed in real time.

【0006】[0006]

【課題を解決するための手段】この発明の手段は、少な
くとも図形を表示画面上に表示するための表示データを
記憶する表示記憶手段と、線で描画される図形を表示す
るための図形データを複数記憶する図形データ記憶手段
と、この図形データ記憶手段に記憶された複数の図形デ
ータの中から複数の編集対象図形が指定され、この指定
された複数の編集対象図形を上記表示画面上に表示する
際に、上記図形データ記憶手段から上記複数の編集対象
図形に対応する図形データを1つずつ読み出して、この
読み出された図形データに基づいてこの図形データに対
応する図形を描画するための線パターンを発生し、この
発生された線パターンと上記表示記憶手段に記憶されて
いる表示データとの排他的論理和を演算し、この演算に
よって得られた演算結果を新たな表示データとして上記
表示記憶手段に書込み、この書込まれた表示データに基
づいて図形を表示させる表示制御手段とを具備し、上記
表示制御手段は、上記図形データ記憶手段から編集対象
図形に対応する図形データを読み出す毎にパターン構成
の異なる線パターンを発生し、この発生された線パター
ンと上記表示記憶手段に既に記憶されている編集対象図
形の表示データとが一致しないようにしたことを特徴と
する。
Means for Solving the Problems The means of the present invention includes at least display storage means for storing display data for displaying a graphic on a display screen and graphic data for displaying a graphic drawn by a line. A plurality of graphic data storage means to be stored and a plurality of edit target graphics are designated from the plurality of graphic data stored in the graphic data storage means, and the plurality of designated edit target graphics are displayed on the display screen. In this case, the graphic data corresponding to the plurality of editing target graphics are read one by one from the graphic data storage means, and the graphic corresponding to the graphic data is drawn based on the read graphic data. A line pattern is generated, the exclusive OR of the generated line pattern and the display data stored in the display storage means is calculated, and the operation obtained by this calculation is performed. A display control means for writing the result as new display data in the display storage means and displaying a graphic based on the written display data, wherein the display control means edits the graphic data storage means. Each time the graphic data corresponding to the graphic is read out, a line pattern having a different pattern structure is generated so that the generated line pattern does not match the display data of the graphic to be edited already stored in the display storage means. It is characterized by

【0007】[0007]

【作用】この発明の手段の作用は次の通りである。図形
データ記憶手段に記憶された複数の図形データの中から
複数の編集対象図形が指定され、この指定された複数の
編集対象図形を表示画面上に表示する際に、表示制御手
段は、図形データ記憶手段から複数の編集対象図形に対
応する図形データを1つずつ読み出して、この読み出さ
れた図形データに基づいてこの図形データに対応する図
形を描画するための線パターンを発生し、この発生され
た線パターンと表示記憶手段に記憶されている表示デー
タとの排他的論理和を演算し、この演算によって得られ
た演算結果を新たな表示データとして表示記憶手段に書
込み、この書込まれた表示データに基づいて図形を表示
させると共に、表示制御手段は、図形データ記憶手段か
ら編集対象図形に対応する図形データを読み出す毎にパ
ターン構成の異なる線パターンを発生し、この発生され
た線パターンと表示記憶手段に既に記憶されている編集
対象図形の表示データとが一致しないようにする。
The operation of the means of the present invention is as follows. When a plurality of edit target graphics are designated from the plurality of graphic data stored in the graphic data storage means and the designated plurality of edit target graphics are displayed on the display screen, the display control means controls the graphic data. The graphic data corresponding to a plurality of graphics to be edited are read one by one from the storage means, and a line pattern for drawing a graphic corresponding to this graphic data is generated based on the read graphic data. The exclusive OR of the generated line pattern and the display data stored in the display storage means is calculated, the calculation result obtained by this calculation is written as new display data in the display storage means, and this written data is written. The display control means displays the figure based on the display data, and the display control means changes the pattern configuration every time the figure data corresponding to the figure to be edited is read from the figure data storage means. The composed line pattern occurs, already display data edited graphic stored is prevented match the display memory means the generated a line pattern.

【0008】従って、編集対象図形の図形データに基づ
いて発生された線パターンと表示メモリに記憶された表
示データとの排他的論理和を演算し、この演算によって
得られた演算結果を表示データとして表示画面上に編集
対象図形をリアルタイム表示する場合に、編集対象図形
を構成する複数の線が重なっても、複数の線が重なった
部分の編集対象図形が消えることがなく、描画処理を短
時間で行なって編集対象図形をリアルタイム表示でき
る。
Therefore, the exclusive OR of the line pattern generated based on the graphic data of the graphic to be edited and the display data stored in the display memory is calculated, and the calculation result obtained by this calculation is used as the display data. When the figure to be edited is displayed on the display screen in real time, even if multiple lines that compose the figure to be edited overlap, the figure to be edited in the part where the multiple lines overlap does not disappear, and the drawing process can be performed for a short time. You can display the figure to be edited in real time.

【0009】[0009]

【実施例】以下、一実施例を図1ないし図4を参照して
説明する。なお、実施例は図形を表示できる日本語ワー
ドプロセッサに適用した例を示す。図1は日本語ワード
プロセッサの回路構成を示すブロック図である。入力部
11は文字、図形を入力する。入力部11から入力され
た文字、図形はCPU12に入力される。CPU12は
予め記憶された制御プログラムに基づいて各部を制御す
るもので、入力部11の他、RAM13、表示部14、
印刷部15、および外部記憶部16が接続されている。
そして、CPU12は入力部11から入力された文字、
図形をRAM13に記憶させる。RAM13は、CPU
12の制御により文字、図形データの書込み/読み出し
が行なわれるもので、文書データ領域13a、ワーク領
域13b、表示用メモリ13cを備えている。表示用メ
モリ13cは表示部14に表示される表示データを記憶
するメモリであり、表示1ドットに対して1ビットの記
憶領域が対応し、ビット内容が「1」ならばその表示ド
ットは点灯する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment will be described below with reference to FIGS. The embodiment shows an example applied to a Japanese word processor capable of displaying graphics. FIG. 1 is a block diagram showing the circuit configuration of a Japanese word processor. The input unit 11 inputs characters and figures. The characters and figures input from the input unit 11 are input to the CPU 12. The CPU 12 controls each unit based on a control program stored in advance, and in addition to the input unit 11, the RAM 13, the display unit 14,
The printing unit 15 and the external storage unit 16 are connected.
Then, the CPU 12 causes the characters input from the input unit 11,
The graphic is stored in the RAM 13. RAM 13 is a CPU
Character / graphic data is written / read out under the control of 12, and includes a document data area 13a, a work area 13b, and a display memory 13c. The display memory 13c is a memory for storing display data displayed on the display unit 14, and a 1-bit storage area corresponds to one display dot, and if the bit content is "1", the display dot is lit. .

【0010】表示部14は、例えばドットマトリクス型
液晶表示装置により構成され、文書データおよび図形デ
ータを表示する。印刷部15は、例えばサーマルプリン
タにより構成されるもので、文書データおよび図形デー
タを印刷する。外部記憶部16は、RAM13から読み
出された文書データおよび図形データを記憶する。
The display unit 14 is composed of, for example, a dot matrix type liquid crystal display device, and displays document data and graphic data. The printing unit 15 is composed of, for example, a thermal printer, and prints document data and graphic data. The external storage unit 16 stores the document data and the graphic data read from the RAM 13.

【0011】次に、上記実施例の動作を説明する。入力
部11から入力された図形はRAM13の文書データ領
域13aに格納される。そして、文書データ領域13a
に格納された図形は、表示用メモリ13cとの排他的論
理和が演算され、表示部14に表示される。図形をリア
ルタイム編集(移動、複写等)する場合には、まずカー
ソル等により範囲の指定を行ない、その範囲内で対象と
なる図形を表示用メモリ13cと線パターンとの排他的
論理和を演算して表示される。
Next, the operation of the above embodiment will be described. The graphic input from the input unit 11 is stored in the document data area 13a of the RAM 13. Then, the document data area 13a
The graphic stored in is calculated by exclusive OR with the display memory 13c and displayed on the display unit 14. In the case of real-time editing (moving, copying, etc.) of a figure, the range is first designated by a cursor or the like, and the figure of interest within the range is subjected to the exclusive OR of the display memory 13c and the line pattern. Is displayed.

【0012】図2(1)〜(4)は、リアルタイム表示用と
して用意された4つの線パターンを示す図である。この
場合、夫々の線パターンは図2(1)の線パターンを1ド
ットずつずらしたものである。
FIGS. 2 (1) to 2 (4) are diagrams showing four line patterns prepared for real-time display. In this case, each line pattern is obtained by shifting the line pattern of FIG. 2A by 1 dot.

【0013】描画処理において、複数の線を描画する場
合は1本目は図2(1)の線パターン、2本目は図2(2)
の線パターン、3本目は図2(2)の線パターン、4本目
は図2(4)の線パターン、5本目は最初に戻って図2
(1)の線パターンというように、線パターンを順次変更
して排他的論理和を演算する。そうすると、1本の線を
表示する場合は図3(1)に示すように表示され、2本の
線が重なったときは図3(2)に示すように表示され、3
本の線が重なったときは図3(3)に示すように表示され
る。以下、図3(4),図3(5),図3(6),図3(7),
図3(8)に示すように表示される。
When a plurality of lines are drawn in the drawing process, the first line is the line pattern shown in FIG. 2 (1) and the second line is the line pattern shown in FIG. 2 (2).
2), the third line pattern of FIG. 2 (2), the fourth line pattern of FIG. 2 (4), and the fifth line of FIG.
Like the line pattern of (1), the line patterns are sequentially changed and the exclusive OR is calculated. Then, when one line is displayed, it is displayed as shown in FIG. 3 (1), and when two lines overlap, it is displayed as shown in FIG. 3 (2).
When the lines of the book overlap, they are displayed as shown in FIG. 3 (4), 3 (5), 3 (6), 3 (7),
It is displayed as shown in FIG.

【0014】図4は描画処理の動作を示すフローチャー
トである。まず、ステップS1ではCPU12に内蔵さ
れた描画No.レジスタ(図示せず)に、2進データ「0
0000000」を書き込んで記憶内容を初期設定す
る。
FIG. 4 is a flow chart showing the operation of the drawing process. First, in step S1, the binary data "0" is stored in the drawing No. register (not shown) built in the CPU 12.
"0000000" is written to initialize the stored contents.

【0015】ステップS2においては、描画No.レジス
タの内容に基づいて線パターンNo.を求める。即ち、今
の場合は描画No.レジスタの内容「00000000」
と更新データ「00000011」との論理積(AN
D)を演算し、線パターンNo.「00000000」が
求められる。この場合、線パターンNo.「000000
00」は図2(1)に示す線パターンを指定することにな
る。同様に、線パターンNo.「00000001」は図
2(2)に示す線パターン、線パターンNo.「00000
002」は図2(3)に示す線パターン、線パターンNo.
「00000003」は図2(4)に示す線パターンに対
応する。
In step S2, the line pattern number is obtained based on the contents of the drawing number register. That is, in the present case, the content of the drawing No. register is "00000000".
AND the update data “00000011” (AN
D) is calculated to obtain the line pattern number "00000000". In this case, the line pattern No. "000000
00 "designates the line pattern shown in FIG. Similarly, the line pattern No. “00000001” is the line pattern shown in FIG.
002 "is the line pattern and line pattern No. shown in FIG.
“00000003” corresponds to the line pattern shown in FIG.

【0016】続くステップS3では、編集される図形デ
ータの範囲がカーソルにより指定され、カーソルの表示
位置に基づいて表示用メモリ13cのアドレスを求め
る。ここで、カーソルにより指定される表示位置には始
点と終点で指定される場合や、矩形の範囲が指定される
場合などがある。
In the following step S3, the range of the graphic data to be edited is designated by the cursor, and the address of the display memory 13c is obtained based on the display position of the cursor. Here, the display position designated by the cursor may be designated by a start point and an end point, or may be designated by a rectangular range.

【0017】ステップS4では、ステップS3で求めら
れたアドレスから表示用メモリ13cに記憶された図形
データと、指定された線パターン即ち図2(1)の線パタ
ーンとの排他的論理和が演算され、演算結果は表示用メ
モリ13cに記憶される。この結果、図3(1)に示すよ
うな線パターンで、図形データが表示される。
In step S4, the exclusive OR of the graphic data stored in the display memory 13c and the designated line pattern, that is, the line pattern of FIG. 2A is calculated from the address obtained in step S3. The calculation result is stored in the display memory 13c. As a result, the graphic data is displayed in the line pattern as shown in FIG.

【0018】次に、ステップS5において描画No.レジ
スタの内容「00000000」を+1し、この場合は
「00000001」とする。
Next, in step S5, the content "00000000" of the drawing No. register is incremented by 1 to "00000001" in this case.

【0019】ステップS6では、全線処理終了か否か即
ち編集すべき全部の図形データについて描画処理が終了
したか否かが判断される。ステップS6で、YESと判
断された場合は図4の処理を終了し、NOの場合はステ
ップS2に戻る。
In step S6, it is determined whether or not all line processing has been completed, that is, whether or not drawing processing has been completed for all graphic data to be edited. If it is determined to be YES in step S6, the process of FIG. 4 is terminated, and if NO, the process returns to step S2.

【0020】いまの場合、まだ処理すべき図形データが
残っているので、ステップS6ではNOと判断されてス
テップS2に戻る。以下、上述と同様に描画No.レジス
タの内容「00000001」と更新データ「0000
0011」との論理積(AND)を演算し、線パターン
No.「00000001」が求められる。この場合、線
パターンNo.「00000001」は図2(2)に示す線
パターンを指定する。ステップS3では、編集される図
形データの範囲がカーソルにより指定され、カーソルの
表示位置に基づいて表示用メモリ13cのアドレスを求
める。ステップS4では、ステップS3で求められたア
ドレスから表示用メモリ13cに記憶された図形データ
と、図2(2)の線パターンとの排他的論理和が演算さ
れ、演算結果は表示用メモリ13cに記憶される。この
結果、図3(2)に示すような線パターンで、図形データ
が表示される。次に、ステップS5において描画No.レ
ジスタの内容「00000001」を+1して、「00
000002」とする。以下、ステップS6でYESと
判断されるまで、上述と同様にステップS2〜S6の処
理が繰り返し実行される。
In this case, since graphic data to be processed still remains, NO is determined in step S6 and the process returns to step S2. Hereinafter, as in the above, the contents of the drawing No. register “0000001” and the update data “0000”
0011 ”and the logical product (AND) to calculate the line pattern.
No. "00000001" is required. In this case, the line pattern No. “00000001” specifies the line pattern shown in FIG. In step S3, the range of the graphic data to be edited is designated by the cursor, and the address of the display memory 13c is obtained based on the display position of the cursor. In step S4, the exclusive OR of the graphic data stored in the display memory 13c and the line pattern of FIG. 2B is calculated from the address obtained in step S3, and the calculation result is stored in the display memory 13c. Remembered. As a result, the graphic data is displayed in the line pattern as shown in FIG. Next, in step S5, the content "00000001" of the drawing No. register is incremented by 1 to "00".
000002 ". Hereinafter, the processes of steps S2 to S6 are repeatedly executed in the same manner as described above until YES is determined in step S6.

【0021】なお、編集対象図形を編集処理に応じて新
たな表示位置に描画する場合など、編集対象図形を消去
する場合には、編集対象図形に対して図4の描画処理に
よる排他的論理和をもう一度演算することにより、既に
表示用メモリ13cに書込まれている編集対象図形以外
の他の図形を消すことなく編集対象図形だけを消すこと
ができる。
When the edit target graphic is erased, for example, when the edit target graphic is drawn at a new display position according to the edit processing, the exclusive OR of the edit target graphic by the drawing processing of FIG. 4 is performed. By again calculating, it is possible to erase only the edit target graphic without erasing other graphics other than the edit target graphic already written in the display memory 13c.

【0022】[0022]

【発明の効果】この発明によれば、編集対象図形の図形
データに基づいて発生された線パターンと表示メモリに
記憶された表示データとの排他的論理和を演算し、この
演算によって得られた演算結果を表示データとして表示
画面上に編集対象図形をリアルタイム表示する場合に、
編集対象図形を構成する複数の線が重なっても、複数の
線が重なった部分の編集対象図形が消えることがなく、
描画処理を短時間で行なって編集対象図形をリアルタイ
ム表示できる。
According to the present invention, the exclusive OR of the line pattern generated based on the graphic data of the graphic to be edited and the display data stored in the display memory is calculated, and the exclusive OR is obtained by this calculation. When the figure to be edited is displayed in real time on the display screen with the calculation result as display data,
Even if multiple lines that make up the edit target figure overlap, the edit target figure in the part where the multiple lines overlap does not disappear,
The drawing process can be performed in a short time and the figure to be edited can be displayed in real time.

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

【図1】回路構成を示すブロック図である。FIG. 1 is a block diagram showing a circuit configuration.

【図2】複数の線パターンを示す図である。FIG. 2 is a diagram showing a plurality of line patterns.

【図3】図形の表示状態を示す図である。FIG. 3 is a diagram showing a display state of graphics.

【図4】動作を示すフローチャートである。FIG. 4 is a flowchart showing an operation.

【図5】図形の表示例を示す図である。FIG. 5 is a diagram showing a display example of a graphic.

【図6】線パターンの一例を示す図である。FIG. 6 is a diagram showing an example of a line pattern.

【図7】図形データを排他的論理和で演算する状態を示
す図である。
FIG. 7 is a diagram showing a state in which graphic data is calculated by exclusive OR.

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

11…入力部 12…CPU 13…RAM 14…表示部 15…印刷部 16…外部記憶部 11 ... Input section 12 ... CPU 13 ... RAM 14 ... Display section 15 ... Printing section 16 ... External storage section

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 少なくとも図形を表示画面上に表示する
ための表示データを記憶する表示記憶手段と、 線で描画される図形を表示するための図形データを複数
記憶する図形データ記憶手段と、 この図形データ記憶手段に記憶された複数の図形データ
の中から複数の編集対象図形が指定され、この指定され
た複数の編集対象図形を上記表示画面上に表示する際
に、上記図形データ記憶手段から上記複数の編集対象図
形に対応する図形データを1つずつ読み出して、この読
み出された図形データに基づいてこの図形データに対応
する図形を描画するための線パターンを発生し、この発
生された線パターンと上記表示記憶手段に記憶されてい
る表示データとの排他的論理和を演算し、この演算によ
って得られた演算結果を新たな表示データとして上記表
示記憶手段に書込み、この書込まれた表示データに基づ
いて図形を表示させる表示制御手段とを具備し、 上記表示制御手段は、上記図形データ記憶手段から編集
対象図形に対応する図形データを読み出す毎にパターン
構成の異なる線パターンを発生し、この発生された線パ
ターンと上記表示記憶手段に既に記憶されている編集対
象図形の表示データとが一致しないようにしたことを特
徴とする図形表示装置。
1. A display storage unit for storing at least display data for displaying a graphic on a display screen, and a graphic data storage unit for storing a plurality of graphic data for displaying a graphic drawn by a line. When a plurality of edit target graphics are designated from the plurality of graphic data stored in the graphic data storage means and the designated plurality of edit target graphics are displayed on the display screen, The graphic data corresponding to the plurality of graphics to be edited are read out one by one, and a line pattern for drawing a graphic corresponding to this graphic data is generated based on the read graphic data. The exclusive OR of the line pattern and the display data stored in the display storage means is calculated, and the calculation result obtained by this calculation is used as new display data. Display control means for writing in the display storage means and displaying a figure based on the written display data, wherein the display control means reads out the figure data corresponding to the figure to be edited from the figure data storage means. A graphic display device characterized in that a line pattern having a different pattern configuration is generated for each of them, and the generated line pattern and the display data of the edit target graphic already stored in the display storage means do not match. .
JP7094655A 1995-04-20 1995-04-20 Graphic display device Expired - Fee Related JP2713219B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7094655A JP2713219B2 (en) 1995-04-20 1995-04-20 Graphic display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7094655A JP2713219B2 (en) 1995-04-20 1995-04-20 Graphic display device

Publications (2)

Publication Number Publication Date
JPH07282286A true JPH07282286A (en) 1995-10-27
JP2713219B2 JP2713219B2 (en) 1998-02-16

Family

ID=14116276

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7094655A Expired - Fee Related JP2713219B2 (en) 1995-04-20 1995-04-20 Graphic display device

Country Status (1)

Country Link
JP (1) JP2713219B2 (en)

Also Published As

Publication number Publication date
JP2713219B2 (en) 1998-02-16

Similar Documents

Publication Publication Date Title
JPH0640259B2 (en) Data processing device
JP2713219B2 (en) Graphic display device
JPH03130175A (en) Device to enlarge dot matrix data
US6243726B1 (en) Electronic calculating apparatus utilizing input and display of expressions in textbook and single line formats
JPH06324668A (en) Screen display method and display device
JPH03201024A (en) Document processor
JPH04123448U (en) graphic display device
JPH0522933B2 (en)
JP2699386B2 (en) Image recording device
JPH0256678B2 (en)
JP2635311B2 (en) Document processing device
JPS60125882A (en) Pattern generator
JP3035126B2 (en) Information processing device
JP2562540B2 (en) Figure processing method
JP2605609B2 (en) Dot display processing device
JP2713924B2 (en) Document editing device
JP3143503B2 (en) Image processing method and apparatus
JP3416171B2 (en) Graph processing apparatus and method
JP3046429B2 (en) Document processing apparatus and document processing method
JP2001307114A (en) Image processor and image processing method
JPH09325754A (en) Processor and method for document processing, and storage medium stored with same method
JPH0776904B2 (en) Document editing device
JPH05143053A (en) Word processor provided with enlarging and smoothing function
JPH079705A (en) Method of printing designated page in one lump and apparatus thereof
JPH05108049A (en) Method and device for pattern processing

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081031

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091031

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091031

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101031

Year of fee payment: 13

LAPS Cancellation because of no payment of annual fees