JP2713219B2 - Graphic display device - Google Patents

Graphic display device

Info

Publication number
JP2713219B2
JP2713219B2 JP7094655A JP9465595A JP2713219B2 JP 2713219 B2 JP2713219 B2 JP 2713219B2 JP 7094655 A JP7094655 A JP 7094655A JP 9465595 A JP9465595 A JP 9465595A JP 2713219 B2 JP2713219 B2 JP 2713219B2
Authority
JP
Japan
Prior art keywords
graphic
display
data
edited
graphics
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 - Fee Related
Application number
JP7094655A
Other languages
Japanese (ja)
Other versions
JPH07282286A (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.)
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

Landscapes

  • Processing Or Creating Images (AREA)
  • Image Processing (AREA)
  • Controls And Circuits For Display Device (AREA)

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 creation devices such as a Japanese word processor have a drawing function capable of displaying a figure drawn by a line. When a figure is edited (moved, copied, etc.) 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 a target figure (stored in the display memory) within the range, an exclusive OR of the line pattern and display data is calculated, and the calculation result is obtained. It is common to display a graphic based on the. The reason for using the exclusive OR is that, when the exclusive OR is calculated for the target graphic, when the graphic is deleted, the exclusive OR is calculated again for the target graphic.
This is because only the target graphic can be erased without erasing the non-target graphic already written.

【0003】[0003]

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

【0004】また、すでに排他的論理和で書かれている
線上に、2本目の線を書かないように方法も考えられる
が、この場合、予定箇所にすでに線が書かれているか否
かを確認する必要があるため、描画処理に時間がかかる
という欠点がある。
[0004] In addition, a method of not writing a second line on a line already written by exclusive OR can be considered. In this case, it is checked whether or not a line has already been written at a predetermined place. Therefore, there is a disadvantage that the drawing process takes a long time.

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

【0006】[0006]

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

【0007】[0007]

【作用】この発明の手段の作用は次の通りである。図形
データ記憶手段に記憶された複数の図形データの中から
複数の編集対象図形が指定され、この指定された複数の
編集対象図形を表示画面上に表示する際に、表示制御手
段は、図形データ記憶手段から複数の編集対象図形に対
応する図形データを1つずつ読み出して、この読み出さ
れた図形データに基づいてこの図形データに対応する図
形を描画するための線パターンを発生し、この発生され
た線パターンと表示記憶手段に記憶されている表示デー
タとの排他的論理和を演算し、この演算によって得られ
た演算結果を新たな表示データとして表示記憶手段に書
込み、この書込まれた表示データに基づいて図形を表示
させると共に、表示制御手段は、図形データ記憶手段か
ら編集対象図形に対応する図形データを読み出す毎にパ
ターン構成の異なる線パターンを発生し、この発生され
た線パターンと表示記憶手段に既に記憶されている編集
対象図形の表示データとが一致しないようにする。
The operation of the means of the present invention is as follows. When a plurality of graphics to be edited are designated from among the plurality of graphics data stored in the graphics data storage means, and when the plurality of designated graphics to be edited are displayed on the display screen, the display control means The graphic data corresponding to the plurality of graphics to be edited is read one by one from the storage means, and a line pattern for drawing a graphic corresponding to the graphic data is generated based on the read graphic data. The exclusive OR of the obtained line pattern and the display data stored in the display storage means is calculated, and the calculation result obtained by this calculation is written to the display storage means as new display data, and the written data is written. In addition to displaying a graphic on the basis of the display data, the display control means changes the pattern configuration every time the graphic data corresponding to the graphic to be edited is read from the graphic 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, an 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 displaying the graphic to be edited on the display screen in real time, even if multiple lines that make up the graphic to be edited overlap, the graphic to be edited in the area where the multiple lines overlap does not disappear, and the drawing process is shortened. The graphic to be edited can be displayed 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」ならばその表示ド
ットは点灯する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment will be described below with reference to FIGS. The embodiment shows an example in which the present invention is applied to a Japanese word processor capable of displaying graphics. FIG. 1 is a block diagram showing a circuit configuration of a Japanese word processor. The input unit 11 inputs characters and figures. Characters and graphics 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, a RAM 13, a display unit 14,
The printing unit 15 and the external storage unit 16 are connected.
Then, the CPU 12 outputs the character input from the input unit 11,
The figure is stored in the RAM 13. RAM 13 is a CPU
The controller 12 controls writing / reading of character and graphic data, 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. One bit of the display area corresponds to one display dot. If the bit content is "1", the display dot is turned on. .

【0010】表示部14は、例えばドットマトリクス型
液晶表示装置により構成され、文書データおよび図形デ
ータを表示する。印刷部15は、例えばサーマルプリン
タにより構成されるもので、文書データおよび図形デー
タを印刷する。外部記憶部16は、RAM13から読み
出された文書データおよび図形データを記憶する。
The display section 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 configured by, for example, a thermal printer, and prints document data and graphic data. The external storage unit 16 stores document data and 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 exclusive OR of the figure stored in the display memory 13c is calculated and displayed on the display unit 14. When a graphic is to be edited in real time (moving, copying, etc.), a range is first specified by a cursor or the like, and an exclusive logical OR between the display memory 13c and the line pattern is calculated for the target graphic within the range. Is displayed.

【0012】図2(1)〜(4)は、リアルタイム表示用と
して用意された4つの線パターンを示す図である。この
場合、夫々の線パターンは図2(1)の線パターンを1ド
ットずつずらしたものである。
FIGS. 2A to 2D 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 one 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)に示すように表示される。
In the drawing process, when drawing a plurality of lines, the first one is a line pattern shown in FIG. 2A, and the second one is a line pattern shown in FIG.
2 is the line pattern of FIG. 2 (2), the fourth is the line pattern of FIG. 2 (4), and the fifth is
Like the line pattern of (1), the line pattern is sequentially changed to calculate an exclusive OR. Then, when one line is displayed, it is displayed as shown in FIG. 3A, and when two lines are overlapped, it is displayed as shown in FIG.
When the lines overlap, they are displayed as shown in FIG. Hereinafter, FIGS. 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 flowchart showing the operation of the drawing process. First, in step S1, binary data "0" is stored in a drawing number register (not shown) built in the CPU 12.
00000000 ”to initialize the storage 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, a line pattern number is determined based on the contents of the drawing number register. That is, in this case, the content of the drawing No. register “00000000”
AND of update data "00000011" (AN
D) is calculated, and a line pattern No. “00000000” is obtained. In this case, the line pattern No. “000000”
"00" designates the line pattern shown in FIG. Similarly, the line pattern No. “00000001” corresponds to 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 step S3, the range of the graphic data to be edited is specified 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 specified by the cursor may be specified by a start point and an end point, or a rectangular range may be specified.

【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 specified 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 a line pattern as shown in FIG.

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

【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 YES is determined in the step S6, the process in FIG. 4 ends, and if NO, the process returns to the 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 there is still graphic data to be processed, NO is determined in step S6 and the process returns to step S2. Hereinafter, similarly to the above, the contents of the drawing No. register “00000001” and the update data “0000”
0011 "and a logical pattern (AND)
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 specified 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 in FIG. 2B is calculated from the address obtained in step S3, and the calculation result is stored in the display memory 13c. It is memorized. As a result, the graphic data is displayed in a line pattern as shown in FIG. Next, in step S5, the content of the drawing No. register “00000001” is incremented by 1 to “00”.
000002 ”. Thereafter, the processes of steps S2 to S6 are repeatedly executed as described above until YES is determined in step S6.

【0021】なお、編集対象図形を編集処理に応じて新
たな表示位置に描画する場合など、編集対象図形を消去
する場合には、編集対象図形に対して図4の描画処理に
よる排他的論理和をもう一度演算することにより、既に
表示用メモリ13cに書込まれている編集対象図形以外
の他の図形を消すことなく編集対象図形だけを消すこと
ができる。
When the graphic to be edited is to be erased, for example, when the graphic to be edited is drawn at a new display position in accordance with the editing processing, the exclusive OR of the graphic to be edited by the drawing processing in FIG. Is calculated again, so that only the graphic to be edited can be erased without erasing other graphics other than the graphic to be edited 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 obtained by this calculation. When displaying the graphic to be edited on the display screen in real time with the calculation result as display data,
Even if multiple lines that make up the edit target shape overlap, the edit target shape in the portion where the multiple lines overlap does not disappear,
The graphic to be edited can be displayed in real time by performing drawing processing in a short time.

【図面の簡単な説明】[Brief description of the 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 a graphic.

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

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

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

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

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

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

Claims (1)

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

Similar Documents

Publication Publication Date Title
JP2713219B2 (en) Graphic display device
JPH03130175A (en) Device to enlarge dot matrix data
JPH0417468B2 (en)
JPH04123448U (en) graphic display device
JPH0256678B2 (en)
JP2699386B2 (en) Image recording device
JPS60125882A (en) Pattern generator
JP3035126B2 (en) Information processing device
JP2727667B2 (en) Drawing equipment
JP2605609B2 (en) Dot display processing device
JP2564779B2 (en) Character output device
JP2713924B2 (en) Document editing device
JP2606586B2 (en) Data output device
JPS6355097B2 (en)
JP3143503B2 (en) Image processing method and apparatus
JP3046429B2 (en) Document processing apparatus and document processing method
JP3416171B2 (en) Graph processing apparatus and method
JPH05108049A (en) Method and device for pattern processing
JPH077391B2 (en) Document processor
JPH05143053A (en) Word processor provided with enlarging and smoothing function
JPH0679311B2 (en) Ruled line processing method
JPH0113109B2 (en)
JPH0793319A (en) Document processor
JPH07261915A (en) Image editing device
JPH0944692A (en) Graphic processor

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