JP2006065443A - Data processing method and mobile communication terminal device - Google Patents

Data processing method and mobile communication terminal device Download PDF

Info

Publication number
JP2006065443A
JP2006065443A JP2004244720A JP2004244720A JP2006065443A JP 2006065443 A JP2006065443 A JP 2006065443A JP 2004244720 A JP2004244720 A JP 2004244720A JP 2004244720 A JP2004244720 A JP 2004244720A JP 2006065443 A JP2006065443 A JP 2006065443A
Authority
JP
Japan
Prior art keywords
display
data
graphic
application
coordinate system
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
JP2004244720A
Other languages
Japanese (ja)
Other versions
JP4578180B2 (en
Inventor
Osamu Otaka
理 大鷹
Koki Watanabe
工起 渡辺
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.)
SoftBank Corp
Original Assignee
Vodafone KK
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 Vodafone KK filed Critical Vodafone KK
Priority to JP2004244720A priority Critical patent/JP4578180B2/en
Publication of JP2006065443A publication Critical patent/JP2006065443A/en
Application granted granted Critical
Publication of JP4578180B2 publication Critical patent/JP4578180B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To reduce a load which is imposed on an application producer for incorporating a graphic data processing function into an application. <P>SOLUTION: An application 33 designates original graphic data and displaying conditions and requests a common graphic processing program 36 in a basic processing part to execute graphic processing. The common graphic processing program 36, which receives the request for the graphic processing, generates, based on the original graphic data, data for displaying by which displaying is made so that the displaying conditions designated in the request for the graphic processing may be satisfied. Then, the common graphic processing program 36 notifies the application 33 of the data for displaying. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、データ処理方法及び移動通信端末装置に係り、より詳しくは移動通信端末装置において、表示部への表示のために行われるデータ処理方法、及び、該データ処理方法を使用する移動通信端末装置に関するものである。   The present invention relates to a data processing method and a mobile communication terminal device, and more particularly, in a mobile communication terminal device, a data processing method performed for display on a display unit, and a mobile communication terminal using the data processing method It relates to the device.

従来から、携帯電話装置を代表とする移動通信端末装置が広く普及している。こうした移動通信端末装置においては、音声通話機能に加えて、メール処理機能(メールの作成、メールの送受信、受信メール内容の表示等)といった基本機能が、基本処理部と呼ばれる制御プログラムにより実現されている。   2. Description of the Related Art Conventionally, mobile communication terminal devices represented by mobile phone devices have been widely used. In such a mobile communication terminal device, in addition to the voice call function, basic functions such as a mail processing function (email creation, mail transmission / reception, display of received mail contents, etc.) are realized by a control program called a basic processing unit. Yes.

また、携帯電話装置等の移動通信端末装置においては、オブジェクト指向言語(例えば、JAVA(登録商標;以下同じ))等を用いて作成されたゲーム、ナビゲーション等のアプリケーションを、基地局を介してサーバ等からダウンロードして、実行するということが行われている。こうしたアプリケーションの中には、画像の表示に際して、原画像を平行移動したり、原画像を拡大、縮小又は回転したりするものもある。こうした場合には、原画像のデータがラスター形式の画像データ(ドットパターンのデータ)では、表示画像に対する違和感を生じさせずに、拡大、縮小又は回転を簡易に行うことが困難である。このため、特に画像の原画像を拡大、縮小又は回転を行う必要があるアプリケーションでは、画像描画用のデータとして、ベクトル形式で記載されたグラフィックデータを採用している。   In mobile communication terminal devices such as mobile phone devices, applications such as games and navigation created using an object-oriented language (for example, JAVA (registered trademark; the same shall apply hereinafter)) are stored on a server via a base station. It is performed to download from such as. Some of these applications translate the original image or enlarge, reduce or rotate the original image when displaying the image. In such a case, if the original image data is raster format image data (dot pattern data), it is difficult to easily enlarge, reduce, or rotate the display image without causing a sense of incongruity. For this reason, in particular, in an application that needs to enlarge, reduce, or rotate an original image, graphic data described in a vector format is used as image drawing data.

そして、画像描画用のデータとしてグラフィックデータを採用しているアプリケーションでは、利用者の指令等により原画像の平行移動、拡大、縮小又は回転を行う場合には、当該アプリケーション自らが、平行移動、拡大、縮小又は回転のためのデータ処理(グラフィック処理)を行っていた。   In an application that employs graphic data as image drawing data, when the original image is translated, enlarged, reduced, or rotated in accordance with a user's instruction, the application itself translates or enlarges. Data processing (graphic processing) for reduction or rotation was performed.

上述した従来の技術では、アプリケーションが画像描画用のデータとしてグラフィックデータを採用する場合には、当該アプリケーションは、グラフィック処理の機能を有することが必要であった。このため、当該アプリケーションの作成者には、当該アプリケーションの作成に際して、グラフィック処理機能を果たす手段を組み込むという負担が課されていた。   In the conventional technique described above, when an application adopts graphic data as image drawing data, the application needs to have a graphic processing function. For this reason, the creator of the application is burdened with incorporating means for performing a graphic processing function when the application is created.

また、移動通信端末装置で実行されるアプリケーションは、汎用的な実行可能ファイルとして構成されており、ソースコードを、機械語にではなく、中間言語にコンパイルして作成されるのが一般的である。そして、こうした中間言語のプログラムの実行に際しては、機種ごとに用意された仮想機械プログラムにより中間言語を機械語として認識して、実行される。このため、アプリケーションによりグラフィック処理を行うと、その処理を迅速に行えるとはいい難かった。このため、アプリケーションが所望するグラフィック処理を迅速化することも望まれていた。   In addition, an application executed on a mobile communication terminal device is configured as a general-purpose executable file, and is generally created by compiling source code into an intermediate language instead of machine language. . When executing such an intermediate language program, the intermediate language is recognized as a machine language by a virtual machine program prepared for each model and executed. For this reason, when graphic processing is performed by an application, it is difficult to perform the processing quickly. For this reason, it has also been desired to speed up the graphic processing desired by the application.

本発明は、上記の事情を鑑みてなされたものであり、グラフィックデータの処理機能をアプリケーションへ組み込むために課されるアプリケーション作成者の負担を軽減することができるデータ処理方法を提供することを目的とする。   The present invention has been made in view of the above circumstances, and an object of the present invention is to provide a data processing method capable of reducing the burden on an application creator imposed to incorporate a graphic data processing function into an application. And

また、本発明は、グラフィックデータの処理機能を組み込むために課されるアプリケーション作成者の負担を軽減して作成されたアプリケーションからの要求により、所望のグラフィックデータの処理を行うことができる移動通信端末装置を提供することを目的とする。   The present invention also provides a mobile communication terminal capable of processing desired graphic data in response to a request from an application created by reducing the burden on an application creator imposed to incorporate a graphic data processing function. An object is to provide an apparatus.

本発明は、基本機能を提供するための基本処理部を有する移動通信端末装置において、表示部への表示のために行われるデータ処理方法であって、アプリケーションが、ベクトル形式の原グラフィックデータ及び表示条件を指定して、前記基本処理部内の共通グラフィック処理部にグラフィック処理を要求するグラフィック処理要求工程と;前記共通グラフィック処理部が、前記原グラフィックデータに基づいて、前記表示条件を満たす表示を行うことができる表示用データを作成するグラフィック処理工程と;前記共通グラフィック処理部が、前記表示用データを前記アプリケーションへ通知する表示用データ通知工程と;を備えるデータ処理方法である。   The present invention relates to a data processing method performed for display on a display unit in a mobile communication terminal apparatus having a basic processing unit for providing a basic function, in which an application uses vector format original graphic data and display A graphic processing requesting step for designating a condition and requesting graphic processing to the common graphic processing unit in the basic processing unit; and the common graphic processing unit performing display satisfying the display condition based on the original graphic data A data processing method comprising: a graphic processing step for generating display data that can be displayed; and a display data notification step in which the common graphic processing unit notifies the display data to the application.

このデータ処理方法では、グラフィック処理要求工程において、アプリケーションが原グラフィックデータ及び表示条件を指定して、基本処理部内の共通グラフィック処理部にグラフィック処理を要求する。こうした共通グラフィック処理部としては、多くのアプリケーションによって利用可能とするために、例えばSVG−T(Scalable Vector Graphics Tiny)等のような標準的な形式で記載されたグラフィックデータを処理するものとすることが好ましい。なお、アプリケーションが指定する原グラフィックデータは、共通グラフィック処理部が対応可能な形式で記載されたグラフィックデータであることが必要となる。   In this data processing method, in a graphic processing request step, an application specifies original graphic data and display conditions and requests graphic processing from a common graphic processing unit in the basic processing unit. Such a common graphic processing unit processes graphic data described in a standard format such as SVG-T (Scalable Vector Graphics Tiny) so that it can be used by many applications. Is preferred. The original graphic data designated by the application needs to be graphic data described in a format that can be handled by the common graphic processing unit.

次に、グラフィック処理要求を受けた共通グラフィック処理部は、グラフィック処理工程において、原グラフィックデータに基づいて、グラフィック処理要求で指定された表示条件を満たす表示を行うことができる表示用データを作成する。そして、共通グラフィック処理部は、表示用データ通知工程において、表示用データをアプリケーションへ通知する。   Next, in response to the graphic processing request, the common graphic processing unit creates display data that can perform display satisfying the display condition specified in the graphic processing request based on the original graphic data in the graphic processing step. . The common graphic processing unit notifies the display data to the application in the display data notification step.

この結果、アプリケーションは、自らグラフィック処理を行うことなく、原グラフィックデータに所望のグラフィック処理を施して得られる表示用データを取得することができる。このため、当該アプリケーションの作成者は、当該アプリケーションにグラフィック処理の機能を果たす手段を組み込まずにすむ。   As a result, the application can acquire display data obtained by performing desired graphic processing on the original graphic data without performing graphic processing by itself. For this reason, the creator of the application need not incorporate a means for performing the graphic processing function in the application.

本発明のデータ処理方法では、前記表示条件に、表示領域の大きさ、及び、前記表示領域内の位置を特定するための表示領域座標系と、前記原グラフィックデータを用いた図形の描画を行う利用者座標系との座標間関係の情報が含まれることとすることができる。   In the data processing method of the present invention, the display condition is drawn as a display area coordinate system for specifying the size of the display area and the position in the display area, and the graphic using the original graphic data. Information on the relationship between coordinates with the user coordinate system can be included.

ここで、前記座標間関係の情報には、前記表示領域座標系における前記利用者座標系の原点位置の情報が含まれることとすることができる。この場合には、原グラフィックデータが表現している画像を、自在に平行移動した画像を表示するための表示用データを取得することができる。したがって、原グラフィックデータが表現している画像の任意の位置における、表示領域の大きさの画像を表示するための表示用データを取得することができる。このため、原グラフィックデータが表現している画像のパニング機能を実現することができる。   Here, the information on the relationship between coordinates may include information on the origin position of the user coordinate system in the display area coordinate system. In this case, display data for displaying an image that is freely translated from the image represented by the original graphic data can be acquired. Therefore, it is possible to obtain display data for displaying an image having the size of the display area at an arbitrary position of the image represented by the original graphic data. For this reason, the panning function of the image represented by the original graphic data can be realized.

また、前記座標間関係の情報には、前記表示領域座標系に対する前記利用者座標系の回転角の情報、及び、前記表示領域座標系における単位長さ対する前記利用者座標系における単位長さの伸縮率の情報の少なくとも1つが更に含まれることとすることができる。この場合には、原グラフィックデータが表現している画像を、任意に回転、又は拡大若しくは縮小した画像を表示するための表示用データを取得することができる。したがって、原グラフィックデータが表現している画像を任意に回転、又は拡大若しくは縮小した画像、更にはこれらの操作に平行移動を加えた表示領域の大きさの画像を表示するための表示用データを取得することができる。   Further, the information on the inter-coordinate relationship includes information on the rotation angle of the user coordinate system relative to the display area coordinate system, and a unit length in the user coordinate system with respect to a unit length in the display area coordinate system. At least one of the stretch rate information may be further included. In this case, display data for displaying an image obtained by arbitrarily rotating or enlarging or reducing the image represented by the original graphic data can be acquired. Therefore, display data for displaying an image that is arbitrarily rotated, enlarged, or reduced from the image represented by the original graphic data, and an image having the size of the display area obtained by adding parallel movement to these operations. Can be acquired.

また、本発明のデータ処理方法では、前記アプリケーションの要求に応じて、前記表示部に前記表示データを利用した表示を行う表示工程を更に備えることとすることができる。   The data processing method of the present invention may further include a display step of performing display using the display data on the display unit in response to a request from the application.

ここで、前記表示工程に先立って、前記アプリケーションが、前記表示用データを加工する表示用データ加工工程を更に備えることとすることができる。この場合には、共通グラフィック処理部による処理結果の表示用データに、更に所望の加工を施した画像を表示部に表示することができる。   Here, prior to the display step, the application may further include a display data processing step for processing the display data. In this case, it is possible to display an image obtained by further applying desired processing to the display data of the processing result by the common graphic processing unit.

また、本発明のデータ処理方法では、前記アプリケーションが中間言語で記述されるとともに、前記基本処理部は機械語で記述されていることとすることができる。この場合には、機械語で記述されている共通グラフィック処理部がグラフィック処理を行うので、中間言語で記述されているアプリケーションが同様のグラフィック処理を行う場合と比べて、迅速にグラフィック処理を行うことができる。   In the data processing method of the present invention, the application is described in an intermediate language, and the basic processing unit is described in a machine language. In this case, the common graphic processing unit described in the machine language performs graphic processing, so that the graphic processing is performed more quickly than in the case where the application described in the intermediate language performs similar graphic processing. Can do.

本発明の移動通信端末装置は、基本機能を提供するための基本処理部を有する移動通信端末装置において、前記基本処理部が、アプリケーションからの原グラフィックデータ及び表示条件を指定したグラフィック処理要求に応じて、前記原グラフィックデータに基づいて、前記表示条件を満たす表示を行うことができる表示用データを作成し、前記表示用データを前記アプリケーションへ通知する共通グラフィック処理部を備える、ことを特徴とする移動通信端末装置である。   The mobile communication terminal apparatus of the present invention is a mobile communication terminal apparatus having a basic processing unit for providing a basic function, wherein the basic processing unit responds to a graphic processing request designating original graphic data and display conditions from an application. And generating a display data capable of performing display satisfying the display condition based on the original graphic data, and including a common graphic processing unit for notifying the display data to the application. It is a mobile communication terminal device.

この移動通信端末装置では、アプリケーションがベクトル形式の原グラフィックデータ及び表示条件を指定して、基本処理部内の共通グラフィック処理部にグラフィック処理を要求すると、共通グラフィック処理部が、当該原グラフィックデータに基づいて、当該表示条件を満たす表示を行うことができる表示用データを作成する。そして、共通グラフィック処理部が、処理結果である表示用データをアプリケーションへ通知する。   In this mobile communication terminal device, when an application designates original graphic data in vector format and display conditions and requests graphic processing from the common graphic processing unit in the basic processing unit, the common graphic processing unit is based on the original graphic data. Thus, display data that can perform display satisfying the display condition is created. Then, the common graphic processing unit notifies the application of display data that is a processing result.

すなわち、本発明の移動通信端末装置では、上述した本発明のデータ処理方法を使用してグラフィック処理を行うことができる。したがって、本発明の移動通信端末装置によれば、グラフィックデータの処理機能を組み込むために課されるアプリケーション作成者の負担を軽減して作成されたアプリケーションからの要求により、所望のグラフィックデータの処理を行うことができる。   That is, the mobile communication terminal apparatus of the present invention can perform graphic processing using the above-described data processing method of the present invention. Therefore, according to the mobile communication terminal device of the present invention, processing of desired graphic data can be performed according to a request from an application created by reducing the burden on an application creator imposed to incorporate a graphic data processing function. It can be carried out.

本発明の移動通信端末装置では、前記アプリケーションが中間言語で記述されるとともに、前記基本処理部は機械語で記述されている構成とすることができる。この場合には、機械語で記述されている共通グラフィック処理部がグラフィック処理を行うので、中間言語で記述されているアプリケーションが同様のグラフィック処理を行う場合と比べて、迅速にグラフィック処理を行うことができる。   In the mobile communication terminal device of the present invention, the application is described in an intermediate language, and the basic processing unit is described in a machine language. In this case, the common graphic processing unit described in the machine language performs graphic processing, so that the graphic processing is performed more quickly than in the case where the application described in the intermediate language performs similar graphic processing. Can do.

以上説明したように、本発明のデータ処理方法によれば、グラフィックデータの処理機能をアプリケーションへ組み込むために課されるアプリケーション作成者の負担を軽減することができるという効果を奏する。   As described above, according to the data processing method of the present invention, it is possible to reduce the burden on the application creator imposed for incorporating the graphic data processing function into the application.

また、本発明の移動通信端末装置によれば、グラフィックデータの処理機能を組み込むために課されるアプリケーション作成者の負担を軽減して作成されたアプリケーションの要求により、所望のグラフィックデータの処理を行うことができる。   Further, according to the mobile communication terminal device of the present invention, processing of desired graphic data is performed in response to an application request created by reducing the burden on the application creator imposed to incorporate the graphic data processing function. be able to.

以下、本発明の一実施形態を、図1〜図11を参照しつつ説明する。   Hereinafter, an embodiment of the present invention will be described with reference to FIGS.

図1及び図2には、一実施形態に係る移動体端末装置である携帯電話装置10の構成が概略的に示されている。ここで、図1(A)には、携帯電話装置10の外観の正面図が示され、図1(B)には、携帯電話装置10の外観の裏面図が示されている。また、図2には、携帯電話装置10の機能ブロック構成が示されている。   1 and 2 schematically show a configuration of a mobile phone device 10 that is a mobile terminal device according to an embodiment. Here, FIG. 1A shows a front view of the appearance of the mobile phone device 10, and FIG. 1B shows a rear view of the appearance of the mobile phone device 10. FIG. 2 shows a functional block configuration of the mobile phone device 10.

図1及び図2において総合的に示されるように、携帯電話装置10は、(a)制御部21、送受信部22及び記憶部23を備える携帯電話本体11と、(b)電話番号を制御部21へ入力するためのテンキー、及び、動作モードの切替等の各種指令を制御部21へ入力するためのファンクションキーを有する操作部12と、(c)制御部21による指令に応じて、操作案内、動作状況、受信メッセージ等を表示する液晶表示装置を有する表示部13とを備えている。また、携帯電話装置10は、(d)通話時に通信相手から送られてきた音声信号を再生する通話用スピーカ14と、通話時に音声を入力するためのマイクロフォン15と、(e)制御部21による指令に応じて、着信音や案内音を発生するための案内用スピーカ16と、(f)送受信部22と接続され、基地局との間で無線信号を授受するためのアンテナ17と、を備えている。   1 and 2, the mobile phone device 10 includes: (a) a mobile phone body 11 including a control unit 21, a transmission / reception unit 22 and a storage unit 23; and (b) a phone number control unit. An operation unit 12 having a numeric keypad for inputting to the control unit 21 and function keys for inputting various commands such as switching of operation modes to the control unit 21; and (c) an operation guide according to the command from the control unit 21. And a display unit 13 having a liquid crystal display device for displaying an operation status, a received message, and the like. Further, the cellular phone device 10 includes (d) a call speaker 14 that reproduces an audio signal transmitted from a communication partner during a call, a microphone 15 for inputting sound during a call, and (e) a control unit 21. A guidance speaker 16 for generating a ringtone or a guidance sound in response to a command, and (f) an antenna 17 connected to the transmission / reception unit 22 for transmitting / receiving a radio signal to / from a base station. ing.

上記の制御部21は、中央処理装置(CPU)、デジタル信号処理装置(DSP)等を備えており、一般的な携帯電話機能を含む様々な機能を実現するために、様々なデータ処理を行うとともに、上述した他の構成要素の動作制御を行うようになっている。この制御部21において実行されるプログラム等のソフトウエアの構成は、図3に示されるようになっている。   The control unit 21 includes a central processing unit (CPU), a digital signal processing unit (DSP), and the like, and performs various data processing in order to realize various functions including general cellular phone functions. At the same time, operation control of the other components described above is performed. The configuration of software such as a program executed in the control unit 21 is as shown in FIG.

すなわち、制御部21におけるソフトウエアは、(i)携帯電話装置としての基本機能である通話機能、メール機能、文字入力機能を実現するとともに、上述した各種のハードウエア資源の制御を行う基本処理部31と、(ii)ゲーム等の様々なコンテンツを利用者に提供するためのアプリケーション33と、(iii)基本処理部31とアプリケーション33との間に位置し、アプリケーション33の実行環境を提供する実行環境部32とから構成されている。ここで、実行環境部32は、アプリケーション33と基本処理部31との間のコマンド変換、アプリケーション33の管理等のアプリケーション実行のためのソフトウエア資源を提供する一組のプログラムである。また、基本処理部31には、共通グラフィック処理プログラム36が含まれており、また、実行環境部32には、アプリケーション33が表示部13への表示の際に利用するグラフィックスプログラム37が含まれている。   That is, the software in the control unit 21 is (i) a basic processing unit that realizes a call function, a mail function, and a character input function, which are basic functions as a mobile phone device, and controls the various hardware resources described above. 31, (ii) an application 33 for providing a user with various contents such as a game, and (iii) an execution that is located between the basic processing unit 31 and the application 33 and provides an execution environment for the application 33 And an environment unit 32. Here, the execution environment unit 32 is a set of programs that provide software resources for executing applications such as command conversion between the application 33 and the basic processing unit 31 and management of the application 33. The basic processing unit 31 includes a common graphics processing program 36, and the execution environment unit 32 includes a graphics program 37 that the application 33 uses when displaying on the display unit 13. ing.

なお、基本処理部31及び実行環境部32の各プログラムは、機械語で記述されている。これに対して、アプリケーション33は中間言語で記述されている。   Each program of the basic processing unit 31 and the execution environment unit 32 is described in machine language. In contrast, the application 33 is described in an intermediate language.

また、基本処理部31及び実行環境部32は、携帯電話装置10の工場出荷時から携帯電話装置に実装されている。一方、アプリケーション33は、操作者による操作部12の操作によって送受信部22等からダウンロードされた後に実装される。また、携帯電話装置10におけるアプリケーションの数は1つに限られる訳ではないが、図3においては、模式的に1つのアプリケーション33のみが示されている。   The basic processing unit 31 and the execution environment unit 32 are mounted on the mobile phone device from the time of shipment of the mobile phone device 10 from the factory. On the other hand, the application 33 is installed after being downloaded from the transmission / reception unit 22 or the like by the operation of the operation unit 12 by the operator. Further, the number of applications in the mobile phone device 10 is not limited to one, but only one application 33 is schematically shown in FIG.

基本処理部31と実行環境部32との間では、アプリケーション33に関連して、要求、応答、イベント発生等の情報が適宜やり取りされるようになっている。また、実行環境部32とアプリケーション33との間では、アプリケーション33からの各種の要求が実行環境部32に通知されるとともに、実行環境部32から応答やイベント発生が通知されるようになっている。   Between the basic processing unit 31 and the execution environment unit 32, information such as a request, a response, an event occurrence, and the like is appropriately exchanged in relation to the application 33. Also, between the execution environment unit 32 and the application 33, various requests from the application 33 are notified to the execution environment unit 32, and responses and event occurrences are notified from the execution environment unit 32. .

次に、以上のように構成された携帯電話装置10におけるグラフィック処理について説明する。   Next, graphic processing in the cellular phone device 10 configured as described above will be described.

前提として、平行移動、拡大、縮小、回転等の座標変換処理及びクリッピング処理等のグラフィック処理の対象となる原グラフィックデータは既に作成されているものとする。この原グラフィックデータは、利用者座標系(XU、YU)においてベクトル形式で記載されている。こうした原グラフィックデータの表現する図形の例が、図4に示されている。 As a premise, it is assumed that original graphic data to be subjected to graphic processing such as coordinate conversion processing such as translation, enlargement, reduction, rotation, and clipping processing has already been created. This original graphic data is described in a vector format in the user coordinate system (X U , Y U ). An example of a figure represented by such original graphic data is shown in FIG.

また、アプリケーション33による当該原グラフィックデータに基づく図形画像は、図5(A)に示される表示部13の表示領域(以下、「ビューポート」という)13Vに表示されるものとする。このビューポート13Vに対応して、図5(B)に示されるように、ビューポート座標系(XV、YV)が定義されている。このビューポート座標系(XV、YV)は、ビューポート13Vの左上隅が原点Oに、ビューポート13Vにおける右方向がXV方向に、ビューポート13Vにおける下方向がYV方向となるように定義されている。なお、ビューポート13Vは、XV方向の長さがLXVであり、YV方向の長さがLYVである矩形領域であるものとする。 Further, it is assumed that the graphic image based on the original graphic data by the application 33 is displayed in the display area 13V (hereinafter referred to as “viewport”) 13V of the display unit 13 shown in FIG. Corresponding to this viewport 13V, viewport coordinate systems (X V , Y V ) are defined as shown in FIG. The viewport coordinate system (X V, Y V), the upper left corner of the viewport 13V to the origin O, in the right direction X V direction in the viewport 13V, so that downward in the view port 13V is Y V direction Is defined. Note that the viewport 13V, the length of the X V direction is LX V, intended length of Y V direction is a rectangular area which is LY V.

携帯電話装置10におけるグラフィック処理では、図6に示されるように、まず、アプリケーション33が、共通グラフィック処理プログラム36へ向けて、グラフィック処理要求を送る。このグラフィック処理要求では、原グラフィックデータ、ビューポート13Vの大きさ(すなわち、XV方向の長さがLXV及びYV方向の長さがLYV)、並びにビューポート座標系(XV、YV)と利用者座標系(XU、YU)との関係が指定される。 In the graphic processing in the mobile phone device 10, as shown in FIG. 6, first, the application 33 sends a graphic processing request to the common graphic processing program 36. In the graphic processing request, the original graphic data, the size of the viewport 13V (i.e., LX is the length of the X V direction V and Y V direction length LY V), and the viewport coordinate system (X V, Y V ) and the user coordinate system (X U , Y U ) are specified.

ここで、ビューポート座標系(XV、YV)と利用者座標系(XU、YU)との関係には、ビューポート座標系(XV、YV)における利用者座標系(XU、YU)の原点OUの位置の情報が含まれている。また、ビューポート座標系(XV、YV)と利用者座標系(XU、YU)との関係には、ビューポート座標系(XV、YV)のXV方向の長さ単位に対する利用者座標系(XU、YU)のXU方向の長さ単位の比率SX及びビューポート座標系(XV、YV)のYV方向の長さ単位に対する利用者座標系(XU、YU)のYU方向の長さ単位の比率SYの情報、ビューポート座標系(XV、YV)に対する利用者座標系(XU、YU)の回転角θの情報等が、必要に応じて含まれる。なお、グラフィック処理の観点からすると、原点OUの位置の情報により図形の平行移動処理が規定され、比率SX及び比率SYの情報により図形の拡大縮小処理が規定され、また、回転角θの情報により図形の回転処理が規定される。 Here, the relationship between the viewport coordinate system (X V , Y V ) and the user coordinate system (X U , Y U ) includes the user coordinate system (X V , Y V ) in the viewport coordinate system (X V , Y V ). U, contains information of the position of the origin O U of Y U). The relationship between the viewport coordinate system (X V , Y V ) and the user coordinate system (X U , Y U ) is the length unit in the X V direction of the viewport coordinate system (X V , Y V ). The ratio S X of the length unit in the X U direction of the user coordinate system (X U , Y U ) to the user coordinate system for the length unit in the Y V direction of the viewport coordinate system (X V , Y V ) ( X U, Y U direction ratio S Y information unit of length Y U), the viewport coordinate system (X V, the user coordinate system for Y V) (X U, information of the rotation angle θ of the Y U) Etc. are included as necessary. Incidentally, from the viewpoint of graphic processing, translation processing of the graphic by information on the position of the origin O U are defined, scaling processing of the graphic by the information ratio S X and the ratio S Y is defined, also, the rotation angle θ This information defines the figure rotation process.

グラフィック処理要求を受けた共通グラフィック処理プログラム36は、グラフィック処理要求において指定されたビューポート13Vの大きさ、及び、ビューポート座標系(XV、YV)と利用者座標系(XU、YU)との関係に基づいて、グラフィック処理を行う。すなわち、ビューポート座標系(XV、YV)における原点OUの位置の情報に基づき、原グラフィックデータに関する平行移動処理が行なわれる。また、比率SX及び比率SYの情報に基づき、原グラフィックデータに関する拡大縮小処理が行なわれる。また、回転角θの情報により、原グラフィックデータに関する回転処理が行われる。そして、ビューポート13Vの大きさに基づいて、クリッピング処理が行われる。 Upon receiving the graphic processing request, the common graphic processing program 36 determines the size of the viewport 13V specified in the graphic processing request, the viewport coordinate system (X V , Y V ), and the user coordinate system (X U , Y U ) Graphic processing is performed based on the relationship. That viewport coordinate system (X V, Y V) based on the information on the position of the origin O U in, parallel movement processing related original graphic data. Further, the enlargement / reduction processing for the original graphic data is performed based on the information of the ratio S X and the ratio S Y. Further, rotation processing relating to the original graphic data is performed based on the information of the rotation angle θ. Then, clipping processing is performed based on the size of the viewport 13V.

こうした平行移動処理、拡大縮小処理及び回転処理という座標変換の処理に加えて、共通グラフィック処理プログラム36は、座標変換後の図形に基づいて、ビューポート13V内に入る図形を求めるクリッピングの処理を行う。この結果、ビューポート13Vに表示するための表示用データが得られる。   In addition to the coordinate conversion processes such as the parallel movement process, the enlargement / reduction process, and the rotation process, the common graphic processing program 36 performs a clipping process for obtaining a graphic that enters the viewport 13V based on the graphic after the coordinate conversion. . As a result, display data for display on the viewport 13V is obtained.

ここで、グラフィック処理要求において指定された原グラフィックデータが、図4に示される図形を表現するものである場合において、ビューポート座標系(XV、YV)と利用者座標系(XU、YU)との関係のいくつかの例について、共通グラフィック処理プログラム36によるグラフィック処理の結果である表示用データが表す図形を説明する。 Here, in the case where the original graphic data specified in the graphic processing request expresses the graphic shown in FIG. 4, the viewport coordinate system (X V , Y V ) and the user coordinate system (X U , The graphic represented by the display data, which is the result of the graphic processing by the common graphic processing program 36, will be described with respect to some examples of the relationship with Y U ).

(1) ビューポート座標系(XV、YV)と利用者座標系(XU、YU)とが一致する場合(図7(A)参照)には、図7(B)に示されるような図形を表す表示用データが、共通グラフィック処理プログラム36によるグラフィック処理の結果として得られる。 (1) When the viewport coordinate system (X V , Y V ) matches the user coordinate system (X U , Y U ) (see FIG. 7A), it is shown in FIG. 7B. Display data representing such a figure is obtained as a result of graphic processing by the common graphic processing program 36.

(2) 上記の(1)と比べて、ビューポート座標系(XV、YV)と利用者座標系(XU、YU)とで原点位置のみが相違する場合(図8(A)参照)には、図8(B)に示されるような図形を表す表示用データが、共通グラフィック処理プログラム36によるグラフィック処理の結果として得られる。こうした平行移動処理を、平行移動量に対応するビューポート座標系(XV、YV)における利用者座標系(XU、YU)の原点OU位置を連続的に変化させながら、行うことにより、パニング用の表示用データが順次得られる。 (2) Compared with the above (1), when only the origin position is different between the viewport coordinate system (X V , Y V ) and the user coordinate system (X U , Y U ) (FIG. 8A). 8B, display data representing a graphic as shown in FIG. 8B is obtained as a result of graphic processing by the common graphic processing program 36. Such translation process, the corresponding viewport coordinate system to the amount of translation (X V, Y V) User coordinate system in (X U, Y U) while continuously changing the origin O U position of, it is carried out Thus, display data for panning is sequentially obtained.

(3) 上記の(2)と比べて、1より大きな比率SX及び比率SYが指定されて図形の拡大が更に指定されている場合(図9(A)参照)には、図9(B)に示されるような図形を表す表示用データが、共通グラフィック処理プログラム36によるグラフィック処理の結果として得られる。 (3) Compared with the above (2), when the ratio S X and the ratio S Y larger than 1 are specified and the enlargement of the figure is further specified (see FIG. 9A), FIG. The display data representing the graphic as shown in B) is obtained as a result of the graphic processing by the common graphic processing program 36.

(4) 上記の(2)と比べて、1より小さな比率SX及び比率SYが指定されて図形の縮小が更に指定されている場合(図10(A)参照)には、図10(B)に示されるような図形を表す表示用データが、共通グラフィック処理プログラム36によるグラフィック処理の結果として得られる。 (4) Compared with the above (2), when the ratio S X and the ratio S Y smaller than 1 are specified and the graphic reduction is further specified (see FIG. 10A), The display data representing the graphic as shown in B) is obtained as a result of the graphic processing by the common graphic processing program 36.

(5) 上記の(2)と比べて、回転角θが指定されて図形回転が指定されている場合(図11(A)参照)には、図11(B)に示されるような図形を表す表示用データが、共通グラフィック処理プログラム36によるグラフィック処理の結果として得られる。   (5) Compared with the above (2), when the rotation angle θ is specified and the figure rotation is specified (see FIG. 11A), the figure as shown in FIG. Display data to be represented is obtained as a result of graphic processing by the common graphic processing program 36.

図6に戻り、以上のようにして得られたグラフィック処理結果は、共通グラフィック処理プログラム36からアプリケーション33へ向けて送られる。このグラフィック処理結果を受けたアプリケーション33は、実行環境部32のグラフィックスプログラム37を利用して、グラフィック処理結果である表示用データが表現する図形画像をビューポート13Vに表示させる。この後、アプリケーション33は、利用者の画像加工指令に応じて、表示用データの加工を適宜行い、加工された画像をビューポート13Vに表示させる。   Returning to FIG. 6, the graphic processing result obtained as described above is sent from the common graphic processing program 36 to the application 33. The application 33 that has received the graphic processing result uses the graphics program 37 of the execution environment unit 32 to display the graphic image represented by the display data as the graphic processing result on the viewport 13V. Thereafter, the application 33 appropriately processes the display data in accordance with the user's image processing command, and displays the processed image on the viewport 13V.

以上説明したように、本実施形態では、アプリケーション33が原グラフィックデータ及び表示条件を指定して、基本処理部31内の共通グラフィック処理プログラム36にグラフィック処理を要求する。このグラフィック処理要求を受けた共通グラフィック処理プログラム36は、原グラフィックデータに基づいて、グラフィック処理要求で指定された表示条件を満たす表示を行うことができる表示用データを作成する。そして、共通グラフィック処理プログラム36は、表示用データをアプリケーション33へ通知する。   As described above, in the present embodiment, the application 33 designates original graphic data and display conditions, and requests graphic processing from the common graphic processing program 36 in the basic processing unit 31. Upon receiving this graphic processing request, the common graphic processing program 36 creates display data that can perform display satisfying the display conditions specified by the graphic processing request, based on the original graphic data. Then, the common graphic processing program 36 notifies the application 33 of display data.

この結果、アプリケーション33は、自らグラフィック処理を行うことなく、原グラフィックデータに所望のグラフィック処理を施して得られる表示用データを取得することができる。このため、当該アプリケーション33の作成者は、当該アプリケーション33にグラフィック処理の機能を果たす手段を組み込まずにすみ、グラフィックデータの処理のために課されるアプリケーション作成者の負担を軽減することができる。   As a result, the application 33 can acquire display data obtained by performing desired graphic processing on the original graphic data without performing graphic processing by itself. Therefore, the creator of the application 33 does not need to incorporate a means for performing graphic processing functions in the application 33, and can reduce the burden on the application creator imposed for processing graphic data.

また、本実施形態では、グラフィック処理要求において指定される表示条件として、表示領域の大きさ、及び、ビューポート座標系と利用者座標系との座標間関係の情報が含まれることとしている。そして、この座標間関係の情報には、ビューポート座標系における前記利用者座標系の原点位置の情報が含まれることとしている。このため、原グラフィックデータが表現している図形画像を、自在に平行移動した画像を表示するための表示用データを取得することができる。したがって、原グラフィックデータが表現している図形画像の任意の位置における、ビューポート13Vの大きさの画像を表示するための表示用データを取得することができる。   In the present embodiment, the display conditions specified in the graphic processing request include information on the size of the display area and the coordinate relationship between the viewport coordinate system and the user coordinate system. The coordinate relationship information includes information on the origin position of the user coordinate system in the viewport coordinate system. Therefore, it is possible to acquire display data for displaying an image that is freely translated from the graphic image represented by the original graphic data. Therefore, it is possible to obtain display data for displaying an image having the size of the viewport 13V at an arbitrary position of the graphic image represented by the original graphic data.

また、本実施形態では、座標間関係の情報には、ビューポート座標系に対する利用者座標系の回転角の情報、及び、ビューポート座標系における単位長さ対する利用者座標系における単位長さの伸縮率の情報の少なくとも1つが、必要に応じて更に含まれることとしている。このため、アプリケーション33が、原グラフィックデータが表現している図形画像を、任意に回転、又は拡大若しくは縮小した画像を表示するための表示用データを取得することができる。   In this embodiment, the information on the relationship between coordinates includes information on the rotation angle of the user coordinate system with respect to the viewport coordinate system, and the unit length in the user coordinate system with respect to the unit length in the viewport coordinate system. It is assumed that at least one piece of information on the expansion / contraction rate is further included as necessary. Therefore, the application 33 can acquire display data for displaying an image obtained by arbitrarily rotating, enlarging or reducing the graphic image represented by the original graphic data.

また、本実施形態では、アプリケーション33が、グラフィック処理の結果である表示用データを、必要に応じて加工することとしている。このため、共通グラフィック処理プログラム36による処理結果の表示用データに、更に所望の加工を施した画像を表示部に表示することができる。   In the present embodiment, the application 33 processes display data, which is a result of graphic processing, as necessary. For this reason, it is possible to display on the display unit an image obtained by further applying desired processing to the display data of the processing result by the common graphic processing program 36.

また、本実施形態では、アプリケーション33が中間言語で記述されており、共通グラフィック処理プログラム36を含む基本処理部31が機械語で記述されていることとしている。そして、機械語で記述されている共通グラフィック処理プログラム36がグラフィック処理を行うので、中間言語で記述されているアプリケーション33が同様のグラフィック処理を行う場合と比べて、迅速にグラフィック処理を行うことができる。   In the present embodiment, the application 33 is described in an intermediate language, and the basic processing unit 31 including the common graphic processing program 36 is described in a machine language. Since the common graphic processing program 36 described in the machine language performs graphic processing, the graphic processing can be performed quickly compared to the case where the application 33 described in the intermediate language performs similar graphic processing. it can.

なお、本実施形態では、原グラフィックデータとして要求される記述フォーマットを特に規定しなかったが、SVG−T等の標準的なグラフィックデータの記述フォーマットを採用することができる。   In the present embodiment, the description format required as the original graphic data is not particularly defined, but a standard graphic data description format such as SVG-T can be adopted.

また、上記の実施形態では、本発明を携帯電話装置に適用したが、携帯電話装置以外の移動体端末装置に本発明を適用することができるのは勿論である。   In the above embodiment, the present invention is applied to a mobile phone device. However, it is needless to say that the present invention can be applied to a mobile terminal device other than the mobile phone device.

以上説明したように、本発明のデータ処理方法は、移動通信端末装置におけるグラフィックデータの処理に適用することができる。また、本発明の移動通信端末装置は、グラフィックデータを利用するアプリケーションが実行される移動通信端末装置に適用することができる。   As described above, the data processing method of the present invention can be applied to graphic data processing in a mobile communication terminal device. The mobile communication terminal apparatus of the present invention can be applied to a mobile communication terminal apparatus in which an application using graphic data is executed.

本発明の一実施形態に係る携帯電話装置の外観構成を概略的に示す図である。It is a figure which shows schematically the external appearance structure of the mobile telephone apparatus which concerns on one Embodiment of this invention. 図1の携帯電話装置の機能ブロック図である。FIG. 2 is a functional block diagram of the mobile phone device of FIG. 1. 図2の制御部で動作するソフトウエアの構成を概略的に示す図である。It is a figure which shows roughly the structure of the software which operate | moves with the control part of FIG. 原グラフィックデータを説明するための図である。It is a figure for demonstrating original graphic data. ビューポートを説明するための図である。It is a figure for demonstrating a viewport. 図1の携帯電話装置におけるグラフィック処理を説明するためのシーケンス図である。It is a sequence diagram for demonstrating the graphic process in the mobile telephone apparatus of FIG. グラフィック処理の結果の例(その1)を示す図である。It is a figure which shows the example (the 1) of the result of a graphic process. グラフィック処理の結果の例(その2)を示す図である。It is a figure which shows the example (the 2) of the result of a graphic process. グラフィック処理の結果の例(その3)を示す図である。It is a figure which shows the example (the 3) of the result of a graphic process. グラフィック処理の結果の例(その4)を示す図である。It is a figure which shows the example (the 4) of the result of a graphic process. グラフィック処理の結果の例(その5)を示す図である。It is a figure which shows the example (the 5) of the result of a graphic process.

符号の説明Explanation of symbols

10…携帯電話装置(移動体端末装置)、11…携帯電話本体、12…操作部、13…表示部、13V…ビューポート、14…通話用スピーカ、15…マイクロフォン、16…案内用スピーカ、17…アンテナ、21…制御部、22…送受信部、23…記憶装置、31…基本処理部、32…実行環境部、33…アプリケーション、36…共通グラフィック処理プログラム(共通グラフィック処理部)、37…グラフィックスプログラム。


DESCRIPTION OF SYMBOLS 10 ... Mobile phone apparatus (mobile terminal device), 11 ... Mobile phone main body, 12 ... Operation part, 13 ... Display part, 13V ... Viewport, 14 ... Speaker for call, 15 ... Microphone, 16 ... Speaker for guidance, 17 ... Antenna, 21 ... Control part, 22 ... Transmission / reception part, 23 ... Storage device, 31 ... Basic processing part, 32 ... Execution environment part, 33 ... Application, 36 ... Common graphic processing program (common graphic processing part), 37 ... Graphic Program.


Claims (9)

基本機能を提供するための基本処理部を有する移動通信端末装置において、表示部への表示のために行われるデータ処理方法であって、
アプリケーションが、ベクトル形式で記載された原グラフィックデータ及び表示条件を指定して、前記基本処理部内の共通グラフィック処理部にグラフィック処理を要求するグラフィック処理要求工程と;
前記共通グラフィック処理部が、前記原グラフィックデータに基づいて、前記表示条件を満たす表示を行うことができる表示用データを作成するグラフィック処理工程と;
前記共通グラフィック処理部が、前記表示用データを前記アプリケーションへ通知する表示用データ通知工程と;を備えるデータ処理方法。
In a mobile communication terminal device having a basic processing unit for providing a basic function, a data processing method performed for display on a display unit,
A graphic processing requesting step in which an application designates original graphic data described in a vector format and display conditions, and requests graphic processing from the common graphic processing unit in the basic processing unit;
A graphic processing step in which the common graphic processing unit creates display data capable of performing display satisfying the display condition based on the original graphic data;
A data processing method comprising: a display data notification step in which the common graphic processing unit notifies the application of the display data.
前記表示条件には、表示領域の大きさ、及び、前記表示領域内の位置を特定するための表示領域座標系と、前記原グラフィックデータを用いた図形の描画を行う利用者座標系との座標間関係の情報が含まれる、ことを特徴とする請求項1に記載のデータ処理方法。   The display condition includes coordinates of a display area coordinate system for specifying the size of the display area and a position in the display area, and a user coordinate system for drawing a graphic using the original graphic data. The data processing method according to claim 1, wherein inter-relationship information is included. 前記座標間関係の情報には、前記表示領域座標系における前記利用者座標系の原点位置の情報が含まれる、ことを特徴とする請求項2に記載のデータ処理方法。   The data processing method according to claim 2, wherein the information on the relationship between coordinates includes information on an origin position of the user coordinate system in the display area coordinate system. 前記座標間関係の情報には、前記表示領域座標系に対する前記利用者座標系の回転角の情報、及び、前記表示領域座標系における単位長さ対する前記利用者座標系における単位長さの伸縮率の情報の少なくとも1つが更に含まれる、ことを特徴とする請求項3に記載のデータ処理方法。   The information on the relationship between the coordinates includes information on the rotation angle of the user coordinate system with respect to the display area coordinate system, and the expansion / contraction rate of the unit length in the user coordinate system with respect to the unit length in the display area coordinate system The data processing method according to claim 3, further comprising at least one of the following information. 前記アプリケーションの要求に応じて、前記表示部に前記表示データを利用した表示を行う表示工程を更に備える、ことを特徴とする請求項1〜4のいずれか一項に記載のデータ処理方法。   The data processing method according to any one of claims 1 to 4, further comprising a display step of performing display using the display data on the display unit in response to a request from the application. 前記表示工程に先立って、前記アプリケーションが、前記表示用データを加工する表示用データ加工工程を更に備える、ことを特徴とする請求項5に記載のデータ処理方法。   The data processing method according to claim 5, wherein the application further includes a display data processing step of processing the display data prior to the display step. 前記アプリケーションは中間言語で記述されるとともに、前記基本処理部は機械語で記述されている、ことを特徴とする請求項1〜6のいずれか一項に記載のデータ処理方法。   The data processing method according to claim 1, wherein the application is described in an intermediate language, and the basic processing unit is described in a machine language. 基本機能を提供するための基本処理部を有する移動通信端末装置において、
前記基本処理部は、アプリケーションからのベクトル形式で記載された原グラフィックデータ及び表示条件を指定したグラフィック処理要求に応じて、前記原グラフィックデータに基づいて、前記表示条件を満たす表示を行うことができる表示用データを作成し、前記表示用データを前記アプリケーションへ通知する共通グラフィック処理部を備える、ことを特徴とする移動通信端末装置。
In a mobile communication terminal apparatus having a basic processing unit for providing basic functions,
The basic processing unit can perform display satisfying the display condition based on the original graphic data in response to a graphic processing request specifying original graphic data and display conditions described in a vector format from an application. A mobile communication terminal apparatus comprising: a common graphic processing unit that creates display data and notifies the display data to the application.
前記アプリケーションは中間言語で記述されるとともに、前記基本処理部は機械語で記述されている、ことを特徴とする請求項8に記載の移動通信端末装置。

9. The mobile communication terminal apparatus according to claim 8, wherein the application is described in an intermediate language, and the basic processing unit is described in a machine language.

JP2004244720A 2004-08-25 2004-08-25 Data processing method and mobile communication terminal device Active JP4578180B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004244720A JP4578180B2 (en) 2004-08-25 2004-08-25 Data processing method and mobile communication terminal device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004244720A JP4578180B2 (en) 2004-08-25 2004-08-25 Data processing method and mobile communication terminal device

Publications (2)

Publication Number Publication Date
JP2006065443A true JP2006065443A (en) 2006-03-09
JP4578180B2 JP4578180B2 (en) 2010-11-10

Family

ID=36111915

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004244720A Active JP4578180B2 (en) 2004-08-25 2004-08-25 Data processing method and mobile communication terminal device

Country Status (1)

Country Link
JP (1) JP4578180B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102387264B1 (en) * 2015-07-30 2022-04-15 현대오토에버 주식회사 System and method for displaying of web vector map based on inline frame

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001337879A (en) * 2000-05-25 2001-12-07 Hii Hon Bon Radio network system and method for providing geographic information generated dynamically for mobile communication terminal
JP2002007270A (en) * 2000-06-27 2002-01-11 Shobunsha Publications Inc Method and system for guidance service using deform map
JP2002083308A (en) * 2000-06-15 2002-03-22 Internatl Business Mach Corp <Ibm> Graphics data processing method in data processing system, data processing system, and computer program product
JP2002229902A (en) * 2001-01-31 2002-08-16 Justec:Kk Method and system for providing information method of providing geographical information, system for providing map information, and computer-readable program
JP2004505355A (en) * 2000-07-20 2004-02-19 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and apparatus for dynamic graphics context switching in a data processing system
JP2004171543A (en) * 2002-11-07 2004-06-17 Matsushita Electric Ind Co Ltd Method and device for image processing

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001337879A (en) * 2000-05-25 2001-12-07 Hii Hon Bon Radio network system and method for providing geographic information generated dynamically for mobile communication terminal
JP2002083308A (en) * 2000-06-15 2002-03-22 Internatl Business Mach Corp <Ibm> Graphics data processing method in data processing system, data processing system, and computer program product
JP2002007270A (en) * 2000-06-27 2002-01-11 Shobunsha Publications Inc Method and system for guidance service using deform map
JP2004505355A (en) * 2000-07-20 2004-02-19 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and apparatus for dynamic graphics context switching in a data processing system
JP2002229902A (en) * 2001-01-31 2002-08-16 Justec:Kk Method and system for providing information method of providing geographical information, system for providing map information, and computer-readable program
JP2004171543A (en) * 2002-11-07 2004-06-17 Matsushita Electric Ind Co Ltd Method and device for image processing

Also Published As

Publication number Publication date
JP4578180B2 (en) 2010-11-10

Similar Documents

Publication Publication Date Title
CN110046021B (en) Page display method, device, system, equipment and storage medium
EP2564286B1 (en) Method and apparatus for providing interoperability between devices
KR100248007B1 (en) Mobile phone terminal and software flatform possessing both mobile video phoning function &amp;mobile computing function
US8619028B2 (en) Mobile communication terminal, application program, image display control apparatus, electronic apparatus, and image display control method
US8649826B2 (en) Mobile device and control method thereof
US20050257149A1 (en) Method for providing event to application, and electronic device using this method
JP2009031863A (en) Information processor and program
JP2006236323A (en) Application providing system, server, client and application providing method
JP5109854B2 (en) Display control program, method and apparatus
KR100650954B1 (en) Method and apparatus for displaying plural screens at the same time in the mobile phone
JP2004348380A (en) Thin client system, thin client terminal, relay device, server system, and thin client terminal screen display method
CN105681542A (en) Information processing method and system and terminal
CN113613064B (en) Video processing method, device, storage medium and terminal
KR20170014589A (en) User terminal apparatus for providing translation service and control method thereof
JP2014085818A (en) Program, information processing device, information processing method, and information processing system
CN106980481B (en) Image display method and equipment
JP4578180B2 (en) Data processing method and mobile communication terminal device
JP4621589B2 (en) Character input method, character input device, and mobile communication terminal device
JP5498518B2 (en) Image display device, computer program, and image display method
CN113419650A (en) Data moving method and device, storage medium and electronic equipment
JPWO2014112095A1 (en) Information display control device
JP2008065092A (en) Object display method and apparatus thereof
KR100685792B1 (en) Method for emulating pointing input and wireless telecommunication terminal using the same
US20240121205A1 (en) Messaging processing method, apparatus, and electronic device
JP4657647B2 (en) Mobile communication terminal

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070809

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100315

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100324

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100524

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: 20100728

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: 20100824

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

Free format text: PAYMENT UNTIL: 20130903

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4578180

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250