JPH07104769B2 - Graphic display - Google Patents

Graphic display

Info

Publication number
JPH07104769B2
JPH07104769B2 JP5016843A JP1684393A JPH07104769B2 JP H07104769 B2 JPH07104769 B2 JP H07104769B2 JP 5016843 A JP5016843 A JP 5016843A JP 1684393 A JP1684393 A JP 1684393A JP H07104769 B2 JPH07104769 B2 JP H07104769B2
Authority
JP
Japan
Prior art keywords
graphic
display
screen
dot
screen configuration
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP5016843A
Other languages
Japanese (ja)
Other versions
JPH05298058A (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 JP5016843A priority Critical patent/JPH07104769B2/en
Publication of JPH05298058A publication Critical patent/JPH05298058A/en
Publication of JPH07104769B2 publication Critical patent/JPH07104769B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Controls And Circuits For Display Device (AREA)
  • Digital Computer Display Output (AREA)
  • Image Generation (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 data processing device for generating graphic data by processing graphic data.

【0002】[0002]

【従来の技術】パーソナルコンピュータなどの電子計算
機では、その演算処理によってCRT表示装置の画面上
の任意の2点間に直線を引いたり、また指定した直径の
円を描かせたりするグラフィック表示を実行可能であ
る。而して従来のグラフィック表示を行うCRT表示装
置のドット構成は通常、横640×縦200となってお
り、またCRT画面の横と縦の比は4:3となってい
る。したがってこのようなCRT画面の表示領域をその
ままxy座標にあてはめ、x軸方向に640またはy軸
方向に200の目盛があると考えて作図プログラムを作
成実行すると、視覚的に縦長の非現実的な図形が表示さ
れる問題がある。この理由は、CRT画面の横と縦の比
が4:3に規格化されているのに、それを既に述べた6
40×200のドット構成にあてはめたためであり、即
ち、換言すれば、単位長さあたりのドット数は、 横方向 640÷4=160 縦方向 200÷3=66.7 となり、つまり、横方向は160ドットの直線を描いて
得られる長さが、縦方向では67ドットで得られること
に起因している。これは従来なら4:3の比そのままあ
てはめ、縦方向のドット数を 640×4/3=480 としなければならないのに200ドットとして2.4
倍、縦方向を拡大させているものである。
2. Description of the Related Art An electronic computer such as a personal computer executes a graphic display by drawing a straight line between arbitrary two points on a screen of a CRT display device or drawing a circle having a designated diameter by its arithmetic processing. It is possible. Thus, the dot configuration of the conventional CRT display device for performing graphic display is normally 640 horizontal × 200 vertical, and the ratio of the horizontal to vertical of the CRT screen is 4: 3. Therefore, when a display area of such a CRT screen is directly applied to the xy coordinates and a drawing program is created and executed assuming that there are 640 scales in the x-axis direction or 200 scales in the y-axis direction, it is visually unrealistic. There is a problem with graphics being displayed. The reason for this is that the horizontal to vertical ratio of the CRT screen is standardized to 4: 3, but it has already been stated 6
This is because it was applied to the 40 × 200 dot configuration, that is, in other words, the number of dots per unit length is: horizontal direction 640 ÷ 4 = 160 vertical direction 200 ÷ 3 = 66.7, that is, the horizontal direction is This is because the length obtained by drawing a straight line of 160 dots is 67 dots in the vertical direction. In the conventional case, the ratio of 4: 3 was directly applied, and the number of dots in the vertical direction had to be 640 × 4/3 = 480, but 2.4 as 200 dots.
Double the vertical direction.

【0003】[0003]

【発明が解決しようとする課題】このような従来のCR
T表示装置の問題点により、直線の傾きが視覚上におい
て正しく作画できなかったり、また同様に円が正しく作
画できずに歪んでしまったりする実用上の問題がある。
そのため従来では、円を作図するCIRCLE命令の場
合についてはプログラム上で補正を行って視覚的に正円
がグラフィック表示されるようにしている。然しながら
円の作図以外については補正は行われていず、実用上の
不便さが残されている。またこのようにグラフィック表
示させた直線又は円等のドットの集合は、通常その形状
は図形描画時の形状に固定されており、作図した図形を
例えば縦長のグラフィック表示に変更したりしたい場合
にも、その変更は簡易には行えないという問題があっ
た。このような表示の変更が簡易に行えないということ
は、表示画面上に表示された表示データ全体について表
示形態を変更したい場合(例えば縦方向に拡大したいよ
うな場合)にも同様であった。本発明の課題は、ドット
構成の異なるドット画面構成のうち任意に指定されたド
ット画面構成に対応するグラフィック図形の描画表示が
できるようにすることである。
[Problems to be Solved by the Invention] Such a conventional CR
Due to the problem of the T display device, there is a practical problem that the inclination of the straight line cannot be visually drawn correctly, and similarly the circle cannot be drawn correctly and is distorted.
Therefore, conventionally, in the case of the CIRCLE command for drawing a circle, the correction is performed on the program so that the perfect circle is visually displayed graphically. However, no corrections were made except for the drawing of circles, leaving practical inconvenience. In addition, the set of dots such as straight lines or circles that are graphically displayed in this way is usually fixed to the shape at the time of drawing a graphic, and if you want to change the drawn graphic to, for example, a vertically long graphic display. However, there was a problem that the change could not be done easily. The fact that such a display change cannot be easily carried out is the same when it is desired to change the display form of the entire display data displayed on the display screen (for example, when it is desired to enlarge in the vertical direction). An object of the present invention is to make it possible to draw and display a graphic figure corresponding to an arbitrarily designated dot screen configuration among dot screen configurations having different dot configurations.

【0004】[0004]

【課題を解決するための手段】第1の発明の手段は次の
通りである。円や直線等のグラフィック図形をグラフィ
ック処理に基づいて描画して表示するグラフィック表示
装置において、指定手段は、表示画面上における表示構
成の異なる複数種類の画面構成のうちの任意の画面構成
を指定する。選択手段は、上記各画面構成の夫々に対応
する複数の画面構成別パラメータ情報のうち、上記指定
手段で指定された画面構成に対応する画面構成別パラメ
ータ情報を選択する。算出手段は、上記グラフィック処
理に基づいて上記グラフィック図形を上記表示画面上に
描画する際は、上記選択手段で選択された上記画面構成
別パラメータ情報を加味して上記グラフィック図形上に
おける各描画座標位置を順次算出する。グラフィック描
画表示手段は、上記算出手段で算出された各描画座標位
置に描画表示を行うことにより、上記表示画面上に上記
グラフィック図形を描画表示する。第2の発明の手段は
次の通りである。円や直線等のグラフィック図形をグラ
フィック処理に基づいて描画して表示するグラフィック
表示装置において、指定手段は、表示画面上における表
示ドット構成の異なる複数種類のドット画面構成のうち
の任意のドット画面構成を指定する。選択手段は、上記
各ドット画面構成の夫々に対応する複数の画面構成別デ
ータのうち、上記指定手段で指定されたドット画面構成
に対応するパラメータを選択する。算出手段は、上記グ
ラフィック処理に基づく上記グラフィック図形上におけ
る各ドット表示座標位置の座標情報を、上記選択手段で
選択された上記パラメータを付加して算出する。グラフ
ィック描画表示手段は、上記算出手段で算出された各座
標情報に基づいてドット表示座標位置の表示を行うこと
により、上記表示画面上に上記グラフィック図形を描画
表示する。そして、上記指定手段により第1のドット画
面構成が指定された際は、このドット画面構成に対応し
て自動的に選択された第1のパラメータに基づいて算出
された各ドットの座標情報に基づいて第1のグラフィッ
ク図形を描画し、上記指定手段により上記第1のドット
画面構成とは異なる第2のドット画面構成が指定された
際は、このドット画面構成に対応して自動的に選択され
た第2のパラメータに基づいて算出された各ドットの座
標情報に基づいて第2のグラフィック図形を描画する。
Means for Solving the Problems The means of the first invention is as follows. In a graphic display device that draws and displays a graphic figure such as a circle or a straight line based on graphic processing, a designating unit designates an arbitrary screen configuration among a plurality of types of screen configurations having different display configurations on a display screen. . The selecting means selects the screen configuration-specific parameter information corresponding to the screen configuration designated by the designating means from among the plurality of screen configuration-specific parameter information corresponding to the respective screen configurations. When the graphic means draws the graphic figure on the display screen based on the graphic process, the drawing coordinate position on the graphic figure is taken into consideration in consideration of the screen configuration-specific parameter information selected by the selecting means. Are sequentially calculated. The graphic drawing and displaying means draws and displays the graphic figure on the display screen by drawing and displaying at each drawing coordinate position calculated by the calculating means. The means of the second invention is as follows. In a graphic display device for drawing and displaying a graphic figure such as a circle or a straight line based on a graphic process, the designating means is an arbitrary dot screen configuration among a plurality of types of dot screen configurations having different display dot configurations on the display screen. Is specified. The selecting means selects a parameter corresponding to the dot screen configuration designated by the designating means from a plurality of screen configuration-specific data corresponding to the respective dot screen configurations. The calculating means calculates the coordinate information of each dot display coordinate position on the graphic figure based on the graphic processing by adding the parameter selected by the selecting means. The graphic drawing display means draws and displays the graphic figure on the display screen by displaying the dot display coordinate position based on each coordinate information calculated by the calculating means. When the first dot screen configuration is designated by the designating means, based on the coordinate information of each dot calculated based on the first parameter automatically selected corresponding to the dot screen configuration. When a first graphic figure is drawn by the user and a second dot screen configuration different from the first dot screen configuration is designated by the designating means, the second dot screen configuration is automatically selected in correspondence with this dot screen configuration. The second graphic figure is drawn based on the coordinate information of each dot calculated based on the second parameter.

【0005】[0005]

【作用】第1発明の手段の作用は次の通りである。円や
直線等のグラフィック図形をグラフィック処理に基づい
て描画して表示するグラフィック表示装置において、表
示画面上における表示構成の異なる複数種類の画面構成
のうちの任意の画面構成が指定手段によって指定され、
また、上記各画面構成の夫々に対応する複数の画面構成
別パラメータ情報のうち、上記指定手段で指定された画
面構成に対応する画面構成別パラメータ情報が選択手段
によって選択される。そして、上記グラフィック処理に
基づいて上記グラフィック図形を上記表示画面上に描画
する際は、上記選択手段で選択された上記画面構成別パ
ラメータ情報を加味して上記グラフィック図形上におけ
る各描画座標位置が算出手段で順次算出され、この算出
された各描画座標位置にグラフィック描画表示手段が描
画表示を行うことにより、上記表示画面上に上記グラフ
ィック図形を描画表示する。したがって、第1の発明に
よれば、表示構成の異なる画面構成の夫々に対応する複
数の画面構成別パラメータ情報のうち、指定された画面
構成に対応する画面構成別パラメータ情報を選択し、こ
の選択された画面構成別パラメータ情報を加味してグラ
フィック図形上における各描画座標位置を算出して、こ
の算出された各描画座標位置にグラフィック図形を描画
表示することができる。第2の発明の手段の作用は次の
通りである。円や直線等のグラフィック図形をグラフィ
ック処理に基づいて描画して表示するグラフィック表示
装置において、表示画面上における表示ドット構成の異
なる複数種類のドット画面構成のうちの任意のドット画
面構成が指定手段によって指定され、また、上記各ドッ
ト画面構成の夫々に対応する複数の画面構成別データの
うち、上記指定手段で指定されたドット画面構成に対応
するパラメータが選択手段によって選択される。そし
て、上記グラフィック処理に基づく上記グラフィック図
形上における各ドット表示座標位置の座標情報が、上記
選択手段で選択された上記パラメータを付加して算出手
段によって算出され、この算出された各座標情報に基づ
いてドット表示座標位置の表示をグラフィック描画表示
手段によって行うことにより、上記表示画面上に上記グ
ラフィック図形が描画表示される。そして、上記指定手
段により第1のドット画面構成が指定された際は、この
ドット画面構成に対応して自動的に選択された第1のパ
ラメータに基づいて算出された各ドットの座標情報に基
づいて第1のグラフィック図形を描画し、上記指定手段
により上記第1のドット画面構成とは異なる第2のドッ
ト画面構成が指定された際は、このドット画面構成に対
応して自動的に選択された第2のパラメータに基づいて
算出された各ドットの座標情報に基づいて第2のグラフ
ィック図形を描画する。また、第2の発明によれば、表
示ドット構成の異なるドット画面構成の夫々に対応する
パラメータのうち、指定されたドット画面構成に対応す
るパラメータを選択し、この選択されたパラメータを付
加してグラフィック図形上における各ドット表示座標位
置の座標情報を算出して、この算出された各座標情報に
基づいてグラフィック図形を描画表示することができ
る。
The operation of the means of the first invention is as follows. In a graphic display device that draws and displays graphic figures such as circles and straight lines based on graphic processing, an arbitrary screen configuration among a plurality of types of screen configurations having different display configurations on a display screen is designated by a designating means,
Further, among the plurality of screen configuration-specific parameter information corresponding to each of the screen configurations, the screen configuration-specific parameter information corresponding to the screen configuration designated by the designating unit is selected by the selecting unit. Then, when drawing the graphic figure on the display screen based on the graphic process, each drawing coordinate position on the graphic figure is calculated in consideration of the screen configuration-specific parameter information selected by the selecting means. The graphic figures are sequentially calculated by the means, and the graphic drawing display means draws and displays at each of the calculated drawing coordinate positions to draw and display the graphic figures on the display screen. Therefore, according to the first aspect, the parameter information for each screen configuration corresponding to the specified screen configuration is selected from the plurality of parameter information for each screen configuration corresponding to each of the screen configurations having different display configurations, and this selection is performed. It is possible to calculate each drawing coordinate position on the graphic figure by adding the generated screen configuration-specific parameter information and to draw and display the graphic figure at each calculated drawing coordinate position. The operation of the means of the second invention is as follows. In a graphic display device that draws and displays graphic figures such as circles and straight lines based on graphic processing, an arbitrary dot screen configuration among a plurality of types of dot screen configurations having different display dot configurations on the display screen is designated by a designating means. The parameter corresponding to the dot screen configuration designated by the designating unit is selected by the selecting unit from the plurality of screen configuration-specific data designated and corresponding to each of the dot screen configurations. Then, the coordinate information of each dot display coordinate position on the graphic figure based on the graphic processing is calculated by the calculating means by adding the parameter selected by the selecting means, and based on the calculated coordinate information. By displaying the dot display coordinate position by the graphic drawing display means, the graphic figure is drawn and displayed on the display screen. When the first dot screen configuration is designated by the designating means, based on the coordinate information of each dot calculated based on the first parameter automatically selected corresponding to the dot screen configuration. When a first graphic figure is drawn by the user and a second dot screen configuration different from the first dot screen configuration is designated by the designating means, the second dot screen configuration is automatically selected in correspondence with this dot screen configuration. The second graphic figure is drawn based on the coordinate information of each dot calculated based on the second parameter. Further, according to the second invention, of the parameters corresponding to the dot screen configurations having different display dot configurations, the parameter corresponding to the designated dot screen configuration is selected, and the selected parameter is added. The coordinate information of each dot display coordinate position on the graphic figure can be calculated, and the graphic figure can be drawn and displayed based on the calculated coordinate information.

【0006】[0006]

【実施例】以下、図面を参照してこの発明の一実施例を
説明する。図1は要部の回路構成図である。図におい
て、CPU(中央処理装置)1はこの電子計算機システ
ムのすべての動作を制御する回路であり、グラフィック
命令による直線や円の作画中には演算処理して得た表示
データの座標データX、Yを出力する。而して、座標デ
ータXはVIDEO RAM(ランダムアクセスメモ
リ)2に直接入力し、他方、座標データYはラッチ3に
入力してラッチされる。レジスタ41、42、43、44
夫々、第1表に示すNo1、2、3、4の各視覚補正値
を記憶しており、またレジスタ43には視覚補正値1.
0、即ち、視覚補正を行わない場合のデータを記憶して
いる。そして各レジスタ41〜45内の視覚補正値はセレ
クタ5に共に印加されている。このセレクタ
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a circuit configuration diagram of a main part. In the figure, a CPU (central processing unit) 1 is a circuit for controlling all the operations of this computer system, and during the drawing of a straight line or a circle by a graphic command, coordinate data X of display data obtained by arithmetic processing, Y is output. Thus, the coordinate data X is directly input to the VIDEO RAM (random access memory) 2, while the coordinate data Y is input to the latch 3 and latched. The registers 4 1 , 4 2 , 4 3 , and 4 4 respectively store the visual correction values of Nos. 1, 2 , 3 , and 4 shown in Table 1, and the register 4 3 stores the visual correction values 1.
0, that is, data when no visual correction is performed is stored. The vision correction values of the respective registers 41 to 5 are both applied to the selector 5. This selector

【表1】 タ5にはCPU1が出力する補正値選択信号SLと、乗
算命令MLが印加される。なお、乗算命令MLはラッチ
3にも印加される。而してセレクタ5は補正値選択信号
SLの内容に応じた補正値を対応するレジスタ41〜45
から選択して読出し、乗算器6の入力端子Bに印加させ
る。一方、乗算器6の入力端子Aにはラッチ3にラッチ
されている座標データYが印加され、したがって乗算器
6は座標データYに選択された視覚補正値を乗算してそ
の結果データ、即ち、補正された座標データY´を出力
し、VIDEO RAM2に印加する。このVIDEO
RAM2は周知のようにCRT表示装置(図示略)の
表示画面と1対1の対応関係をもってデータを記憶する
メモリである。
[Table 1] The correction value selection signal SL output from the CPU 1 and the multiplication instruction ML are applied to the data 5. The multiplication instruction ML is also applied to the latch 3. Thus to register selector 5 the corresponding correction value corresponding to the contents of the correction value selection signal SL 4 1 to 4 5
Is read out and applied to the input terminal B of the multiplier 6. On the other hand, the coordinate data Y latched in the latch 3 is applied to the input terminal A of the multiplier 6, and therefore the multiplier 6 multiplies the coordinate data Y by the selected visual correction value and the resultant data, that is, The corrected coordinate data Y ′ is output and applied to the VIDEO RAM 2. This VIDEO
As is well known, the RAM 2 is a memory that stores data in a one-to-one correspondence with a display screen of a CRT display device (not shown).

【0007】茲で、第1表の視覚補正値につき説明す
る。CRT表示装置の表示画面の縦横比は3:4の規格
化されたものを用いている。またこのCRT表示装置
は、横xドット、縦yドットとして第1表に示すように
4種類のドット構成(画面構成)を有しており、例えば
キー入力装置(図示略)からのキー入力操作に応じて何
れか1つの画面構成を選択することができるようになっ
ている。そして視覚補正値Rは、
The visual correction values shown in Table 1 will be described with reference to FIG. The display screen of the CRT display device has a standardized aspect ratio of 3: 4. Further, this CRT display device has four types of dot configurations (screen configurations) as horizontal x dots and vertical y dots as shown in Table 1. For example, key input operation from a key input device (not shown) It is possible to select any one of the screen configurations according to the. And the visual correction value R is

【式1】上記式(1)により表わされるから、第1表に
示すドット構成x×yが夫々、320×200、640
×200、320×400、640×400のNo1、
2、3、4の各場合の視覚補正値Rは夫々、
[Formula 1] Since it is represented by the above formula (1), the dot configurations x × y shown in Table 1 are 320 × 200 and 640, respectively.
No. 1 of x200, 320x400, 640x400,
The visual correction value R in each case of 2, 3, and 4, respectively,

【外1】 となる。次上記実施例の動作を説明する。いま、 y=x ……(2) の直線をCRT画面上に描くものとする。[Outer 1] Becomes Next, the operation of the above embodiment will be described. Now, assume that a straight line of y = x (2) is drawn on the CRT screen.

【0008】先ず、キー入力操作によってグラフィック
命令を入力し、グラフィック表示モードを設定する。次
に、いま視覚補正を行わない場合には、視覚補正実行モ
ードを指示しないステートメントをキー入力し、視覚補
正モードを解除しておく。次に、式(2)の直線を描く
ためのプログラムを入力する。而してこの場合には、C
PU1は視覚補正値1.0をレジスタ45から読出すた
めの補正値選択信号SLを出力する。したがって乗算器
6の入力端子Bにはこの視覚補正値1.0が印加される
から、その結果データである座標データY´は座標デー
タYと同一である。即ち、VIDEO RAM2には座
標データX、Yが夫々供給されることになる。したがっ
てCRT表示装置の画面上には図3に示すように、視覚
補正されない式(2)の直線が表示されるが、この直線
の傾きは視覚的には2.4、即ち、 y=2.4x ……(3) の直線が描かれているように見えるものとなっている。
First, a graphic command is input by a key input operation to set a graphic display mode. Next, if visual correction is not to be performed now, a statement that does not indicate the visual correction execution mode is keyed in to cancel the visual correction mode. Next, a program for drawing the straight line of the formula (2) is input. Thus, in this case, C
PU1 outputs a correction value selection signal SL for reading the visual correction value 1.0 from the register 4 5 . Therefore, since the visual correction value 1.0 is applied to the input terminal B of the multiplier 6, the resulting coordinate data Y ′ is the same as the coordinate data Y. That is, the coordinate data X and Y are supplied to the VIDEO RAM 2, respectively. Therefore, as shown in FIG. 3, the straight line of the equation (2) which is not visually corrected is displayed on the screen of the CRT display device, but the inclination of this straight line is visually 2.4, that is, y = 2. 4x ... (3) It looks like a straight line is drawn.

【0009】次に、視覚補正を行う場合を説明すると、
この場合には予めキー操作によって視覚補正実行モード
を所定の内容のステートメントを入力することによって
設定しておく。これにより、以後の作画はすべて視覚補
正が行われて実行される。次に、例えばいま、第1表の
No2に示す640×200の画面構成の指定を例えば
キー入力操作によって行う。したがってCPU1はレジ
スタ42から視覚補正値0.41667を読出す補正値
選択信号SLを出力し、セレクタ5に印加する。次に上
記式(2)の直線を描くためのプログラムを入力し、演
算処理を実行開始させる。したがってCPU1はその演
算実行により、数学的に正確な値をもった座標データ
X、Yを夫々出力し、座標データXはVIDEO RA
M2に直接印加し、また座標データYはラッチ3に印加
される。またCPU1が出力する乗算命令MLがラッチ
3およびセレクタ5に共に印加される。したがって乗算
器6の入力端子A、Bには夫々、座標データY、視覚補
正値0.41667が印加され、夫々が乗算されてその
結果データが補正された座標データY´として出力し、
VIDEO RAM2に印加される。したがってVID
EO RAM2には座標データX、Y´の対をなす座標
が順次設定され、次いでCRT表示装置の画面上に図2
に示すように視覚補正され、傾きが45度の式(2)の
直線が表示される。即ち、数学的に正確な座標データ
X、Yによる式(2)の直線の傾きが1/2、4倍され
て、詰り、縦方向の座標位置が縮少されて表示される。
Next, the case of performing visual correction will be described.
In this case, the visual correction execution mode is set in advance by inputting a statement having a predetermined content by key operation. As a result, visual correction is performed for all subsequent drawing and the drawing is executed. Next, for example, the screen configuration of 640 × 200 shown in No. 2 of Table 1 is specified by, for example, a key input operation. Therefore CPU1 outputs a correction value selection signal SL reads vision correction value 0.41667 from the register 4 2, is applied to the selector 5. Next, a program for drawing the straight line of the above formula (2) is input, and execution of arithmetic processing is started. Therefore, the CPU 1 outputs the coordinate data X and Y having mathematically accurate values by executing the calculation, and the coordinate data X is VIDEO RA.
The coordinate data Y is directly applied to M2, and the coordinate data Y is applied to the latch 3. Further, the multiplication instruction ML output from the CPU 1 is applied to both the latch 3 and the selector 5. Therefore, the coordinate data Y and the visual correction value 0.41667 are applied to the input terminals A and B of the multiplier 6, respectively, which are multiplied and the resulting data is output as corrected coordinate data Y ′,
It is applied to the VIDEO RAM2. Therefore VID
Coordinates forming a pair of coordinate data X and Y ′ are sequentially set in the EO RAM 2, and then the screen is displayed on the screen of the CRT display device.
The straight line of the formula (2) having the inclination of 45 degrees is visually corrected as shown in FIG. That is, the inclination of the straight line of the equation (2) based on the mathematically accurate coordinate data X and Y is halved or quadrupled to be displayed, and the position of the vertical coordinate is reduced.

【0010】上述した動作例では、第1表のNo2の場
合を説明したが、No1、No3、No4の視覚補正の
場合の動作も同様に行われる。また円や楕円を描く場合
の視覚補正、その他のグラフィック表示の場合の視覚補
正も同様である。
In the above-mentioned operation example, the case of No2 in Table 1 has been described, but the operations in the case of visual correction of No1, No3 and No4 are performed in the same manner. The same applies to the visual correction when drawing a circle or an ellipse and the visual correction when displaying other graphics.

【0011】猶、上記実施例では複数種類の視覚補正値
の選択を外部キー入力操作によって実行したが、外部メ
モリによってプログラムデータを内部メモリにロードす
る際に上記プログラムデータの一部として視覚補正値の
選択データを入力するようにしてもよい。
In the above embodiment, a plurality of types of visual correction values are selected by an external key input operation. However, when the program data is loaded into the internal memory by the external memory, the visual correction values are used as a part of the program data. You may make it input the selection data of.

【0012】[0012]

【発明の効果】第1の発明によれば、表示構成の異なる
画面構成の夫々に対応する複数の画面構成別パラメータ
情報のうち、指定された画面構成に対応する画面構成別
パラメータ情報を選択し、この選択された画面構成別パ
ラメータ情報を加味してグラフィック図形上における各
描画座標位置を算出して、この算出された各描画座標位
置にグラフィック図形を描画表示することができ、オペ
レータの希望する任意の画面構成に対応するグラフィッ
ク図形の描画表示が、画面構成別パラメータ情報を加味
して求められた各描画座標位置に基づいて行える。第2
の発明によれば、表示ドット構成の異なるドット画面構
成の夫々に対応するパラメータのうち、指定されたドッ
ト画面構成に対応するパラメータを選択し、この選択さ
れたパラメータを付加してグラフィック図形上における
各ドット表示座標位置の座標情報を算出して、この算出
された各座標情報に基づいてグラフィック図形を描画表
示することができ、オペレータの希望する任意のドット
画面構成に対応するグラフィック図形の描画表示が、パ
ラメータを付加して求められた各描画座標位置に基づい
て行える。
According to the first aspect of the present invention, the screen configuration-specific parameter information corresponding to the designated screen configuration is selected from the plurality of screen configuration-specific parameter information corresponding to the respective screen configurations having different display configurations. It is possible to calculate each drawing coordinate position on the graphic figure in consideration of the selected parameter information for each screen configuration, and draw and display the graphic figure at each calculated drawing coordinate position, which is desired by the operator. Drawing display of a graphic figure corresponding to an arbitrary screen configuration can be performed based on each drawing coordinate position obtained by adding parameter information for each screen configuration. Second
According to the invention, among the parameters corresponding to the dot screen configurations having different display dot configurations, the parameter corresponding to the designated dot screen configuration is selected, and the selected parameter is added to the graphic figure. It is possible to calculate the coordinate information of each dot display coordinate position and draw and display the graphic figure based on the calculated coordinate information, and draw and display the graphic figure corresponding to the arbitrary dot screen configuration desired by the operator. Can be performed based on each drawing coordinate position obtained by adding a parameter.

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

【図1】実施例の要部回路構成図である。FIG. 1 is a circuit configuration diagram of a main part of an embodiment.

【図2】実施例の第1の表示状態を説明するための図で
ある。
FIG. 2 is a diagram for explaining a first display state of the example.

【図3】実施例の第2の表示状態を説明するための図で
ある。
FIG. 3 is a diagram for explaining a second display state of the example.

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

1 CPU 2 VIDEO RAM 3 ラッチ 4 レジスタ 5 セレクタ 6 乗算器 1 CPU 2 VIDEO RAM 3 Latch 4 Register 5 Selector 6 Multiplier

【数1】 [Equation 1]

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】円や直線等のグラフィック図形をグラフィ
ック処理に基づいて描画して表示するグラフィック表示
装置において、 表示画面上における表示構成の異なる複数種類の画面構
成のうちの任意の画面構成を指定する指定手段と、 上記各画面構成の夫々に対応する複数の画面構成別パラ
メータ情報のうち、上記指定手段で指定された画面構成
に対応する画面構成別パラメータ情報を選択する選択手
段と、 上記グラフィック処理に基づいて上記グラフィック図形
を上記表示画面上に描画する際は、上記選択手段で選択
された上記画面構成別パラメータ情報を加味して上記グ
ラフィック図形上における各描画座標位置を順次算出す
る算出手段と、 この算出手段で算出された各描画座標位置に描画表示を
行うことにより、上記表示画面上に上記グラフィック図
形を描画表示するグラフィック描画表示手段と、 を具備したことを特徴とするグラフィック表示装置。
1. A graphic drawing of a graphic figure such as a circle or a straight line
Graphic display that draws and displays based on the clock processing
In the device, multiple types of screen structures with different display configurations on the display screen
Specifying means for designating an arbitrary screen configuration, and a plurality of screen configuration-specific parameters corresponding to each of the above screen configurations.
Of the meter information, the screen configuration specified by the above specification means
Selector to select parameter information by screen configuration corresponding to
And the above graphic figure based on the above graphic processing
When drawing on the display screen, select with the above selection means
The above parameter is added to the screen configuration parameter information
Sequentially calculate each drawing coordinate position on the rough figure
And a drawing display at each drawing coordinate position calculated by this calculating means.
By doing the above graphic screen on the display screen
A graphic display device, comprising: a graphic drawing display means for drawing and displaying a shape .
【請求項2】2. 円や直線等のグラフィック図形をグラフィGraphics such as circles and straight lines
ック処理に基づいて描画して表示するグラフィック表示Graphic display that draws and displays based on the clock processing
装置において、In the device, 表示画面上における表示ドット構成の異なる複数種類のMultiple types of display dots with different configurations on the display screen
ドット画面構成のうちの任意のドット画面構成を指定すSpecify any of the dot screen configurations
る指定手段と、Specifying means, 上記各ドット画面構成の夫々に対応する複数の画面構成Multiple screen configurations corresponding to each of the above dot screen configurations
別データのうち、上記指定手段で指定されたドット画面Of the different data, the dot screen specified by the above specification means
構成に対応するパラメータを選択する選択手段と、Selection means for selecting parameters corresponding to the configuration, 上記グラフィック処理に基づく上記グラフィック図形上On the graphic figure based on the graphic processing
における各ドット表示座標位置の座標情報を、上記選択Select the coordinate information of each dot display coordinate position in
手段で選択された上記パラメータを付加して算出する算Calculation by adding the above parameters selected by means
出手段と、Means of delivery この算出手段で算出された各座標情報に基づいてドットDots based on each coordinate information calculated by this calculation means
表示座標位置の表示を行うことにより、上記表示画面上By displaying the display coordinate position,
に上記グラフィック図形を描画表示するグラフGraph to draw and display the above graphic figure on ィック描Quick drawing
画表示手段と、Image display means, とを具備し、And 上記指定手段により第1のドット画面構成が指定されたThe first dot screen configuration is designated by the designating means.
際は、このドット画面構成に対応して自動的に選択されIn this case, it is automatically selected according to this dot screen configuration.
た第1のパラメータに基づいて算出された各ドットの座The position of each dot calculated based on the first parameter
標情報に基づいて第1のグラフィック図形を描画し、上Draw the first graphic figure based on the standard information and
記指定手段により上記第1のドット画面構成とは異なるDifferent from the above first dot screen configuration depending on the designation means
第2のドット画面構成が指定された際は、このドット画When the second dot screen configuration is specified, this dot image
面構成に対応して自動的に選択された第2のパラメータSecond parameter automatically selected according to surface configuration
に基づいて算出された各ドットの座標情報に基づいて第Based on the coordinate information of each dot calculated based on
2のグラフィック図形を描画するようにしたことを特徴Characterized by drawing 2 graphic figures
とするグラフィック表示装置。And a graphic display device.
JP5016843A 1993-01-08 1993-01-08 Graphic display Expired - Lifetime JPH07104769B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5016843A JPH07104769B2 (en) 1993-01-08 1993-01-08 Graphic display

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5016843A JPH07104769B2 (en) 1993-01-08 1993-01-08 Graphic display

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP57075380A Division JPS58193586A (en) 1982-05-07 1982-05-07 Visual correction system for crt display

Publications (2)

Publication Number Publication Date
JPH05298058A JPH05298058A (en) 1993-11-12
JPH07104769B2 true JPH07104769B2 (en) 1995-11-13

Family

ID=11927494

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5016843A Expired - Lifetime JPH07104769B2 (en) 1993-01-08 1993-01-08 Graphic display

Country Status (1)

Country Link
JP (1) JPH07104769B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9502020B1 (en) 2013-03-15 2016-11-22 Cirrus Logic, Inc. Robust adaptive noise canceling (ANC) in a personal audio device
US9532139B1 (en) 2012-09-14 2016-12-27 Cirrus Logic, Inc. Dual-microphone frequency amplitude response self-calibration
US9578432B1 (en) 2013-04-24 2017-02-21 Cirrus Logic, Inc. Metric and tool to evaluate secondary path design in adaptive noise cancellation systems

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3531978B2 (en) * 1994-08-10 2004-05-31 富士通株式会社 Software billing system
JP2006185032A (en) * 2004-12-27 2006-07-13 Kyocera Mita Corp Image processing device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6042988B2 (en) * 1979-07-31 1985-09-26 富士通株式会社 Input figure rotational distortion correction processing method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9532139B1 (en) 2012-09-14 2016-12-27 Cirrus Logic, Inc. Dual-microphone frequency amplitude response self-calibration
US9502020B1 (en) 2013-03-15 2016-11-22 Cirrus Logic, Inc. Robust adaptive noise canceling (ANC) in a personal audio device
US9578432B1 (en) 2013-04-24 2017-02-21 Cirrus Logic, Inc. Metric and tool to evaluate secondary path design in adaptive noise cancellation systems

Also Published As

Publication number Publication date
JPH05298058A (en) 1993-11-12

Similar Documents

Publication Publication Date Title
EP0660244A1 (en) Graph display apparatus
JPH0552986B2 (en)
JPH07104769B2 (en) Graphic display
US11733836B2 (en) Display method including widening gap between images and display apparatus
JPH07152917A (en) Graph display device
JPH01260507A (en) Process display device
US4251816A (en) Method and apparatus for plotting graphics
JPH0456993A (en) Window generating device
JPH0411877B2 (en)
JP3113105B2 (en) Graph creation apparatus and graph creation method
JP3113225B2 (en) Graph creation apparatus and graph creation method
JP3503758B2 (en) Graph display control device and graph display control method
JP2828301B2 (en) Control display processor for graphs and tables
JP2826581B2 (en) Contour drawing method
JPH0424818A (en) Input display device
JP2797096B2 (en) Graph display control device and graph display control method
JP2003216588A (en) Graph display control device, graph display control system and graph display control program
JP3275277B2 (en) Graphic drawing creation apparatus and method
JP2882884B2 (en) Graphic display device
JPH07129149A (en) Character plotting device
JP3505970B2 (en) Input position coordinate correction method
JPS6232491A (en) Crt display unit
JP3269686B2 (en) Image creation device
JP2916534B2 (en) Table output device
JPS6334671A (en) Still picture generation method