JP3882556B2 - Object type data processing system, transmission terminal, reception terminal, and portable terminal - Google Patents

Object type data processing system, transmission terminal, reception terminal, and portable terminal Download PDF

Info

Publication number
JP3882556B2
JP3882556B2 JP2001298313A JP2001298313A JP3882556B2 JP 3882556 B2 JP3882556 B2 JP 3882556B2 JP 2001298313 A JP2001298313 A JP 2001298313A JP 2001298313 A JP2001298313 A JP 2001298313A JP 3882556 B2 JP3882556 B2 JP 3882556B2
Authority
JP
Japan
Prior art keywords
image
object type
data
type data
terminal
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
JP2001298313A
Other languages
Japanese (ja)
Other versions
JP2003108394A (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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2001298313A priority Critical patent/JP3882556B2/en
Publication of JP2003108394A publication Critical patent/JP2003108394A/en
Application granted granted Critical
Publication of JP3882556B2 publication Critical patent/JP3882556B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、データにプログラムを一体に組み込んだオブジェクト型データを処理する装置及び端末に係り、特に、メモリ容量の面での負荷を低減することにより、携帯端末のような低性能な機器でデータの効率的な再生を行うことができるオブジェクト型データ処理システム、送信端末、受信端末及び携帯端末に関する。
【0002】
【従来の技術】
従来、携帯電話やPDA(Personal Digital Assistant)等の携帯端末に組み込まれるWWW(World Wide Web)ブラウザは、各種のマルチメディアデータを再生できるように、各フォーマットのデータを取り扱うプログラムをRAM等のメモリ上に配置しておき、与えられたデータのフォーマットに応じてプログラムを実行している。例えば、jpeg形式の画像データが与えられたときは、jpeg形式の画像データに基づいて画像を表示するjpegデコーダプログラムを実行することにより画像を表示している。
【0003】
また、WWWブラウザで取り扱われるマルチメディアデータは、画像データであれば1画面分、音楽データであれば1曲分といったように所定の再生単位で構成されているため、再生するには、データを一旦メモリに格納する必要がある。
【0004】
【発明が解決しようとする課題】
しかしながら、従来のWWWブラウザにあっては、各種のマルチメディアデータに対応するための多数のプログラムを常にメモリ上に配置しているので、WWWブラウザ自体のメモリ占有量が大きく、携帯端末のように性能がさほど高くない低性能な機器にとっては負荷が大きい。また、マルチメディアデータが所定の再生単位で構成されているため、再生単位が大きければ、携帯端末にとって負荷が大きいばかりか、場合によってはメモリに格納しきれず再生できないという事態も発生する。
【0005】
そこで、本発明は、このような従来の技術の有する未解決の課題に着目してなされたものであって、メモリ容量の面での負荷を低減することにより、携帯端末のような低性能な機器でデータの効率的な再生を行うことができるオブジェクト型データ処理システム、送信端末、受信端末及び携帯端末を提供することを目的としている。
【0006】
【課題を解決するための手段】
上記目的を達成するために、発明1のオブジェクト型データ処理装置は、データにプログラムを一体に組み込んだオブジェクト型データを処理する装置であって、前記オブジェクト型データは、出力対象となる出力データ、及び前記出力データを出力し又はその出力を補助するための処理を行う出力処理プログラムからなり、前記オブジェクト型データが与えられたときは、与えられたオブジェクト型データに含まれる出力処理プログラムを実行するようになっている。
【0007】
このような構成であれば、オブジェクト型データが与えられると、与えられたオブジェクト型データに含まれる出力処理プログラムが実行され、出力データを出力し又はその出力を補助するための処理が行われる。したがって、従来のWWWブラウザのように、各種のデータに対応するための多数のプログラムを常にメモリ上に配置しておかなくてすむ。
【0008】
ここで、オブジェクト型データは、出力データそのものを含んでいてもよいし、出力データの格納先を特定するための格納先情報を含んでいてもよい。後者の場合、格納先情報に基づいて出力データを取得することができるので、出力データを間接的に含んでいるものとして取り扱うことができる。すなわち、オブジェクト型データは、出力データを実質的に含んでいればよい。このことは、出力処理プログラムについても同じである。以下、発明4のオブジェクト型データのデータ構造、及び発明7のオブジェクト型データの生成方法において同じである。
【0009】
さらに、発明2のオブジェクト型データ処理装置は、発明1のオブジェクト型データ処理装置において、前記出力データは、画像データであり、前記出力処理プログラムは、前記画像データに基づいて画像を拡大する画像拡大プログラム、前記画像データに基づいて画像を縮小する画像縮小プログラム、及び前記画像データに基づいて画像を表示画面上でスクロールさせる画像スクロールプログラムからなり、前記オブジェクト型データが与えられたときは、要求に応じて、与えられたオブジェクト型データに含まれる画像拡大プログラム、前記画像縮小プログラム、及び前記画像スクロールプログラムのいずれかを実行するようになっている。
【0010】
このような構成であれば、オブジェクト型データが与えられると、要求に応じて、与えられたオブジェクト型データに含まれる画像拡大プログラム、画像縮小プログラム、及び画像スクロールプログラムのいずれかが実行される。画像拡大プログラムが実行されれば、画像データの画像が拡大表示され、画像縮小プログラムが実行されれば、画像データの画像が縮小表示され、画像スクロールプログラムが実行されれば、画像データの画像が表示画面上でスクロールする。したがって、画像を表示していないときにまで、画像拡大プログラム、画像縮小プログラム、及び画像スクロールプログラムをメモリ上に配置しておかなくてすむ。
【0011】
さらに、発明3のオブジェクト型データ処理装置は、発明1及び2のいずれか1のオブジェクト型データ処理装置において、前記出力データは、画像を微小領域に区分したときにそのうち一つの区分画像の微小画像データであり、その他に、当該区分画像に隣接する隣接区分画像の微小画像データへのリンク情報を含み、前記オブジェクト型データは、さらに、前記出力データに含まれるリンク情報に基づいて前記隣接区分画像の微小画像データを取得する画像データ取得プログラムを含む。
【0012】
このような構成であれば、オブジェクト型データが与えられると、与えられたオブジェクト型データに含まれる画像データ取得プログラムが実行され、出力データに含まれるリンク情報に基づいて隣接区分画像の微小画像データが取得される。微小画像データを表示に必要な分だけ取得し表示するようにすれば、画像の表示単位が大きくてもメモリ容量の面での負荷が小さくなる。
【0013】
一方、上記目的を達成するために、発明4のオブジェクト型データのデータ構造は、発明1のオブジェクト型データ処理装置におけるオブジェクト型データの構造であって、出力対象となる出力データ、及び前記出力データを出力し又はその出力を補助するための処理を行う出力処理プログラムからなる。
【0014】
このような構成であれば、オブジェクト型データに含まれる出力処理プログラムが実行されると、出力データを出力し又はその出力を補助するための処理が行われる。したがって、オブジェクト型データの処理を行う装置では、従来のWWWブラウザのように、各種のデータに対応するための多数のプログラムを常にメモリ上に配置しておかなくてすむ。
【0015】
さらに、発明5のオブジェクト型データのデータ構造は、発明4のオブジェクト型データのデータ構造において、前記出力データは、画像データであり、前記出力処理プログラムは、前記画像データに基づいて画像を拡大する画像拡大プログラム、前記画像データに基づいて画像を縮小する画像縮小プログラム、及び前記画像データに基づいて画像を表示画面上でスクロールさせる画像スクロールプログラムからなる。
【0016】
このような構成であれば、オブジェクト型データに含まれる画像拡大プログラムが実行されると、画像データの画像が拡大表示される。また、オブジェクト型データに含まれる画像縮小プログラムが実行されると、画像データの画像が縮小表示される。また、オブジェクト型データに含まれる画像スクロールプログラムが実行されると、画像データの画像が表示画面上でスクロールする。したがって、オブジェクト型データの処理を行う装置では、画像を表示していないときにまで、画像拡大プログラム、画像縮小プログラム、及び画像スクロールプログラムをメモリ上に配置しておかなくてすむ。
【0017】
さらに、発明6のオブジェクト型データのデータ構造は、発明4及び5のいずれか1のオブジェクト型データのデータ構造において、前記出力データは、画像を微小領域に区分したときにそのうち一つの区分画像の微小画像データであり、その他に、当該区分画像に隣接する隣接区分画像の微小画像データへのリンク情報を含み、当該オブジェクト型データは、さらに、前記出力データに含まれるリンク情報に基づいて前記隣接区分画像の微小画像データを取得する画像データ取得プログラムを含む。
【0018】
このような構成であれば、オブジェクト型データに含まれる画像データ取得プログラムが実行されると、出力データに含まれるリンク情報に基づいて隣接区分画像の微小画像データが取得される。オブジェクト型データの処理を行う装置では、微小画像データを表示に必要な分だけ取得し表示するようにすれば、画像の表示単位が大きくてもメモリ容量の面での負荷が小さくなる。
【0019】
一方、上記目的を達成するために、発明7のオブジェクト型データの生成方法は、発明4のオブジェクト型データを生成する方法であって、出力対象となる出力データに、前記出力データを出力し又はその出力を補助するための処理を行う出力処理プログラムを一体に組み込み、前記出力データ及び前記出力処理プログラムからなるオブジェクト型データを生成する。
【0020】
さらに、発明8のオブジェクト型データの生成方法は、発明7のオブジェクト型データの生成方法において、前記出力データは、画像データであり、前記出力処理プログラムは、前記画像データに基づいて画像を拡大する画像拡大プログラム、前記画像データに基づいて画像を縮小する画像縮小プログラム、及び前記画像データに基づいて画像を表示画面上でスクロールさせる画像スクロールプログラムからなる。
【0021】
さらに、発明9のオブジェクト型データの生成方法は、発明7及び8のいずれか1のオブジェクト型データの生成方法において、前記出力データは、画像を微小領域に区分したときにそのうち一つの区分画像の微小画像データであり、その他に、当該区分画像に隣接する隣接区分画像の微小画像データへのリンク情報を含み、前記オブジェクト型データは、さらに、前記出力データに含まれるリンク情報に基づいて前記隣接区分画像の微小画像データを取得する画像データ取得プログラムを含む。
【0022】
【発明の実施の形態】
以下、本発明の実施の形態を図面を参照しながら説明する。図1乃至図5は、本発明に係るオブジェクト型データ処理システム、送信端末、受信端末及び携帯端末の実施の形態を示す図である。
本実施の形態は、本発明に係るオブジェクト型データ処理システム、送信端末、受信端末及び携帯端末を、図1に示すように、携帯端末200においてWWWサーバ100から取得したオブジェクト型データに基づいて画像を表示する場合について適用したものである。
【0023】
まず、本発明を適用するネットワークシステムの構成を図1を参照しながら説明する。図1は、本発明を適用するネットワークシステムの構成を示すブロック図である。
インターネット199には、図1に示すように、オブジェクト型データを蓄積するWWWサーバ100と、携帯端末200とインターネット199との通信を中継する中継局220とが接続されている。なお、発明の理解を容易にするため、携帯端末200を一台しか図示していないが、実際には、複数の携帯端末がインターネット199に接続されている。
【0024】
中継局220には、携帯端末200と無線通信を行う複数の基地局210が接続されており、中継局220は、携帯端末200がインターネット199に接続するときは、携帯端末200に代わってインターネット199上での一端末となって、基地局210を介して受信した携帯端末200からのデータをインターネット199を介して目的の端末に送信するとともに、インターネット199上にある目的の端末のデータを基地局210を介して携帯端末200に送信するようになっている。
【0025】
WWWサーバ100は、CPU、ROM、RAM及びI/F等をバス接続した一般的なコンピュータと同一機能を有して構成されており、多数のオブジェクト型データをデータベースに蓄積しており、携帯端末200からの要求に応じてオブジェクト型データを携帯端末200に送信するようになっている。
次に、オブジェクト型データのデータ構造を図2及び図3を参照しながら詳細に説明する。図2は、表示単位となる一つの画像を区分して微小画像データを構成する場合を示す図である。図3は、オブジェクト型データのデータ構造を示す図である。
【0026】
オブジェクト型データは、画像データに、その画像データを処理する画像処理プログラムその他のプログラムを一体に組み込んで構成されている。
オブジェクト型データに含まれる画像データは、図2に示すように、表示単位となる一つの画像を微小な矩形領域に区分したときにそのうち一つの区分画像の微小画像データであり、その他に、その区分画像に隣接する隣接区分画像の微小画像データへのリンク情報を含んでいる。
【0027】
図2の例では、表示単位となる一つの画像が、縦方向に3つ横方向に3つの合計9つの矩形領域に区分されており、区分画像A4を中心として区分画像A4には、左上、上、右上、左、右、左下、下、右下の順番に区分画像A0〜A3,A5〜A8がそれぞれ隣接している。この場合、区分画像A0〜A3,A5〜A8は、区分画像A4からみて隣接区分画像となる。なお、各区分画像A0〜A9はいずれも、同一のサイズであり、例えば、携帯端末200の表示画面の1/9程度の面積を有している。
【0028】
オブジェクト型データは、区分画像A4の場合、図3に示すように、画像処理プログラム300と、画像データ取得プログラム302と、区分画像A4の微小画像データ350と、隣接区分画像A0〜A3,A5〜A8の各微小画像データへのリンク情報352〜366とから構成されている。
画像処理プログラム300は、微小画像データに基づいて区分画像を拡大する画像拡大プログラムと、微小画像データに基づいて区分画像を縮小する画像縮小プログラムと、微小画像データに基づいて区分画像を表示画面上でスクロールさせる画像スクロールプログラムとから構成されている。なお、画像拡大プログラム、画像縮小プログラム及び画像スクロールプログラムについては後段で詳述する。
【0029】
画像データ取得プログラム302は、リンク情報に基づいて隣接区分画像の微小画像データを取得するようになっている。なお、画像データ取得プログラム302については後段で詳述する。
リンク情報352〜366は、隣接区分画像A1の微小画像データへのリンク情報352と、隣接区分画像A0の微小画像データへのリンク情報354と、隣接区分画像A2の微小画像データへのリンク情報356と、隣接区分画像A7の微小画像データへのリンク情報358と、隣接区分画像A6の微小画像データへのリンク情報360と、隣接区分画像A8の微小画像データへのリンク情報362と、隣接区分画像A3の微小画像データへのリンク情報364と、隣接区分画像A5の微小画像データへのリンク情報366とから構成されている。リンク情報としては、URL(Universal Resource Locater)を用いることができ、図3の例では、リンク情報352は、“http://www.abc.com/A/1.jpg”となる。なお、区分画像A4の場合には、隣接区分画像が8つあるのでリンク情報も8つあるが、外周の区分画像の場合には、それらのうち角部に位置するもの以外については隣接区分画像が5つなのでリンク情報は5つとなり、それらのうち角部に位置するものについては隣接区分画像が3つなのでリンク情報は3つとなる。
【0030】
したがって、各区分画像A0〜A8は、リンク情報によって図4に示すような結合関係を形成する。例えば、区分画像A0は、区分画像A1,A3,A4とリンクが形成されていることから、区分画像A1,A3,A4を所有している携帯端末200から送信を要求される可能性がある。図4は、各オブジェクト型データの結合関係を示す図である。
【0031】
一方、携帯端末200は、CPU(演算手段)、ROM、RAM及びI/F等をバス接続した一般的なコンピュータと同一機能を有して構成されており、オブジェクト型データを受信したときは、ユーザからの要求に応じて、受信したオブジェクト型データに含まれる画像拡大プログラム、画像縮小プログラム、画像スクロールプログラム及び画像データ取得プログラムのいずれかを実行するようになっている。
【0032】
具体的には、ユーザが画像の表示を要求したときは、まず、区分画像A0に係るオブジェクト型データをWWWサーバ100から取得し、取得したオブジェクト型データに含まれる微小画像データに基づいて区分画像A0を表示画面の左上に表示する。
次いで、区分画像A0に係るオブジェクト型データに含まれる画像データ取得プログラムを実行し、そのリンク情報に基づいて隣接区分画像A1,A3,A4に係るオブジェクト型データをWWWサーバ100から取得し、取得したオブジェクト型データに含まれる各微小画像データに基づいて隣接区分画像A1,A3,A4を表示画面の上、左、中央にそれぞれ表示する。
【0033】
次いで、区分画像A1に係るオブジェクト型データに含まれる画像データ取得プログラムを実行し、そのリンク情報に基づいて隣接区分画像A2,A5に係るオブジェクト型データをWWWサーバ100から取得し、取得したオブジェクト型データに含まれる各微小画像データに基づいて隣接区分画像A2,A5を表示画面の右上、右にそれぞれ表示する。ここで、隣接区分画像A0,A3,A4を取得しないのは、画像データ取得プログラムの以前の実行により既に取得しているからである。
【0034】
次いで、区分画像A3に係るオブジェクト型データに含まれる画像データ取得プログラムを実行し、そのリンク情報に基づいて隣接区分画像A6,A7に係るオブジェクト型データをWWWサーバ100から取得し、取得したオブジェクト型データに含まれる各微小画像データに基づいて隣接区分画像A6,A7を表示画面の左下、下にそれぞれ表示する。ここで、隣接区分画像A0,A1,A4を取得しないのは、画像データ取得プログラムの以前の実行により既に取得しているからである。
【0035】
そして、区分画像A4に係るオブジェクト型データに含まれる画像データ取得プログラムを実行し、そのリンク情報に基づいて隣接区分画像A8に係るオブジェクト型データをWWWサーバ100から取得し、取得したオブジェクト型データに含まれる各微小画像データに基づいて隣接区分画像A8を表示画面の右下に表示する。ここで、隣接区分画像A0〜A3,A5〜A7を取得しないのは、画像データ取得プログラムの以前の実行により既に取得しているからである。
【0036】
また、ユーザが区分画像A0の拡大を要求したときは、区分画像A0に係るオブジェクト型データに含まれる画像拡大プログラムを実行し、その微小画像データに基づいて区分画像A0を拡大表示する。区分画像A0の拡大画像が表示画面よりも小さい場合、隣接区分画像を含む周辺の区分画像について倍率の整合性をとる必要があれば、それら区分画像に係るオブジェクト型データに含まれる画像拡大プログラムを実行し、各微小画像データに基づいて周辺の区分画像を併せて拡大表示する。なお、ユーザが区分画像A1〜A8の拡大を要求した場合も、これと同じ要領で行うことができる。
【0037】
また、ユーザが区分画像A0の縮小を要求したときは、区分画像A0に係るオブジェクト型データに含まれる画像縮小プログラムを実行し、その微小画像データに基づいて区分画像A0を縮小表示する。区分画像A0の縮小画像は表示画面よりも小さいので、隣接区分画像を含む周辺の区分画像について倍率の整合性をとる必要があれば、それら区分画像に係るオブジェクト型データに含まれる画像縮小プログラムを実行し、各微小画像データに基づいて周辺の区分画像を併せて縮小表示する。なお、ユーザが区分画像A1〜A8の縮小を要求した場合も、これと同じ要領で行うことができる。
【0038】
また、ユーザが区分画像A0のスクロールを要求したときは、区分画像A0に係るオブジェクト型データに含まれる画像スクロールプログラムを実行し、その微小画像データに基づいて区分画像A0をスクロールさせる。区分画像A0のスクロールに伴って隣接区分画像を含む周辺の区分画像についてスクロールを行う必要があれば、それら区分画像に係るオブジェクト型データに含まれる画像スクロールプログラムを実行し、各微小画像データに基づいて周辺の区分画像を併せてスクロールさせる。なお、ユーザが区分画像A1〜A8のスクロールを要求した場合も、これと同じ要領で行うことができる。また、スクロールの場合は、拡大又は縮小と異なり、各区分画像ごと個別に行うよりは、画像全体として行う方が通常である。
【0039】
図3の例では、表示単位となる1つの画像を9つに区分した例を示したが、これよりも大きい画像の場合にはさらに区分数が大きくなる。しかし、携帯端末200では、画像の表示単位の大きさにかかわらず、表示画面に収まるだけのオブジェクト型データ(本実施の形態では9つ)を取得するだけである。したがって、画像の表示単位の大きさにかかわらず、画像データ及び画像処理プログラムが専有するRAMの領域はほぼ一定となる。
【0040】
次に、上記実施の形態の動作を図5を参照しながら詳細に説明する。図5は、オブジェクト型データを取得して画像を表示する場合を説明するための図である。
以下、図5に示すように、表示単位となる一つの画像を、縦方向に6つ横方向に4つの合計24つの矩形領域に区分し、WWWサーバ100のデータベースには、区分画像A0〜A23に係る各オブジェクト型データが格納されている場合を例にとって説明する。なお、区分画像に付する番号は、縦方向よりも横方向を優先的に右から左に、上から下に向けて連続している。
【0041】
携帯端末200では、画像の左下部分(区分画像A12〜A14,A16〜A18,A20〜A22の部分)についてユーザにより画像の表示が要求されると、まず、区分画像A12に係るオブジェクト型データがWWWサーバ100から取得され、取得されたオブジェクト型データに含まれる微小画像データに基づいて区分画像A12が表示画面の左上に表示される。次いで、区分画像A12に係るオブジェクト型データに含まれる画像データ取得プログラムが実行され、そのリンク情報に基づいて隣接区分画像A13,A16,A17に係るオブジェクト型データがWWWサーバ100から取得され、取得されたオブジェクト型データに含まれる各微小画像データに基づいて隣接区分画像A13,A16,A17が表示画面の上、左、中央にそれぞれ表示される。
【0042】
次いで、区分画像A13に係るオブジェクト型データに含まれる画像データ取得プログラムが実行され、そのリンク情報に基づいて隣接区分画像A14,A18に係るオブジェクト型データがWWWサーバ100から取得され、取得されたオブジェクト型データに含まれる各微小画像データに基づいて隣接区分画像A14,A18が表示画面の右上、右にそれぞれ表示される。次いで、区分画像A16に係るオブジェクト型データに含まれる画像データ取得プログラムが実行され、そのリンク情報に基づいて隣接区分画像A20,A21に係るオブジェクト型データがWWWサーバ100から取得され、取得されたオブジェクト型データに含まれる各微小画像データに基づいて隣接区分画像A20,A21が表示画面の左下、下にそれぞれ表示される。
【0043】
そして、区分画像A17に係るオブジェクト型データに含まれる画像データ取得プログラムが実行され、そのリンク情報に基づいて隣接区分画像A22に係るオブジェクト型データがWWWサーバ100から取得され、取得されたオブジェクト型データに含まれる各微小画像データに基づいて隣接区分画像A22が表示画面の右下に表示される。
【0044】
以上により、画像の左下部分が携帯端末200の表示画面いっぱいに表示される。したがって、微小画像データを表示に必要な分だけ取得し表示しているので、画像の表示単位が大きくてもメモリ容量の面での負荷が小さくなる。また、従来のWWWブラウザのように、画像を表示していないときにまで、画像拡大プログラム、画像縮小プログラム、及び画像スクロールプログラムをRAM上に配置しておかなくてすむ。
【0045】
また、携帯端末200では、ユーザにより区分画像A12の拡大が要求されると、区分画像A12に係るオブジェクト型データに含まれる画像拡大プログラムが実行され、その微小画像データに基づいて区分画像A12が拡大表示される。この結果、区分画像A12の拡大画像が表示画面よりも小さい場合には、隣接区分画像を含む周辺の区分画像について倍率の整合性をとるため、それら区分画像に係るオブジェクト型データに含まれる画像拡大プログラムが実行され、各微小画像データに基づいて周辺の区分画像が併せて拡大表示される。なお、ユーザが区分画像A13,A14,A16〜A18,A20〜A22の拡大を要求された場合も、これと同じ要領で行われる。
【0046】
また、携帯端末200では、ユーザにより区分画像A12の縮小が要求されると、区分画像A12に係るオブジェクト型データに含まれる画像縮小プログラムが実行され、その微小画像データに基づいて区分画像A12が縮小表示される。この場合、区分画像A12の縮小画像は表示画面よりも小さいので、隣接区分画像を含む周辺の区分画像について倍率の整合性をとるため、それら区分画像に係るオブジェクト型データに含まれる画像縮小プログラムが実行され、各微小画像データに基づいて周辺の区分画像が併せて縮小表示される。なお、ユーザが区分画像A13,A14,A16〜A18,A20〜A22の縮小を要求された場合も、これと同じ要領で行われる。
【0047】
また、携帯端末200では、ユーザによりスクロールが要求されると、区分画像A12〜A14,A16〜A18,A20〜A22に係るオブジェクト型データに含まれる画像スクロールプログラムが実行され、その微小画像データに基づいて区分画像A12〜A14,A16〜A18,A20〜A22がスクロールする。この場合、表示画面上に空きができるので、例えば左スクロールにより表示画面の右側に空きができた場合には、区分画像A15,A19,A23に係るオブジェクト型データがWWWサーバ100から取得され、取得されたオブジェクト型データに含まれる各微小画像データに基づいて隣接区分画像A15,A19,A23が表示画面の右上、右、右下にそれぞれ表示される。また、同様の場合において、区分画像A12,A16,A20が表示画面から完全にスクロールアウトしたときには、RAMの容量が不足していれば、区分画像A12,A16,A20に係るオブジェクト型データがRAMから消去される。
【0048】
このようにして、本実施の形態では、オブジェクト型データは、画像データ及び画像処理プログラムからなり、携帯端末200は、オブジェクト型データを受信したときは、受信したオブジェクト型データに含まれる画像処理プログラムを実行するようになっている。
これにより、従来のWWWブラウザのように、画像処理に関する多数のプログラムを常にRAM上に配置しておかなくても画像データを表示することができるので、メモリ容量の面での負荷を低減することができる。したがって、従来に比して、携帯端末200で画像データの表示を効率的に行うことができる。
【0049】
さらに、本実施の形態では、画像処理プログラムは、画像データに基づいて画像を拡大する画像拡大プログラム、画像データに基づいて画像を縮小する画像縮小プログラム、及び画像データに基づいて画像を表示画面上でスクロールさせる画像スクロールプログラムからなり、携帯端末200は、オブジェクト型データを受信したときは、ユーザからの要求に応じて、受信したオブジェクト型データに含まれる画像拡大プログラム、画像縮小プログラム、及び画像スクロールプログラムのいずれかを実行するようになっている。
【0050】
これにより、携帯端末200で画像データの表示をさらに効率的に行うことができる。
さらに、本実施の形態では、画像データは、表示単位となる一つの画像を微小な矩形領域に区分したときにそのうち一つの区分画像の微小画像データであり、その他に、その区分画像に隣接する隣接区分画像の微小画像データへのリンク情報を含み、オブジェクト型データは、さらに、リンク情報に基づいて隣接区分画像の微小画像データを取得する画像データ取得プログラムを含む。
【0051】
これにより、微小画像データを表示に必要な分だけ取得するということができるので、画像の表示単位が大きい場合には、メモリ容量の面での負荷を低減することができる。したがって、携帯端末200で画像データの表示をさらに効率的に行うことができる。
上記実施の形態において、微小画像データは、発明1乃至9の出力データに対応し、画像処理プログラムは、発明1、2、4、5、7又は8の出力処理プログラムに対応している。
【0052】
なお、上記実施の形態においては、オブジェクト型データとして画像データを取り扱うように構成したが、これに限らず、オブジェクト型データとして、音楽データ、動画データ、テキストデータその他のマルチメディアデータを取り扱うように構成してもよい。
また、上記実施の形態においては、オブジェクト型データとして、表示単位となる一つの画像を微小な矩形領域に区分したときにそのうち一つの区分画像の微小画像データを取り扱うように構成したが、これに限らず、オブジェクト型データとして、表示単位となる一つの画像の画像データを取り扱うように構成してもよい。この場合、画像データについてはメモリ容量の面での負荷を低減できないが、画像処理に関する多数のプログラムを常にRAM上に配置しておかなくても画像データを表示することができるので、画像処理プログラムについてはメモリ容量の面での負荷を低減することができる。
【0053】
また、上記実施の形態においては、特に説明しなかったが、ユーザAがその携帯端末200において例えば区分画像A0の拡大画像を閲覧している場合において、ユーザAがユーザBに同じ画面を見るよう指示し、ユーザBがその携帯端末200で同一の画像を閲覧するには、区分画像A0〜A8を表示し、その後区分画像A0を拡大するという手順を踏まなければならない。しかし、この手順だと、区分画像A0の拡大画像がちょうど携帯端末200の表示画面に収まる場合には、区分画像A1〜A8の各微小画像データの取得処理及び区分画像A1〜A8の表示処理が無駄である。
【0054】
そこで、次の構成を採用することで解決を図ることができる。ユーザAの携帯端末200は、区分画像A0に係るオブジェクト型データをユーザBの携帯端末200に送信し、これに続けて区分画像A0の拡大要求をユーザBの携帯端末200に送信する。ユーザBの携帯端末200は、オブジェクト型データを受信した後、区分画像A0の拡大要求を受信したときは、受信したオブジェクト型データに含まれる画像拡大プログラムを実行し、その微小画像データに基づいて区分画像A0を拡大表示する。
【0055】
これにより、ユーザBの携帯端末200では、区分画像A1〜A8の各微小画像データの取得処理及び区分画像A1〜A8の表示処理を行うことなく、区分画像A0の拡大画像を直接表示することができる。また、ユーザBの携帯端末200で拡大画像を表示するにあたっては、WWWサーバ100を介さないので、WWWサーバ100の処理負荷を低減することもできる。
【0056】
また、上記実施の形態においては、オブジェクト型データをWWWサーバ100からのみ取得するように構成したが、WWWサーバ100が複数ある場合において、隣接区分画像の微小画像データの取得先がいくつか選択できるときは、隣接区分画像の微小画像データを、できるだけ多くのWWWサーバ100から分散的に取得するように構成するのが好ましい。
【0057】
これにより、多くのユーザがその携帯端末200で同一の画像を一斉に表示しようとした場合に、特定のWWWサーバ100へのトラフィック及び処理負荷を低減することができる。
また、上記実施の形態において、画像処理プログラム及び画像データ取得プログラムを実行するにあたってはいずれも、オブジェクト型データをインターネット199を介してRAMに読み込み実行する場合について説明したが、これに限らず、オブジェクト型データを記憶媒体に記憶し、オブジェクト型データに含まれる画像処理プログラム及び画像データ取得プログラムを記憶媒体からRAMに読み込んで実行するようにしてもよい。
【0058】
ここで、記憶媒体とは、RAM、ROM等の半導体記憶媒体、FD、HD等の磁気記憶型記憶媒体、CD、CDV、LD、DVD等の光学的読取方式記憶媒体、MO等の磁気記憶型/光学的読取方式記憶媒体であって、電子的、磁気的、光学的等の読み取り方法のいかんにかかわらず、コンピュータで読み取り可能な記憶媒体であれば、あらゆる記憶媒体を含むものである。
【0059】
また、上記実施の形態においては、本発明に係るオブジェクト型データ処理システム、送信端末、受信端末及び携帯端末を、インターネット199からなるネットワークシステムに適用した場合について説明したが、これに限らず、例えば、インターネット199と同一方式により通信を行ういわゆるイントラネットに適用してもよい。もちろん、インターネット199と同一方式により通信を行うネットワークに限らず、通常のネットワークに適用することもできる。
【0060】
また、上記実施の形態においては、本発明に係るオブジェクト型データ処理システム、送信端末、受信端末及び携帯端末を、図1に示すように、携帯端末200においてWWWサーバ100から取得したオブジェクト型データに基づいて画像を表示する場合について適用したが、これに限らず、本発明の主旨を逸脱しない範囲で他の場合にも適用可能である。
【0061】
【発明の効果】
以上説明したように、発明1乃至3のオブジェクト型データ処理装置によれば、従来のWWWブラウザのように、出力処理に関する多数のプログラムを常にメモリ上に配置しておかなくても各種のデータを出力することができるので、メモリ容量の面での負荷を低減することができる。したがって、従来に比して、携帯端末のような低性能な機器でデータの出力を効率的に行うことができるという効果が得られる。
【0062】
さらに、発明2のオブジェクト型データ処理装置によれば、携帯端末のような低性能な機器でデータの出力をさらに効率的に行うことができるという効果も得られる。
さらに、発明3のオブジェクト型データ処理装置によれば、微小画像データを表示に必要な分だけ取得するということができるので、画像の表示単位が大きい場合には、メモリ容量の面での負荷を低減することができる。したがって、携帯端末のような低性能な機器でデータの出力をさらに効率的に行うことができるという効果も得られる。
【0063】
一方、発明4乃至6のオブジェクト型データのデータ構造によれば、オブジェクト型データの処理を行う装置では、従来のWWWブラウザのように、出力処理に関する多数のプログラムを常にメモリ上に配置しておかなくても各種のデータを出力することができるので、発明1のオブジェクト型データ処理装置と同等の効果が得られる。
【0064】
さらに、発明5のオブジェクト型データのデータ構造によれば、発明2のオブジェクト型データ処理装置と同等の効果も得られる。
さらに、発明6のオブジェクト型データのデータ構造によれば、オブジェクト型データの処理を行う装置では、微小画像データを表示に必要な分だけ取得するということができるので、発明3のオブジェクト型データ処理装置と同等の効果も得られる。
【0065】
一方、発明7乃至9のオブジェクト型データの生成方法によれば、発明4のオブジェクト型データのデータ構造と同等の効果が得られる。
さらに、発明8のオブジェクト型データの生成方法によれば、発明5のオブジェクト型データのデータ構造と同等の効果も得られる。
【0066】
さらに、発明9のオブジェクト型データの生成方法によれば、発明6のオブジェクト型データのデータ構造と同等の効果も得られる。
【図面の簡単な説明】
【図1】本発明を適用するネットワークシステムの構成を示すブロック図である。
【図2】表示単位となる一つの画像を区分して微小画像データを構成する場合を示す図である。
【図3】オブジェクト型データのデータ構造を示す図である。
【図4】各オブジェクト型データの結合関係を示す図である。
【図5】オブジェクト型データを取得して画像を表示する場合を説明するための図である。
【符号の説明】
100 WWWサーバ
200 携帯端末
210 基地局
220 中継局
300 画像処理プログラム
302 画像データ取得プログラム
350 微小画像データ
352〜366 リンク情報
A0〜A23 区分画像
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to an apparatus and a terminal for processing object-type data in which a program is integrated into data, and in particular, by reducing a load in terms of memory capacity, data can be used in a low-performance device such as a portable terminal. The present invention relates to an object type data processing system, a transmission terminal, a reception terminal, and a portable terminal that can perform efficient reproduction.
[0002]
[Prior art]
2. Description of the Related Art Conventionally, WWW (World Wide Web) browsers incorporated in mobile terminals such as mobile phones and PDAs (Personal Digital Assistants) store programs such as RAM that handle data in various formats so that various multimedia data can be reproduced. The program is executed according to the format of the given data. For example, when image data in jpeg format is given, the image is displayed by executing a jpeg decoder program that displays an image based on the image data in jpeg format.
[0003]
The multimedia data handled by the WWW browser is composed of a predetermined playback unit, such as one screen for image data and one song for music data. It must be stored once in memory.
[0004]
[Problems to be solved by the invention]
However, in the conventional WWW browser, since a large number of programs for supporting various multimedia data are always arranged in the memory, the WWW browser itself occupies a large amount of memory. For low-performance devices that do not have high performance, the load is large. In addition, since the multimedia data is composed of a predetermined playback unit, if the playback unit is large, not only will the load be large for the mobile terminal, but in some cases, it may not be stored in the memory and cannot be played back.
[0005]
Therefore, the present invention has been made paying attention to such an unsolved problem of the conventional technology, and by reducing the load in terms of memory capacity, low performance such as a portable terminal is achieved. An object of the present invention is to provide an object type data processing system, a transmission terminal, a reception terminal, and a portable terminal that can efficiently reproduce data on a device.
[0006]
[Means for Solving the Problems]
In order to achieve the above object, an object type data processing apparatus according to a first aspect of the present invention is an apparatus for processing object type data in which a program is integrated into data, wherein the object type data is output data to be output, And an output processing program for outputting the output data or performing processing for assisting the output. When the object type data is given, the output processing program included in the given object type data is executed. It is like that.
[0007]
With such a configuration, when object type data is given, an output processing program included in the given object type data is executed, and processing for outputting the output data or assisting the output is performed. Therefore, unlike a conventional WWW browser, it is not necessary to always place a large number of programs for dealing with various data on the memory.
[0008]
Here, the object type data may include the output data itself, or may include storage location information for specifying the storage location of the output data. In the latter case, the output data can be acquired based on the storage location information, so that the output data can be handled indirectly. That is, the object type data only needs to substantially include output data. The same applies to the output processing program. The same applies to the data structure of the object type data of the invention 4 and the object type data generation method of the invention 7 below.
[0009]
Further, the object type data processing device of the invention 2 is the object type data processing device of the invention 1, wherein the output data is image data, and the output processing program enlarges an image based on the image data. A program, an image reduction program for reducing an image based on the image data, and an image scroll program for scrolling an image on a display screen based on the image data. When the object type data is given, In response, any one of the image enlargement program, the image reduction program, and the image scroll program included in the given object type data is executed.
[0010]
With such a configuration, when object type data is given, any of an image enlargement program, an image reduction program, and an image scroll program included in the given object type data is executed in response to a request. If the image enlargement program is executed, the image of the image data is enlarged and displayed. If the image reduction program is executed, the image of the image data is reduced and displayed. If the image scroll program is executed, the image of the image data is displayed. Scroll on the display screen. Therefore, it is not necessary to arrange the image enlargement program, the image reduction program, and the image scroll program on the memory until the image is not displayed.
[0011]
Furthermore, the object type data processing device of the invention 3 is the object type data processing device of any one of the inventions 1 and 2, wherein the output data is a minute image of one of the divided images when the image is divided into minute regions. Data, and in addition, includes link information to minute image data of an adjacent segment image adjacent to the segment image, and the object type data is further based on the link information included in the output data. Including an image data acquisition program for acquiring the minute image data.
[0012]
With such a configuration, when object type data is given, an image data acquisition program included in the given object type data is executed, and minute image data of an adjacent segment image based on link information included in output data Is acquired. If minute image data is acquired and displayed as much as necessary for display, the load on the memory capacity is reduced even if the display unit of the image is large.
[0013]
On the other hand, in order to achieve the above object, the data structure of the object type data of the invention 4 is the structure of the object type data in the object type data processing device of the invention 1, and the output data to be output and the output data Is output, or an output processing program for performing processing for assisting the output.
[0014]
With such a configuration, when the output processing program included in the object type data is executed, processing for outputting the output data or assisting the output is performed. Therefore, in an apparatus that processes object type data, it is not always necessary to place a large number of programs for dealing with various types of data on a memory as in a conventional WWW browser.
[0015]
Further, the data structure of the object type data of the fifth aspect is the data structure of the object type data of the fourth aspect, wherein the output data is image data, and the output processing program enlarges an image based on the image data. An image enlargement program, an image reduction program for reducing an image based on the image data, and an image scroll program for scrolling an image on a display screen based on the image data.
[0016]
With such a configuration, when the image enlargement program included in the object type data is executed, the image of the image data is enlarged and displayed. When the image reduction program included in the object type data is executed, the image of the image data is reduced and displayed. When an image scroll program included in the object type data is executed, the image of the image data is scrolled on the display screen. Therefore, in an apparatus that processes object type data, it is not necessary to arrange an image enlargement program, an image reduction program, and an image scroll program on a memory until an image is not displayed.
[0017]
Further, the data structure of the object type data of the invention 6 is the data structure of the object type data of any one of the inventions 4 and 5, wherein the output data is one of the divided images when the image is divided into minute regions. In addition to this, the image data includes link information to the minute image data of the adjacent segment image adjacent to the segment image, and the object type data is further based on the link information included in the output data. An image data acquisition program for acquiring minute image data of segmented images is included.
[0018]
With such a configuration, when the image data acquisition program included in the object type data is executed, minute image data of the adjacent segment image is acquired based on the link information included in the output data. In an apparatus for processing object type data, if a small amount of image data necessary for display is acquired and displayed, the load on the memory capacity is reduced even if the image display unit is large.
[0019]
On the other hand, in order to achieve the above object, the object type data generation method of the invention 7 is a method of generating the object type data of the invention 4 and outputs the output data to the output data to be output or An output processing program that performs processing for assisting the output is integrated, and object type data including the output data and the output processing program is generated.
[0020]
Further, the object type data generation method of the invention 8 is the object type data generation method of the invention 7, wherein the output data is image data, and the output processing program enlarges an image based on the image data. An image enlargement program, an image reduction program for reducing an image based on the image data, and an image scroll program for scrolling an image on a display screen based on the image data.
[0021]
Further, the object type data generation method of the invention 9 is the object type data generation method of any one of the inventions 7 and 8, wherein the output data is one of the divided images when the image is divided into minute regions. In addition to this, the image data includes link information to the minute image data of the adjacent divided image adjacent to the divided image, and the object type data is further based on the link information included in the output data. An image data acquisition program for acquiring minute image data of segmented images is included.
[0022]
DETAILED DESCRIPTION OF THE INVENTION
Embodiments of the present invention will be described below with reference to the drawings. 1 to 5 are diagrams showing embodiments of an object type data processing system, a transmission terminal, a reception terminal, and a portable terminal according to the present invention.
In this embodiment, an object type data processing system, a transmission terminal, a reception terminal, and a portable terminal according to the present invention are imaged based on object type data acquired from a WWW server 100 in a portable terminal 200 as shown in FIG. This is applied to the case of displaying.
[0023]
First, the configuration of a network system to which the present invention is applied will be described with reference to FIG. FIG. 1 is a block diagram showing a configuration of a network system to which the present invention is applied.
As shown in FIG. 1, a WWW server 100 that stores object type data and a relay station 220 that relays communication between the portable terminal 200 and the Internet 199 are connected to the Internet 199. In order to facilitate understanding of the invention, only one portable terminal 200 is illustrated, but actually, a plurality of portable terminals are connected to the Internet 199.
[0024]
A plurality of base stations 210 that perform wireless communication with the mobile terminal 200 are connected to the relay station 220. When the mobile terminal 200 connects to the Internet 199, the relay station 220 replaces the mobile terminal 200 with the Internet 199. The terminal transmits data from the portable terminal 200 received via the base station 210 to the target terminal via the Internet 199 and transmits the data of the target terminal on the Internet 199 to the base station. The data is transmitted to the portable terminal 200 via 210.
[0025]
The WWW server 100 is configured to have the same function as a general computer in which a CPU, a ROM, a RAM, an I / F, and the like are connected via a bus, and stores a large number of object type data in a database. In response to a request from 200, the object type data is transmitted to the portable terminal 200.
Next, the data structure of the object type data will be described in detail with reference to FIGS. FIG. 2 is a diagram illustrating a case where minute image data is configured by dividing one image serving as a display unit. FIG. 3 is a diagram illustrating a data structure of object type data.
[0026]
The object type data is configured by incorporating image processing programs and other programs for processing image data into image data.
As shown in FIG. 2, the image data included in the object type data is minute image data of one divided image when one image serving as a display unit is divided into minute rectangular areas. The link information to the minute image data of the adjacent divided image adjacent to the divided image is included.
[0027]
In the example of FIG. 2, one image serving as a display unit is divided into a total of nine rectangular areas, three in the vertical direction and three in the horizontal direction, and the divided image A4 is centered on the divided image A4. The divided images A0 to A3 and A5 to A8 are adjacent to each other in the order of upper, upper right, left, right, lower left, lower, and lower right. In this case, the segment images A0 to A3 and A5 to A8 are adjacent segment images as viewed from the segment image A4. Note that each of the divided images A0 to A9 has the same size, and has an area of about 1/9 of the display screen of the mobile terminal 200, for example.
[0028]
In the case of the segment image A4, the object type data is the image processing program 300, the image data acquisition program 302, the minute image data 350 of the segment image A4, and the adjacent segment images A0 to A3 and A5 as shown in FIG. It consists of link information 352 to 366 to each minute image data of A8.
The image processing program 300 displays an image enlargement program for enlarging a segmented image based on minute image data, an image reduction program for reducing a segmented image based on minute image data, and a segmented image based on the minute image data on a display screen. And an image scroll program for scrolling. The image enlargement program, the image reduction program, and the image scroll program will be described in detail later.
[0029]
The image data acquisition program 302 acquires minute image data of adjacent segment images based on link information. The image data acquisition program 302 will be described in detail later.
The link information 352 to 366 includes link information 352 to the minute image data of the adjacent segment image A1, link information 354 to the minute image data of the adjacent segment image A0, and link information 356 to the minute image data of the adjacent segment image A2. Link information 358 to the minute image data of the adjacent segment image A7, link information 360 to the minute image data of the adjacent segment image A6, link information 362 to the minute image data of the adjacent segment image A8, and adjacent segment image It is composed of link information 364 to the minute image data of A3 and link information 366 to the minute image data of the adjacent segment image A5. As the link information, a URL (Universal Resource Locater) can be used. In the example of FIG. 3, the link information 352 is “http://www.abc.com/A/1.jpg”. In the case of the segment image A4, since there are eight adjacent segment images, there are also eight pieces of link information. However, in the case of the outer segment images, the adjacent segment images other than those located at the corners are included. Since there are five, there are five pieces of link information, and among those located at the corners, there are three adjacent segment images, so there are three pieces of link information.
[0030]
Accordingly, the segment images A0 to A8 form a coupling relationship as shown in FIG. 4 by the link information. For example, since the segment image A0 is linked to the segment images A1, A3, and A4, there is a possibility that transmission is requested from the mobile terminal 200 that owns the segment images A1, A3, and A4. FIG. 4 is a diagram showing the connection relationship of each object type data.
[0031]
On the other hand, the portable terminal 200 is configured to have the same function as a general computer in which a CPU (arithmetic unit), ROM, RAM, I / F, and the like are connected by bus, and when object type data is received, In response to a request from the user, any one of an image enlargement program, an image reduction program, an image scroll program, and an image data acquisition program included in the received object type data is executed.
[0032]
Specifically, when the user requests display of an image, first, object type data related to the divided image A0 is acquired from the WWW server 100, and the divided image is based on the minute image data included in the acquired object type data. A0 is displayed on the upper left of the display screen.
Next, an image data acquisition program included in the object type data related to the divided image A0 is executed, and object type data related to the adjacent divided images A1, A3, A4 is acquired from the WWW server 100 based on the link information, and acquired. Based on the minute image data included in the object type data, the adjacent segment images A1, A3, and A4 are displayed on the display screen on the left and center, respectively.
[0033]
Next, an image data acquisition program included in the object type data related to the divided image A1 is executed, the object type data related to the adjacent divided images A2 and A5 is acquired from the WWW server 100 based on the link information, and the acquired object type Based on the minute image data included in the data, the adjacent segment images A2 and A5 are displayed on the upper right and right of the display screen, respectively. Here, the reason why the adjacent segment images A0, A3, A4 are not acquired is that they have already been acquired by the previous execution of the image data acquisition program.
[0034]
Next, an image data acquisition program included in the object type data related to the divided image A3 is executed, and object type data related to the adjacent divided images A6 and A7 is acquired from the WWW server 100 based on the link information, and the acquired object type Based on the minute image data included in the data, the adjacent segment images A6 and A7 are displayed at the lower left and lower sides of the display screen, respectively. Here, the reason why the adjacent segment images A0, A1, A4 are not acquired is that they have already been acquired by the previous execution of the image data acquisition program.
[0035]
Then, an image data acquisition program included in the object type data related to the divided image A4 is executed, and object type data related to the adjacent divided image A8 is acquired from the WWW server 100 based on the link information, and the acquired object type data is included in the acquired object type data. The adjacent segment image A8 is displayed at the lower right of the display screen based on each included minute image data. Here, the reason why the adjacent segment images A0 to A3 and A5 to A7 are not acquired is that they have already been acquired by the previous execution of the image data acquisition program.
[0036]
When the user requests enlargement of the divided image A0, the image enlargement program included in the object type data related to the divided image A0 is executed, and the divided image A0 is enlarged and displayed based on the minute image data. If the magnified image of the segmented image A0 is smaller than the display screen, if it is necessary to take magnification consistency for the surrounding segmented images including the adjacent segmented images, an image enlarging program included in the object type data related to the segmented images is used. This is executed, and the surrounding segment images are also enlarged and displayed based on each minute image data. Note that when the user requests enlargement of the segmented images A1 to A8, the same procedure can be used.
[0037]
When the user requests the reduction of the divided image A0, the image reduction program included in the object type data related to the divided image A0 is executed, and the divided image A0 is reduced and displayed based on the minute image data. Since the reduced image of the segmented image A0 is smaller than the display screen, if it is necessary to maintain the magnification consistency for the surrounding segmented images including the adjacent segmented images, an image reducing program included in the object type data related to the segmented images is used. This is executed, and the peripheral segmented image is also reduced and displayed based on each minute image data. Note that the same procedure can be used when the user requests reduction of the segmented images A1 to A8.
[0038]
When the user requests scrolling of the segmented image A0, an image scroll program included in the object type data related to the segmented image A0 is executed, and the segmented image A0 is scrolled based on the minute image data. If it is necessary to perform scrolling on surrounding segment images including adjacent segment images as the segment image A0 is scrolled, an image scroll program included in the object type data related to these segment images is executed, and each minute image data is To scroll the surrounding segment images together. Note that when the user requests scrolling of the divided images A1 to A8, the same procedure can be used. In the case of scrolling, unlike enlargement or reduction, it is usually performed for the entire image rather than individually for each segmented image.
[0039]
In the example of FIG. 3, an example is shown in which one image serving as a display unit is divided into nine. However, in the case of an image larger than this, the number of divisions is further increased. However, the portable terminal 200 only acquires object type data (nine in this embodiment) that can fit on the display screen regardless of the size of the display unit of the image. Therefore, regardless of the display unit size of the image, the area of the RAM dedicated to the image data and the image processing program is substantially constant.
[0040]
Next, the operation of the above embodiment will be described in detail with reference to FIG. FIG. 5 is a diagram for explaining a case where object type data is acquired and an image is displayed.
Hereinafter, as shown in FIG. 5, one image serving as a display unit is divided into a total of 24 rectangular areas, 6 in the vertical direction and 4 in the horizontal direction. The database of the WWW server 100 includes the divided images A0 to A23. A case will be described as an example in which each object type data related to is stored. Note that the numbers assigned to the segmented images are consecutive from the right to the left and from the top to the lower in the horizontal direction over the vertical direction.
[0041]
In the portable terminal 200, when the user requests to display an image on the lower left part of the image (parts of the divided images A12 to A14, A16 to A18, and A20 to A22), first, the object type data related to the divided image A12 is WWW. Based on the minute image data acquired from the server 100 and included in the acquired object type data, the divided image A12 is displayed on the upper left of the display screen. Next, an image data acquisition program included in the object type data related to the divided image A12 is executed, and object type data related to the adjacent divided images A13, A16, and A17 is acquired from the WWW server 100 based on the link information and acquired. Based on the minute image data included in the object type data, adjacent segment images A13, A16, A17 are displayed on the display screen on the left, center, respectively.
[0042]
Next, an image data acquisition program included in the object type data related to the divided image A13 is executed, and object type data related to the adjacent divided images A14 and A18 are acquired from the WWW server 100 based on the link information, and the acquired object Based on the minute image data included in the mold data, adjacent segment images A14 and A18 are displayed on the upper right and right of the display screen, respectively. Next, an image data acquisition program included in the object type data related to the divided image A16 is executed, and object type data related to the adjacent divided images A20 and A21 is acquired from the WWW server 100 based on the link information, and the acquired object Based on the minute image data included in the mold data, the adjacent segment images A20 and A21 are displayed on the lower left and lower sides of the display screen, respectively.
[0043]
Then, an image data acquisition program included in the object type data related to the divided image A17 is executed, and the object type data related to the adjacent divided image A22 is acquired from the WWW server 100 based on the link information, and the acquired object type data is acquired. The adjacent segment image A22 is displayed on the lower right of the display screen based on the minute image data included in the display screen.
[0044]
As described above, the lower left portion of the image is displayed on the entire display screen of the mobile terminal 200. Therefore, since minute image data is acquired and displayed as much as necessary for display, the load on the memory capacity is reduced even if the display unit of the image is large. Further, unlike the conventional WWW browser, the image enlargement program, the image reduction program, and the image scroll program need not be arranged on the RAM until the image is not displayed.
[0045]
In the portable terminal 200, when the user requests enlargement of the segmented image A12, an image enlarging program included in the object type data related to the segmented image A12 is executed, and the segmented image A12 is enlarged based on the minute image data. Is displayed. As a result, when the enlarged image of the divided image A12 is smaller than the display screen, the magnification of the surrounding divided images including the adjacent divided images is adjusted, so that the image enlargement included in the object type data related to these divided images is used. The program is executed, and the surrounding segment images are displayed together in an enlarged manner based on each minute image data. Note that when the user is requested to enlarge the segmented images A13, A14, A16 to A18, and A20 to A22, the same procedure is performed.
[0046]
Further, in the portable terminal 200, when the user requests reduction of the divided image A12, an image reduction program included in the object type data related to the divided image A12 is executed, and the divided image A12 is reduced based on the minute image data. Is displayed. In this case, since the reduced image of the divided image A12 is smaller than the display screen, an image reducing program included in the object type data related to the divided images is used in order to ensure the consistency of the magnification of the peripheral divided images including the adjacent divided images. This is executed, and the peripheral segment images are reduced and displayed together based on each minute image data. In addition, when the user is requested to reduce the segmented images A13, A14, A16 to A18, and A20 to A22, the same procedure is performed.
[0047]
Further, in the portable terminal 200, when scrolling is requested by the user, an image scroll program included in the object type data related to the divided images A12 to A14, A16 to A18, and A20 to A22 is executed, and based on the minute image data. Thus, the divided images A12 to A14, A16 to A18, A20 to A22 are scrolled. In this case, since there is a vacancy on the display screen, for example, when there is a vacancy on the right side of the display screen by left scrolling, object type data related to the divided images A15, A19, and A23 is obtained from the WWW server 100 and obtained. Based on the minute image data included in the object type data, adjacent segment images A15, A19, and A23 are displayed on the upper right, right, and lower right of the display screen, respectively. In the same case, when the divided images A12, A16, A20 are completely scrolled out of the display screen, if the RAM capacity is insufficient, the object type data related to the divided images A12, A16, A20 is read from the RAM. Erased.
[0048]
Thus, in the present embodiment, the object type data is composed of image data and an image processing program, and when the portable terminal 200 receives the object type data, the image processing program included in the received object type data Is supposed to run.
As a result, unlike conventional WWW browsers, image data can be displayed without having to always place a large number of programs related to image processing on the RAM, thereby reducing the load on the memory capacity. Can do. Therefore, image data can be displayed more efficiently on the mobile terminal 200 than in the past.
[0049]
Furthermore, in the present embodiment, the image processing program is an image enlargement program for enlarging an image based on image data, an image reduction program for reducing an image based on image data, and an image based on image data on a display screen. When the mobile terminal 200 receives the object type data, the mobile terminal 200 responds to a request from the user, and the image enlargement program, the image reduction program, and the image scroll included in the received object type data are received. One of the programs is supposed to run.
[0050]
Thereby, the display of image data can be performed more efficiently on the mobile terminal 200.
Further, in the present embodiment, the image data is minute image data of one divided image when one image serving as a display unit is divided into minute rectangular regions, and in addition, the image data is adjacent to the divided image. The link information to the minute image data of the adjacent segment image is included, and the object type data further includes an image data acquisition program for acquiring the minute image data of the adjacent segment image based on the link information.
[0051]
Thereby, it can be said that minute image data is acquired as much as necessary for display. Therefore, when the image display unit is large, the load in terms of memory capacity can be reduced. Therefore, display of image data can be performed more efficiently on the mobile terminal 200.
In the above embodiment, the minute image data corresponds to the output data of the inventions 1 to 9, and the image processing program corresponds to the output processing program of the inventions 1, 2, 4, 5, 7, or 8.
[0052]
In the above embodiment, image data is handled as object type data. However, the present invention is not limited to this, and music data, moving image data, text data, and other multimedia data are handled as object type data. It may be configured.
Further, in the above embodiment, the object type data is configured to handle minute image data of one divided image when one image serving as a display unit is divided into minute rectangular areas. The present invention is not limited to this, and the image data of one image serving as a display unit may be handled as the object type data. In this case, the load in terms of memory capacity cannot be reduced for the image data, but the image data can be displayed even if a large number of programs related to image processing are not always placed on the RAM. The load on the memory capacity can be reduced.
[0053]
Although not particularly described in the above embodiment, when the user A is browsing an enlarged image of the segmented image A0 on the mobile terminal 200, the user A sees the same screen on the user B. In order to instruct the user B to view the same image on the mobile terminal 200, the user must follow the procedure of displaying the segment images A0 to A8 and then enlarging the segment image A0. However, according to this procedure, when the enlarged image of the divided image A0 just fits on the display screen of the mobile terminal 200, the acquisition processing of each minute image data of the divided images A1 to A8 and the display processing of the divided images A1 to A8 are performed. It is useless.
[0054]
Therefore, the solution can be achieved by adopting the following configuration. The mobile terminal 200 of the user A transmits object type data related to the segmented image A0 to the mobile terminal 200 of the user B, and subsequently transmits a request for enlargement of the segmented image A0 to the mobile terminal 200 of the user B. When the mobile terminal 200 of the user B receives the object type data and then receives the enlargement request for the segmented image A0, the mobile terminal 200 executes the image enlargement program included in the received object type data, and based on the minute image data The segmented image A0 is enlarged and displayed.
[0055]
Thereby, in the portable terminal 200 of the user B, the enlarged image of the divided image A0 can be directly displayed without performing the acquisition processing of the minute image data of the divided images A1 to A8 and the display processing of the divided images A1 to A8. it can. Further, when displaying the enlarged image on the mobile terminal 200 of the user B, the processing load on the WWW server 100 can be reduced because the WWW server 100 is not used.
[0056]
In the above embodiment, the object type data is acquired only from the WWW server 100. However, when there are a plurality of WWW servers 100, several acquisition destinations of minute image data of adjacent segment images can be selected. In some cases, it is preferable that the minute image data of the adjacent segment images is acquired in a distributed manner from as many WWW servers 100 as possible.
[0057]
Thereby, when many users try to simultaneously display the same image on the mobile terminal 200, traffic to the specific WWW server 100 and processing load can be reduced.
Further, in the above-described embodiment, in the case of executing the image processing program and the image data acquisition program, the case where the object type data is read into the RAM via the Internet 199 and executed is described. The type data may be stored in a storage medium, and the image processing program and the image data acquisition program included in the object type data may be read from the storage medium into a RAM and executed.
[0058]
Here, the storage medium is a semiconductor storage medium such as RAM or ROM, a magnetic storage type storage medium such as FD or HD, an optical reading type storage medium such as CD, CDV, LD, or DVD, or a magnetic storage type such as MO. / Optical reading type storage media, including any storage media that can be read by a computer regardless of electronic, magnetic, optical, or other reading methods.
[0059]
In the above embodiment, the case where the object type data processing system, the transmission terminal, the reception terminal, and the portable terminal according to the present invention are applied to a network system including the Internet 199 is described. The present invention may be applied to a so-called intranet that performs communication in the same manner as the Internet 199. Of course, the present invention is not limited to a network that performs communication in the same manner as the Internet 199, and can be applied to a normal network.
[0060]
In the above embodiment, the object type data processing system, the transmission terminal, the reception terminal, and the portable terminal according to the present invention are converted into the object type data acquired from the WWW server 100 in the portable terminal 200 as shown in FIG. However, the present invention is not limited to this, but can be applied to other cases without departing from the gist of the present invention.
[0061]
【The invention's effect】
As described above, according to the object type data processing devices of the inventions 1 to 3, various data can be stored even if a large number of programs related to output processing are not always placed in the memory as in the conventional WWW browser. Since it can output, the load in terms of memory capacity can be reduced. Therefore, it is possible to obtain an effect that data can be efficiently output by a low-performance device such as a portable terminal as compared with the conventional case.
[0062]
Furthermore, according to the object type data processing apparatus of the second aspect, there is an effect that data can be output more efficiently with a low-performance device such as a portable terminal.
Furthermore, according to the object type data processing apparatus of the invention 3, it can be said that minute image data is acquired as much as necessary for display. Therefore, when the image display unit is large, the load on the memory capacity is reduced. Can be reduced. Therefore, an effect that data can be output more efficiently with a low-performance device such as a portable terminal can be obtained.
[0063]
On the other hand, according to the data structure of the object type data of the inventions 4 to 6, in the apparatus for processing the object type data, a large number of programs related to output processing are always arranged in the memory like a conventional WWW browser. Since various kinds of data can be output even if it is not, the same effect as that of the object type data processing apparatus of aspect 1 can be obtained.
[0064]
Furthermore, according to the data structure of the object type data of the invention 5, the same effect as that of the object type data processing apparatus of the invention 2 can be obtained.
Furthermore, according to the data structure of the object type data of the sixth aspect, the apparatus for processing the object type data can acquire minute image data as much as necessary for display. The same effect as the device can be obtained.
[0065]
On the other hand, according to the object type data generation methods of the seventh to ninth aspects, the same effect as the data structure of the object type data of the fourth aspect can be obtained.
Furthermore, according to the object type data generation method of the eighth aspect, an effect equivalent to the data structure of the object type data of the fifth aspect can be obtained.
[0066]
Furthermore, according to the object type data generation method of the ninth aspect, an effect equivalent to the data structure of the object type data of the sixth aspect can be obtained.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of a network system to which the present invention is applied.
FIG. 2 is a diagram illustrating a case where minute image data is configured by dividing one image serving as a display unit.
FIG. 3 is a diagram illustrating a data structure of object type data.
FIG. 4 is a diagram showing a connection relationship between object type data.
FIG. 5 is a diagram for explaining a case where object type data is acquired and an image is displayed.
[Explanation of symbols]
100 WWW server
200 Mobile terminal
210 base station
220 Relay station
300 Image processing program
302 Image data acquisition program
350 Minute image data
352-366 Link information
A0-A23 segmented image

Claims (4)

複数の携帯端末と、データ管理端末とを相互に通信可能に接続したシステムであって、
前記データ管理端末は、画像を微小領域に区分した場合にそのうち一つの区分画像の微小画像データ、当該区分画像に隣接する隣接区分画像の微小画像データへのリンク情報、画像データ取得プログラム、及び当該区分画像を演算手段が拡大するのに用いる画像拡大プログラムを含むオブジェクト型データを前記各区分画像について記憶する第1記憶手段と、前記第1記憶手段に記憶されるオブジェクト型データを前記携帯端末に送信する第1送信手段とを有し、
前記画像データ取得プログラムは、前記リンク情報に基づいて前記隣接区分画像の微小画像データが属するオブジェクト型データを前記演算手段が取得するのに用いるプログラムであり、
前記携帯端末は、前記演算手段と、第2記憶手段と、前記データ管理端末が有する前記第1送信手段により送信された前記オブジェクト型データを受信する第1受信手段と、前記第1受信手段で受信したオブジェクト型データを前記第2記憶手段に格納する第1格納手段と、前記第1格納手段により前記第2記憶手段に格納されるオブジェクト型データに含まれる前記画像データ取得プログラムを前記演算手段に実行させ、当該実行により取得したオブジェクト型データを前記第2記憶手段に格納する第1実行手段と、前記第1格納手段及び前記第1実行手段により前記第2記憶手段に格納されるオブジェクト型データに含まれる微小画像データに基づいて画像を表示する表示制御手段と、当該携帯端末に対する操作に応じて、前記第1格納手段及び前記第1実行手段により前記第2記憶手段に格納されるオブジェクト型データに含まれる前記画像拡大プログラムを前記演算手段に実行させる第2実行手段と、当該携帯端末に対する操作に応じて、前記第2実行手段により拡大された前記区分画像に係るオブジェクト型データ及び当該オブジェクト型データに含まれる前記画像拡大プログラムの実行要求を他の前記携帯端末に送信する第2送信手段と、他の前記携帯端末が有する第2送信手段により送信された前記オブジェクト型データ及び当該オブジェクト型データに含まれる前記画像拡大プログラムの実行要求を受信する第2受信手段と、前記第2受信手段で受信した実行要求に応じて、前記第2受信手段で受信したオブジェクト型データに含まれる前記画像拡大プログラムを前記演算手段に実行させる第3実行手段とを有し、
前記表示制御手段は、前記第2受信手段で受信したオブジェクト型データに含まれる前記微小画像データに基づいて前記第3実行手段により拡大された前記区分画像を表示することを特徴とするオブジェクト型データ処理システム。
A system in which a plurality of mobile terminals and a data management terminal are connected to be able to communicate with each other,
The data management terminal, when the image is divided into minute regions, the minute image data of one of the divided images, link information to the minute image data of the adjacent divided image adjacent to the divided image, the image data acquisition program, and the First type storage means for storing object type data including an image enlargement program used by the calculation means for enlarging the segmented image for each of the segmented images, and object type data stored in the first storage unit in the portable terminal First transmitting means for transmitting,
The image data acquisition program is a program used by the calculation means to acquire object type data to which minute image data of the adjacent segment image belongs based on the link information,
The portable terminal includes the calculation means, the second storage means, the first reception means for receiving the object type data transmitted by the first transmission means included in the data management terminal, and the first reception means. First storage means for storing the received object type data in the second storage means, and the image data acquisition program contained in the object type data stored in the second storage means by the first storage means for the calculation means The object type data stored in the second storage means by the first storage means and the first execution means is stored in the second storage means, and the object type data acquired by the execution is stored in the second storage means Display control means for displaying an image based on minute image data included in the data, and the first storage in response to an operation on the portable terminal A second execution unit that causes the calculation unit to execute the image enlargement program included in the object type data stored in the second storage unit by the stage and the first execution unit; Second transmission means for transmitting the object type data related to the divided image enlarged by the second execution means and the execution request for the image enlargement program included in the object type data to the other portable terminal; A second receiving means for receiving the object type data transmitted by the second transmitting means of the terminal and the execution request for the image enlargement program included in the object type data; and the execution request received by the second receiving means. In response, the image enlarging program included in the object type data received by the second receiving means is And a third execution means for executing a serial arithmetic unit,
The object type data characterized in that the display control means displays the segmented image enlarged by the third execution means based on the minute image data included in the object type data received by the second receiving means. Processing system.
請求項1記載のオブジェクト型データ処理システムにおけるデータ管理端末と通信可能に接続する携帯端末の一部の機能を有する送信端末であって、
前記演算手段、前記第2記憶手段、前記第1受信手段、前記第1格納手段、前記第1実行手段、前記表示制御手段、前記第2実行手段及び前記第2送信手段を備えることを特徴とする送信端末。
A transmission terminal having a function of a part of a portable terminal that is communicably connected to a data management terminal in the object type data processing system according to claim 1,
The computing means, the second storage means, the first receiving means, the first storage means, the first execution means, the display control means, the second execution means, and the second transmission means. Sending terminal.
請求項1記載のオブジェクト型データ処理システムにおけるデータ管理端末と通信可能に接続する携帯端末の一部の機能を有する受信端末であって、
前記演算手段、前記第2記憶手段、前記第1受信手段、前記第1格納手段、前記表示制御手段、前記第2受信手段及び前記第3実行手段を備えることを特徴とする受信端末。
A receiving terminal having a part of a function of a portable terminal that is communicably connected to a data management terminal in the object type data processing system according to claim 1,
A receiving terminal comprising: the computing means, the second storage means, the first receiving means, the first storage means, the display control means, the second receiving means, and the third execution means.
請求項1記載のオブジェクト型データ処理システムにおけるデータ管理端末と通信可能に接続する携帯端末であって、
前記演算手段、前記第2記憶手段、前記第1受信手段、前記第1格納手段、前記第1実行手段、前記表示制御手段、前記第2実行手段、前記第2送信手段、前記第2受信手段及び前記第3実行手段を備えることを特徴とする携帯端末。
A portable terminal communicably connected to a data management terminal in the object type data processing system according to claim 1,
The calculation means, the second storage means, the first reception means, the first storage means, the first execution means, the display control means, the second execution means, the second transmission means, and the second reception means. And a portable terminal comprising the third execution means.
JP2001298313A 2001-09-27 2001-09-27 Object type data processing system, transmission terminal, reception terminal, and portable terminal Expired - Fee Related JP3882556B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001298313A JP3882556B2 (en) 2001-09-27 2001-09-27 Object type data processing system, transmission terminal, reception terminal, and portable terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001298313A JP3882556B2 (en) 2001-09-27 2001-09-27 Object type data processing system, transmission terminal, reception terminal, and portable terminal

Publications (2)

Publication Number Publication Date
JP2003108394A JP2003108394A (en) 2003-04-11
JP3882556B2 true JP3882556B2 (en) 2007-02-21

Family

ID=19119230

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001298313A Expired - Fee Related JP3882556B2 (en) 2001-09-27 2001-09-27 Object type data processing system, transmission terminal, reception terminal, and portable terminal

Country Status (1)

Country Link
JP (1) JP3882556B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009211601A (en) * 2008-03-06 2009-09-17 Nec Corp Network distribution type document browsing system, document distribution server, document distribution method, and document distribution program

Also Published As

Publication number Publication date
JP2003108394A (en) 2003-04-11

Similar Documents

Publication Publication Date Title
US20110087726A1 (en) Cloud server, client terminal, device, and method of operating cloud server and client terminal
US20110010629A1 (en) Selectively distributing updates of changing images to client devices
US20110283185A1 (en) Adaptable layouts for social feeds
JP2010205111A (en) System, and method for reproducing context, first terminal device, second terminal device, context obtaining device or storage device, program thereof
JPWO2006046286A1 (en) Data distribution system and method
WO2007118424A1 (en) Web search on mobile devices
US20080201666A1 (en) Webpage presentation method for mobile phone
JP2002108757A (en) Server device equipped with image rotating function
CN102841750B (en) File opening method and device
JP5046694B2 (en) Display control program and display control apparatus
US7042473B2 (en) Method and system for displaying markup language based pages on handheld devices
KR100839041B1 (en) Providing system and method with web contents using image file based on mobile internet
JP2003536140A5 (en)
JP3882556B2 (en) Object type data processing system, transmission terminal, reception terminal, and portable terminal
JP5026472B2 (en) Image generating apparatus, operation method of image generating apparatus, and recording medium
JP2010092103A (en) Web page display method, server unit, and program
JP3882557B2 (en) Object type data processing system, transmission terminal, reception terminal, portable terminal, data management terminal, and object type data processing method
JP2001228857A (en) Method and device for image display
JP4144203B2 (en) Information presentation apparatus and program
JP2004133532A (en) Information conversion system
CN114912420B (en) Document processing method, device, electronic equipment and storage medium
KR20040108292A (en) Method and System for Providing Contents Clipping Service for PDA by Using Wireless Network
CA2516906C (en) Method for rendering formatted content on a mobile device
JP4213520B2 (en) Center apparatus, method, and program for storing and retrieving content
JP2007241817A (en) Terminal device and content receiving method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040218

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060516

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060705

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060801

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060927

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20061106

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20091124

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20101124

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20101124

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20111124

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20111124

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20121124

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20121124

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20131124

Year of fee payment: 7

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees