JP4184737B2 - Oblique line display method, oblique line display program - Google Patents

Oblique line display method, oblique line display program Download PDF

Info

Publication number
JP4184737B2
JP4184737B2 JP2002263485A JP2002263485A JP4184737B2 JP 4184737 B2 JP4184737 B2 JP 4184737B2 JP 2002263485 A JP2002263485 A JP 2002263485A JP 2002263485 A JP2002263485 A JP 2002263485A JP 4184737 B2 JP4184737 B2 JP 4184737B2
Authority
JP
Japan
Prior art keywords
data
image data
radar chart
line segment
axes
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
JP2002263485A
Other languages
Japanese (ja)
Other versions
JP2004102639A (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.)
Dai Nippon Printing Co Ltd
Original Assignee
Dai Nippon Printing 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 Dai Nippon Printing Co Ltd filed Critical Dai Nippon Printing Co Ltd
Priority to JP2002263485A priority Critical patent/JP4184737B2/en
Publication of JP2004102639A publication Critical patent/JP2004102639A/en
Application granted granted Critical
Publication of JP4184737B2 publication Critical patent/JP4184737B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、データ放送受信機等、斜め線表示のできないシステムにおいて、斜め線を含む図形または画像を簡便に描画し表示させる方法に関する。
【0002】
【従来技術】
BSデジタル放送で採用される放送方式は、DVB(Digital Video Broadcasting:欧州でのデジタル放送システムの促進と標準化を目的とした民間標準化団体またはその規格)で規定されるMPEG2−systemsである。放送局は、BSデジタル放送での番組を構成する要素(映像、音声、データ放送のデータ)をデジタル化し、多重化して送り出す。これらの要素は、幾つかの放送チャンネルまたは番組を束ねて受信機が受取れるストリーム形式であるTS(トランスポートストリーム)となって受信機に送られてくる。
【0003】
デジタル放送における放送番組は、本線映像、本線音声、データ放送のデータ、から構成される。データ放送のデータは、BML(Broadcast Markup Language)で記述される。複数のBMLファイルが集まって1つのデータ放送番組のデータとなる。
【0004】
BMLは、XML(eXtensible Markup Language)を基本にデータ放送用途に専用化した記述言語である。BMLは、データ放送画面上で動的な動作を表現可能とするために、ECMAScriptという手続き記述言語で、処理手順を記述させることができる。ECMAScriptは、オブジェクト指向スクリプト言語である。また、文書内の各オブジェクトを動的に操作するためにDOM Level1 I/Fを備えている。DOM(Document Object Model)は、HTML文書や、XML文書の内容構造を動的に操作するために規定された文書構造のモデルである。
【0005】
従って、データ放送画面上で動的な表示を行うためには、BMLファイルの中に、動的な表示をさせる命令を上記ECMAScriptで記述したもの(以下これを「BMLスクリプト」または単に「スクリプト」と記す)を含ませればよい。
【0006】
【発明が解決しようとする課題】
しかし、現在のBMLでは、仕様上の制限のため、斜め線図形の描画表示ができないという問題点があった。本発明はこのような問題点を考慮してなされたものであり、現状のBMLファイルを用いるデータ放送番組において、斜め線表示を簡便に実現する方法およびプログラムを提供することを課題とする。
【0008】
【課題を解決するための手段】
課題を解決するための第1の発明は、走査線に対して水平または垂直でない線分について、前記線分の両端の座標を持つ線分という図形データとして描画コマンドを受け付け、前記図形データを解釈して表示する機能を備えていない表示装置において、レーダーチャートを描画し表示させる方法であって、
隣り合う2軸の値の組合わせから、前記2軸の間に描画される全ての場合の斜め線をそれぞれの対角線とする正置された複数の矩形のビットマップ画像データを、前記2軸の値の組合せに対応付けて保持しておき、
レーダーチャートの2軸毎の値の組合せに応じて、前記組合わせに対応する前記ビットマップ画像データを読み出して、背景画像データに上書きした画像データを表示することにより、所望のレーダーチャートを描画表示する方法である。
【0009】
ここで、「正置された」とは、「走査線に沿った方向に載置される」という意味である。
【0011】
課題を解決する第2の発明は、走査線に対して水平または垂直でない線分について、前記線分の両端の座標を持つ線分という図形データとして描画コマンドを受け付け、前記図形データを解釈して表示する機能を備えていない表示装置において、レーダーチャートを描画し表示させる一連の命令を記述したコンピュータプログラムであって、
隣り合う2軸の値の組合わせから、前記2軸の間に描画される全ての場合の斜め線をそれぞれの対角線とする正置された複数の矩形のビットマップ画像データを、前記2軸の値の組合わせに対応付けて記憶保持しておき、
レーダーチャートの2軸毎の値の組合せに応じて、前記組合わせに対応する前記ビットマップ画像データを読み出して、背景画像データに上書きした画像データを作成し、前記画像データを表示することにより与えられたデータに対するレーダーチャートを表示するコンピュータプログラムである。
【0013】
課題を解決するための第3の発明は、データ放送受信機でレーダーチャートを表示させる方法であって、受信機に受信され画面選択されると、受信機上で第2の発明に係るコンピュータプログラムとして動作するBMLデータを含んだデータ放送番組データを放送することにより、データ放送受信機でレーダーチャートを描画し表示させる方法である。
【0014】
【発明実施の形態】
まず、本発明の方法の一実施形態として、斜め線表示ができない表示システムにおいて、レーダーチャートを描画表示する方法について説明する。ここで、斜め線表示ができないとは、表示装置が走査線に対して水平または垂直でない線分について、その線分の両端の座標を持つ線分という図形データとして描画コマンドを受け付け、この図形データを解釈して表示する機能を備えていないということである。図2はレーダーチャートの一例を示す図である。図2では、8軸のレーダーチャートを示している。レーダーチャートは、各軸の値を示すデータ列(図2の例では8次元の列ベクトルとみることができる)をレーダーのディスプレイのように視覚的に表現するグラフである。すなわち、中心から放射上に伸びた各軸の値に相当するその軸上のポイントを、隣り合う軸の間で結んだ線分から構成される閉じた多角形(図2では8軸なので八角形)で、多次元(図2では8次元)のデータ列を視覚的に表現する。図2では、各軸の値は、1,2,3,4の4 値のいずれかをとる場合である。
【0015】
図1は、本発明の方法の基本的なアイデアを説明する概念図である。図1のA、Bは、描画表示すべき斜め線部分を対角線に含む正置された矩形の画像データ(ビットマップデータ、以下この画像データを「線分画像データ」と記すことにする)である。斜め線表示ができない表示システムにおいては、線分を表す図形コマンドを用いることができないため、図形としての斜め線を描画する代わりに、A、Bのような線分画像データを予め用意しておいて、背景画像データの上に線分画像データを適当な位置に、上書きした画像データを合成し、この画像データを表示することで、結果的に斜め線を描画表示させることとするのである。この方法は、用意すべき線分画像データの個数が限られる場合には、十分実用的である。
【0016】
図3および図4は、図1に示す本発明の方法を実際に実現するために、用意しなければならない線分画像データの種類を説明する図である。図3は、軸1と軸2に挟まれた部分の折れ線を表現するために必要な4×4=16通りの線分画像データを全て表示したテーブルである。テーブルの各行は軸1の値に対応している。各列は軸2の値に対応している。そこで(軸1の値、軸2の値)=(x,y)を結ぶ折れ線を描画させるためには、x行y列のセルにある線分画像12-xyを用いればよい。各セルにある12-xyは線分画像を識別する番号である。また、各セルにある線分画像の頂点の1つについている○印は、軸1の値を示すポイントと一致させるべき線分画像の配置位置を示している。図2のAは(軸1、軸2)=(3、3)なので、図3の12-33の線分画像データを然るべき位置においたものである。すなわち線分画像12-33の左上頂点(図3で○で表示)を軸1の値3のポイント位置に一致させて12-33を正置したものである。同様に図4は、軸2と軸3に挟まれた部分の折れ線を表現するために必要な4×4=16通りの線分画像データを全て表示したテーブルである。図2のBは(軸2、軸3)=(3、4)なので、図4の23-34の線分画像データの左上頂点(図4で○で表示)を軸2の値3のポイント位置に一致させて正置したものである。実際には、図3のようなテーブルを隣接する2軸の組合わせの数だけ用意する。
【0017】
以上で本発明の基本的アイデアについて概略説明した。次にこの方法を応用して、データ放送番組にてレーダーチャートを表示させる方法を説明する。図5は、データ放送の仕組みにおいて、データ放送番組にてレーダーチャートを表示させる方法を説明する全体概要図である。20はデータ放送を伴うデジタル放送の放送局である。29は放送アンテナである。放送アンテナから放送される放送波は、中継衛星6を介して、受信アンテナ39に受信される。デジタル放送受信機30でBMLデータが解釈され、TVモニタ33にデータ放送番組の画面が表示される。デジタル放送受信機30には、その時点で放送されている各放送局の番組のデータ放送番組データを受信して一時的に記憶保持する記録領域(以下「作業用メモリ」と記す)および、ある局の番組のデータ放送画面が選択された時、前記作業用メモリから該当するBMLデータファイルを読み出して、内容を解釈して動的な表示を行うための制御を行うCPUが備えられている。
【0018】
データ放送番組の中でレーダーチャートを表示させるには、受信機30のCPUがそのBMLを解釈して表示する時にレーダーチャート表示手段31として動作するスクリプトを含んだBMLデータ11と、レーダーチャートに表示すべき値(多次元のベクトル値)のデータ12を放送番組のデータストリームに含ませて放送する。受信機30は、BMLデータ11と、レーダーチャートに表示すべき値(多次元のベクトル値)のデータ12を受信機30の作業用メモリにキャッシュして、そのデータ放送画面が利用者のリモコン操作により選択された時に、BMLデータ11に含まれるスクリプトが受信機30に備えられているCPUにより解釈実行され、レーダーチャート表示手段31として起動されることになる。
【0019】
図6は起動されたレーダーチャート表示手段31の動作を説明する図である。レーダーチャート表示手段31は線分画像を選択するステップと選択した線分画像を背景画像に上書き合成して、レーダーチャート画像を構成ステップに分けることができる。また、レーダーチャート表示手段31は、必要な線分画像データ全てと背景画像データを含んでいる。
【0020】
図6は、図2の8軸のレーダーチャートにデータ列(3,3,4,1,3,4,2,3)を与えて描画させる場合を例にとってその動作を説明したものである。まず、線分画像を選択するステップにおいては、与えられたデータ列から、隣り合う2軸毎のデータの組合わせを作り、それぞれの隣接2軸の値の組合わせに対応した線分画像データを選択する。例えば軸3と軸4については(軸3、軸4)=(4、1)なので、この組合わせに対応した線分画像データ34-41を抽出する。このようにして選択された8個の線分画像データ12-33,23-34,34-41,45-13,56-34,67-42,78-23,81-33は、レーダーチャート画像構成ステップにて、背景画像データの然るべき位置に上書きされることにより、レーダーチャート画像データとして合成される。
【0021】
各軸の取り得る値が4通りで8軸のレーダーチャートを描画する場合、必要な線分画像データは、4×4×8=128通りである。各線分画像データは1KByte程度の小さなサイズなので、放送するBMLファイルに含めて放送することに問題はない。また、折れ線図形の軸に関しての対象性を考慮すれば、線分画像データの個数をさらに減らすことも可能である。
【0022】
本発明の方法は、レーダーチャートを表示する場合だけに限られない。図7のように折れ線グラフを描画する場合にも応用することが可能である。図7では、線分画像データP、Q、Rを背景画像データに上書きすることにより、斜め線表示ができない表示システムにおいて、与えられたデータ列に対する折れ線グラフの画像データを作成して表示できることを示している。図7のグラフのx軸の1目盛りの幅|S|に対して、このグラフで出現する可能性のある折れ線の傾きの全てに対応した線分画像データを用意しておけばよい。
【0023】
【発明の効果】
以上詳しく説明したように、本発明に係る斜め線図形の描画表示方法によれば、走査線に対して水平または垂直でない線分について、その線分の両端の座標を持つ線分という図形データとして描画コマンドを受け付け、この図形データを解釈して表示する機能を備えていない表示装置、特にデジタル放送受信機において、斜め線図形あるいは斜め線を描画する必要のあるレーダーチャート等の表示が可能となるという顕著な効果を奏する。
【図面の簡単な説明】
【図1】 本発明の方法の概要を説明する図である。
【図2】 レーダーチャートの例を示す図である。
【図3】 レーダーチャートの軸1と軸2の値の組合わせに対する矩形の画像データを説明する図である。
【図4】 レーダーチャートの軸2と軸3の値の組合わせに対する矩形の画像データを説明する図である。
【図5】データ放送番組にてレーダーチャートを表示させる方法を説明する全体概要図である。
【図6】レーダーチャート表示手段31の働きを説明する図である。
【図7】本発明に係る斜め線の表示方法を折れグラフの表示に応用する場合を例示する図である。
【符号の説明】
6 中継衛星
11 レーダーチャート表示手段を含んだBMLデータ
12 レーダーチャートとして表示するデータ
20 放送局
29 放送アンテナ
30 受信機
31 レーダーチャート表示手段
34 リモコン
39 受信アンテナ
33 TV表示モニタ
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a method for easily drawing and displaying a graphic or an image including diagonal lines in a system that cannot display diagonal lines, such as a data broadcast receiver.
[0002]
[Prior art]
The broadcasting system adopted in BS digital broadcasting is MPEG2-systems defined by DVB (Digital Video Broadcasting: a private standardization organization or its standard for the purpose of promoting and standardizing digital broadcasting systems in Europe). Broadcasters, BS digital broadcasting constituting a program in elements (video, audio, data of data broadcast) digitizes and sends multiplexed. These elements are sent to the receiver as a TS (transport stream) which is a stream format that can be received by the receiver by bundling several broadcast channels or programs.
[0003]
Broadcast programs in digital broadcasting are composed of main line video, main line audio, and data broadcast data. Data of data broadcasting is described in BML (Broadcast Markup Language). A plurality of BML files are collected to form data of one data broadcast program.
[0004]
BML is a description language dedicated to data broadcasting applications based on XML (eXtensible Markup Language). BML can describe a processing procedure in a procedure description language called ECMAScript so that a dynamic operation can be expressed on a data broadcast screen. ECMAScript is an object-oriented scripting language. In addition, DOM Level 1 I / F is provided to dynamically manipulate each object in the document. DOM (Document Object Model) is a model of a document structure defined for dynamically manipulating the content structure of an HTML document or an XML document.
[0005]
Therefore, in order to perform dynamic display on the data broadcast screen, the BML file includes instructions for dynamic display described in ECMAScript (hereinafter referred to as “BML script” or simply “script”). It may be included.
[0006]
[Problems to be solved by the invention]
However, the current BML has a problem that it is not possible to draw and display a diagonal line figure due to a limitation in specifications. The present invention has been made in consideration of such problems, and an object of the present invention is to provide a method and a program for easily realizing diagonal line display in a data broadcasting program using a current BML file.
[0008]
[Means for Solving the Problems]
A first invention for solving the problem is to accept a drawing command as graphic data of a line segment having coordinates at both ends of the line segment and interpret the graphic data for a line segment that is not horizontal or vertical to the scanning line. In a display device that does not have a display function, a method for drawing and displaying a radar chart,
From a combination of adjacent two-axis values, a plurality of rectangular bitmap image data arranged in a diagonal manner with diagonal lines in each case drawn between the two axes as diagonal lines are obtained. Keep it associated with the combination of values,
The bitmap image data corresponding to the combination is read out according to the combination of values for each of the two axes of the radar chart, and the desired radar chart is drawn and displayed by displaying the image data overwritten on the background image data. It is a method to do.
[0009]
Here, “placed normally” means “placed in a direction along the scanning line”.
[0011]
A second invention for solving the problem is to accept a drawing command as graphic data of a line segment having coordinates at both ends of the line segment and interpret the graphic data for a line segment that is not horizontal or vertical to the scanning line. In a display device that does not have a display function, a computer program that describes a series of instructions for drawing and displaying a radar chart,
From combinations of values of two axes adjacent, a plurality of rectangular bitmap image data of the slanting line of all cases drawn which is Sei置the respective diagonal between the two axes, the two axes Store it in association with the combination of values,
Depending on the combination of the values of each two axes of the radar chart, provided by reading the bit map image data corresponding to the combination, create the image data to overwrite the background image data, and displays the image data It is a computer program that displays a radar chart for the obtained data.
[0013]
A third invention for solving the problem is a method for displaying a radar chart in a data broadcasting receiver, and when the receiver receives and selects a screen, the computer program according to the second invention is executed on the receiver. This is a method of drawing and displaying a radar chart with a data broadcast receiver by broadcasting data broadcast program data including BML data that operates as
[0014]
DETAILED DESCRIPTION OF THE INVENTION
First, as an embodiment of the method of the present invention, a method for drawing and displaying a radar chart in a display system that cannot display diagonal lines will be described. Here, the fact that diagonal line display is not possible means that the display device accepts a drawing command as graphic data having line coordinates at both ends of a line segment that is not horizontal or vertical with respect to the scanning line. This means that it does not have a function to interpret and display. FIG. 2 is a diagram illustrating an example of a radar chart. FIG. 2 shows an 8-axis radar chart. The radar chart is a graph that visually represents a data string (which can be regarded as an 8-dimensional column vector in the example of FIG. 2) indicating the value of each axis, like a radar display. That is, a closed polygon composed of line segments connecting adjacent points corresponding to the values of each axis extending radially from the center (in FIG. 2, eight axes are octagons). Thus, a multi-dimensional (eight-dimensional in FIG. 2) data string is visually represented. In FIG. 2, the value of each axis is one of four values of 1, 2, 3, and 4.
[0015]
FIG. 1 is a conceptual diagram illustrating the basic idea of the method of the present invention. A and B in FIG. 1 are rectangular image data arranged in a diagonal direction including diagonal lines to be drawn and displayed (bitmap data, hereinafter, this image data will be referred to as “line segment image data”). is there. In a display system that cannot display diagonal lines, graphic commands representing line segments cannot be used. Therefore, instead of drawing diagonal lines as graphics, line segment image data such as A and B is prepared in advance. In this case, the line image data is overwritten on the background image data at an appropriate position and the overwritten image data is synthesized, and this image data is displayed. As a result, oblique lines are drawn and displayed. This method is sufficiently practical when the number of line segment image data to be prepared is limited.
[0016]
3 and 4 are diagrams for explaining the types of line segment image data that must be prepared in order to actually realize the method of the present invention shown in FIG. FIG. 3 is a table displaying all the 4 × 4 = 16 line segment image data necessary for expressing the broken line between the axis 1 and the axis 2. Each row in the table corresponds to an axis 1 value. Each column corresponds to an axis 2 value. Therefore, in order to draw a polygonal line connecting (axis 1 value, axis 2 value) = (x, y), the line segment image 12-xy in the cell of x rows and y columns may be used. 12-xy in each cell is a number for identifying a line segment image. In addition, a circle on one of the vertices of the line segment image in each cell indicates the arrangement position of the line segment image to be matched with the point indicating the value of axis 1. Since A in FIG. 2 is (axis 1, axis 2) = (3, 3), the line segment image data 12-33 in FIG. 3 is placed at an appropriate position. That is, the upper left vertex of the line segment image 12-33 (indicated by a circle in FIG. 3) coincides with the point position of the value 3 of the axis 1, and 12-33 is placed in a straight line. Similarly, FIG. 4 is a table displaying all 4 × 4 = 16 line segment image data necessary for expressing a broken line between the axes 2 and 3. 2B is (Axis 2, Axis 3) = (3, 4), so the upper left vertex of the line segment image data 23-34 in FIG. It is aligned with the position. Actually, as many tables as shown in FIG. 3 are prepared for the number of combinations of two adjacent axes.
[0017]
The basic idea of the present invention has been outlined above. Next, a method of displaying a radar chart in a data broadcast program by applying this method will be described. FIG. 5 is an overall schematic diagram for explaining a method of displaying a radar chart in a data broadcasting program in the data broadcasting mechanism. Reference numeral 20 denotes a digital broadcasting station accompanied by data broadcasting. Reference numeral 29 denotes a broadcast antenna. The broadcast wave broadcast from the broadcast antenna is received by the reception antenna 39 via the relay satellite 6. The digital broadcast receiver 30 interprets the BML data, and a data broadcast program screen is displayed on the TV monitor 33. The digital broadcast receiver 30 has a recording area (hereinafter referred to as “working memory”) for receiving and temporarily storing data of program data of each broadcast station being broadcast at that time, and temporarily storing it. When a data broadcasting screen of a station program is selected, a CPU for reading out a corresponding BML data file from the working memory, interpreting the contents, and performing control for dynamic display is provided.
[0018]
In order to display a radar chart in a data broadcast program, the BML data 11 including a script that operates as a radar chart display means 31 when the CPU of the receiver 30 interprets and displays the BML is displayed on the radar chart. The value 12 (multidimensional vector value) data 12 is included in the data stream of the broadcast program and broadcast. The receiver 30 caches the BML data 11 and the data 12 (multidimensional vector values) to be displayed on the radar chart in the working memory of the receiver 30, and the data broadcast screen is operated by the user's remote control. Is selected, the script included in the BML data 11 is interpreted and executed by the CPU provided in the receiver 30 and activated as the radar chart display means 31.
[0019]
FIG. 6 is a diagram for explaining the operation of the activated radar chart display means 31. The radar chart display means 31 can combine the step of selecting a line segment image and the selected line segment image over the background image to divide the radar chart image into constituent steps. The radar chart display means 31 includes all necessary line segment image data and background image data.
[0020]
FIG. 6 illustrates the operation of a case where a data string (3,3,4,1,3,4,2,3) is given to the 8-axis radar chart of FIG. 2 for drawing. First, in the step of selecting a line segment image, a combination of data for every two adjacent axes is made from a given data string, and line segment image data corresponding to each combination of two adjacent axis values is obtained. select. For example, since the axes 3 and 4 are (axis 3, axis 4) = (4, 1), line segment image data 34-41 corresponding to this combination is extracted. The eight line segment image data 12-33, 23-34, 34-41, 45-13, 56-34, 67-42, 78-23, 81-33 selected in this way are radar chart images. In the composing step, the image is synthesized as radar chart image data by being overwritten at an appropriate position of the background image data.
[0021]
When the value that each axis can take is 4 and an 8-axis radar chart is drawn, the required line segment image data is 4 × 4 × 8 = 128. Since each line segment image data is a small size of about 1 KByte, there is no problem in broadcasting in the BML file to be broadcast. In addition, if the objectivity regarding the axis of the polygonal line figure is taken into consideration, the number of line segment image data can be further reduced.
[0022]
The method of the present invention is not limited to displaying a radar chart. The present invention can also be applied when a line graph is drawn as shown in FIG. In FIG. 7, by overwriting the line segment image data P, Q, and R with the background image data, it is possible to create and display a line graph image data for a given data string in a display system that cannot display diagonal lines. Show. Line segment image data corresponding to all the inclinations of the broken lines that may appear in this graph may be prepared for the width | S | of one scale on the x axis in the graph of FIG.
[0023]
【The invention's effect】
As described above in detail, according to the drawing display method of the diagonal line figure according to the present invention, as line data having coordinates of both ends of the line segment with respect to the line segment that is not horizontal or vertical to the scanning line. Display devices that accept drawing commands and do not have the function of interpreting and displaying this graphic data , especially digital broadcast receivers, can display diagonal lines or radar charts that require drawing diagonal lines. There is a remarkable effect.
[Brief description of the drawings]
FIG. 1 is a diagram illustrating an outline of a method of the present invention.
FIG. 2 is a diagram illustrating an example of a radar chart.
FIG. 3 is a diagram illustrating rectangular image data for combinations of values of axes 1 and 2 of a radar chart.
FIG. 4 is a diagram illustrating rectangular image data for a combination of values of axes 2 and 3 of a radar chart.
FIG. 5 is an overall schematic diagram for explaining a method of displaying a radar chart in a data broadcast program.
FIG. 6 is a diagram for explaining the function of radar chart display means 31;
FIG. 7 is a diagram illustrating a case in which the diagonal line display method according to the present invention is applied to the display of a line graph.
[Explanation of symbols]
6 relay satellite 11 BML data including radar chart display means 12 data to be displayed as radar chart 20 broadcast station 29 broadcast antenna 30 receiver 31 radar chart display means 34 remote control 39 receiving antenna 33 TV display monitor

Claims (3)

走査線に対して水平または垂直でない線分について、前記線分の両端の座標を持つ線分という図形データとして描画コマンドを受け付け、前記図形データを解釈して表示する機能を備えていない表示装置において、レーダーチャートを描画し表示させる方法であって、
隣り合う2軸の値の組合わせから、前記2軸の間に描画される全ての場合の斜め線をそれぞれの対角線とする正置された複数の矩形のビットマップ画像データを、前記2軸の値の組合せに対応付けて保持しておき、
レーダーチャートの2軸毎の値の組合せに応じて、前記組合わせに対応する前記ビットマップ画像データを読み出して、背景画像データに上書きした画像データを表示することにより、所望のレーダーチャートを描画表示する方法。
In a display device that does not have a function of accepting a drawing command as graphic data of a line segment having coordinates at both ends of the line segment and interpreting and displaying the graphic data for a line segment that is not horizontal or vertical to the scanning line A method of drawing and displaying a radar chart,
From combinations of values of two axes adjacent, a plurality of rectangular bitmap image data of the slanting line of all cases drawn which is Sei置the respective diagonal between the two axes, the two axes Keep it associated with the combination of values,
Depending on the combination of the values of each two axes of the radar charts, it reads the bit map image data corresponding to the combinations, by displaying the image data is overwritten on the background image data, drawing displays the desired radar chart how to.
走査線に対して水平または垂直でない線分について、前記線分の両端の座標を持つ線分という図形データとして描画コマンドを受け付け、前記図形データを解釈して表示する機能を備えていない表示装置において、レーダーチャートを描画し表示させる一連の命令を記述したコンピュータプログラムであって、
隣り合う2軸の値の組合わせから、前記2軸の間に描画される全ての場合の斜め線をそれぞれの対角線とする正置された複数の矩形のビットマップ画像データを、前記2軸の値の組合わせに対応付けて記憶保持しておき、
レーダーチャートの2軸毎の値の組合せに応じて、前記組合わせに対応する前記ビットマップ画像データを読み出して、背景画像データに上書きした画像データを作成し、前記画像データを表示することにより与えられたデータに対するレーダーチャートを表示するコンピュータプログラム。
In a display device that does not have a function of accepting a drawing command as graphic data of a line segment having coordinates at both ends of the line segment and interpreting and displaying the graphic data for a line segment that is not horizontal or vertical to the scanning line A computer program that describes a series of instructions for drawing and displaying a radar chart,
From combinations of values of two axes adjacent, a plurality of rectangular bitmap image data of the slanting line of all cases drawn which is Sei置the respective diagonal between the two axes, the two axes Store it in association with the combination of values,
Depending on the combination of the values of each two axes of the radar chart, provided by reading the bit map image data corresponding to the combination, create the image data to overwrite the background image data, and displays the image data A computer program that displays a radar chart for recorded data.
データ放送受信機でレーダーチャートを表示させる方法であって、受信機に受信され画面選択されると、受信機上で請求項に記載のコンピュータプログラムとして動作するBMLデータを含んだデータ放送番組データを放送することにより、データ放送受信機でレーダーチャートを描画し表示させる方法。A method for displaying a radar chart in a data broadcast receiver, wherein the data broadcast program data includes BML data that operates as a computer program according to claim 2 on the receiver when the receiver receives and selects a screen. A method of drawing and displaying a radar chart with a data broadcasting receiver by broadcasting.
JP2002263485A 2002-09-10 2002-09-10 Oblique line display method, oblique line display program Expired - Fee Related JP4184737B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002263485A JP4184737B2 (en) 2002-09-10 2002-09-10 Oblique line display method, oblique line display program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002263485A JP4184737B2 (en) 2002-09-10 2002-09-10 Oblique line display method, oblique line display program

Publications (2)

Publication Number Publication Date
JP2004102639A JP2004102639A (en) 2004-04-02
JP4184737B2 true JP4184737B2 (en) 2008-11-19

Family

ID=32263185

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002263485A Expired - Fee Related JP4184737B2 (en) 2002-09-10 2002-09-10 Oblique line display method, oblique line display program

Country Status (1)

Country Link
JP (1) JP4184737B2 (en)

Also Published As

Publication number Publication date
JP2004102639A (en) 2004-04-02

Similar Documents

Publication Publication Date Title
DE69838550T2 (en) GRAPHIC USER INTERFACE WITH SELECTION BETWEEN VARIOUS TELEVISION CHANNEL DIRECTORY
DE69836859T2 (en) GRAPHIC USER INTERFACE FOR A TV SYSTEM WITH A CURSOR POSITION INDICATOR
CN101460992B (en) Blending multiple display layers
US5742272A (en) Accelerated full screen video playback
US6714254B2 (en) Method of displaying character data in digital television broadcasting receiver
JPS62128688A (en) Image transmission
EP1154642B1 (en) A method for using a single osd pixmap across mulitple video raster sizes by chaining osd headers
US8358363B2 (en) Video-processing apparatus, method and system
DE60114703T2 (en) System and method of using a single OSD pixmap for different display sizes using multiple headers
US20030189581A1 (en) Content based window filtering for simultaneous display of multiple high-quality video and graphics windows
US7999877B2 (en) Displaying data on lower resolution displays
JP5188051B2 (en) Display control device and display device
JP4184737B2 (en) Oblique line display method, oblique line display program
US20020073423A1 (en) System, method and program product for displaying simultaneously video content and supplemental information without obstructing video content
US20020186383A1 (en) Multi resolution printing
US6229535B1 (en) File acceptance display apparatus, file acceptance display method, and storage medium that records program for executing file acceptance display method
DE60024174T2 (en) Video processing method and system with multiple OSD formats
JP2003219372A (en) Data broadcast reception/reproducing apparatus, control method thereof, data broadcast system, data broadcast apparatus, article display means in data broadcast shopping, and control program
EP1860641A1 (en) Image processing device
JP4364192B2 (en) Display device
JP3502253B2 (en) Teletext special playback device
JPH01119180A (en) Teletext receiver
JP3661773B2 (en) Program guide display system
JP4960433B2 (en) Image processing apparatus, receiving apparatus, and display apparatus
JP2005524320A (en) Common on-screen display size for multiple display formats

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050909

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080512

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080520

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080714

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080808

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080904

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

Free format text: PAYMENT UNTIL: 20110912

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees