JP2007072036A - Display control device - Google Patents

Display control device Download PDF

Info

Publication number
JP2007072036A
JP2007072036A JP2005257405A JP2005257405A JP2007072036A JP 2007072036 A JP2007072036 A JP 2007072036A JP 2005257405 A JP2005257405 A JP 2005257405A JP 2005257405 A JP2005257405 A JP 2005257405A JP 2007072036 A JP2007072036 A JP 2007072036A
Authority
JP
Japan
Prior art keywords
image data
display
screen
saving area
data saving
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.)
Pending
Application number
JP2005257405A
Other languages
Japanese (ja)
Inventor
Keiji Hayashibara
啓二 林原
Yoshihisa Kishimoto
由央 岸本
Koichi Iwamori
幸市 岩森
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2005257405A priority Critical patent/JP2007072036A/en
Publication of JP2007072036A publication Critical patent/JP2007072036A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Digital Computer Display Output (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To improve the use efficiency of image data save and storage section and the hit ratio of the image data saved therein. <P>SOLUTION: The image data save and storage section 3 includes a first save area 3a for preferentially storing the image data of a screen highest in display frequency, and a second save area 3b for temporarily and preferentially storing the image data of a screen next highest in display frequency. A display image controller 4 transfers and stores the image data of the present display screen into the first save area 3a when the present display frequency is higher as compared to the maximum display frequency of the image data stored in the first save area 3a. When the present display frequency is lower than the same, the controller compares the present display frequency with the next highest display frequency of the image data stored in the second save area 3b and when the present display frequency is higher than the same, the controller transfers the image data of the present display screen to the second save area 3b and stores the same. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、家電機器やOA機器といった各種機器の表示制御を行う表示制御装置に関する。   The present invention relates to a display control apparatus that performs display control of various devices such as home appliances and OA devices.

近年、家電機器やOA機器等といった各種機器の操作部に対して、その操作性の改善を目的として、パーソナルコンピュータやワークステーション等で主流となっているGUI(Graphical User Interface)の操作方式を導入しようとする動きが活発化している。   In recent years, GUI (Graphical User Interface) operation methods that have become mainstream in personal computers and workstations have been introduced to improve the operability of various devices such as home appliances and OA devices. The movement to try is becoming active.

ところが、一般的に、GUIによる操作でウィンドウ、ボタン、アイコン等といった様々な構成要素を操作画面上に表示することが必要となり、各構成要素の表示イメージデータや多種類の文字表示用のフォントデータ等といった大量のデータを取り扱わなければならない。その結果、画面の構成要素を作成するための処理負荷が大きくなり、画面表示が遅くなるという問題がある。   However, in general, it is necessary to display various components such as windows, buttons, icons, etc. on the operation screen by GUI operation, and display image data of each component and font data for displaying various types of characters. A lot of data such as etc. must be handled. As a result, there is a problem that the processing load for creating the screen components increases and the screen display becomes slow.

この問題を解決するために、画面遷移する場合に、一時的に画面を消去したイメージデータをイメージデータ退避領域に格納し、再表示する場合には、イメージデータ退避領域からイメージデータをコピーすることにより、表示速度を高速にする方法がある(例えば、特許文献1参照)。   To solve this problem, when the screen transitions, store the image data that has been temporarily erased in the image data save area, and copy the image data from the image data save area when redisplaying. Thus, there is a method for increasing the display speed (see, for example, Patent Document 1).

また、イメージデータを一時的に退避させる条件として、遷移確率(頻度)に基づいて優先順に決定することで、ユーザによる操作傾向に適応しつつ画面遷移速度を高めることが提案されている(例えば、特許文献2参照)。
特開平7−84562号公報(第3頁、第1図) 特開平9−319538号公報(第8頁、第10−11図)
Further, as a condition for temporarily saving the image data, it is proposed to increase the screen transition speed while adapting to the operation tendency by the user by determining the priority order based on the transition probability (frequency) (for example, Patent Document 2).
Japanese Patent Laid-Open No. 7-84562 (page 3, FIG. 1) JP-A-9-319538 (page 8, FIGS. 10-11)

しかし、優先度順を決定する要素として遷移確率(頻度)だけを用いた場合には、表示頻度の高い画面のイメージデータがイメージデータ退避領域に常駐してしまう傾向が高くなる。その結果、比較的よく使用される遷移元の画面のイメージデータがイメージデータ退避領域に格納されていない確率が高くなり、画面遷移の表示速度が遅くなるという問題がある。   However, when only the transition probability (frequency) is used as an element for determining the priority order, the image data of a screen with a high display frequency tends to reside in the image data saving area. As a result, there is a problem that the probability that the image data of the transition source screen that is used relatively frequently is not stored in the image data saving area is high, and the display speed of the screen transition is slow.

また、遷移確率(頻度)により優先度が決定される退避領域に加え、遷移元の画面のイメージデータを退避させる領域を用意した場合には、遷移元の画面のイメージデータの表示頻度が低いにもかかわらず退避領域を消費してしまうため、退避領域にあるイメージデータが使用される確率が低くなってしまうという問題がある。   In addition to the save area whose priority is determined by the transition probability (frequency), if an area for saving the image data of the transition source screen is prepared, the display frequency of the image data of the transition source screen is low. However, since the save area is consumed, there is a problem that the probability that the image data in the save area is used is lowered.

本発明による表示制御装置は、
表示部に表示すべきイメージデータを一時的に格納する表示イメージデータ格納部と、
各種の情報や機能によって分類される複数の画面についての表示頻度が最も大きい画面のイメージデータを優先して一時的に格納する第1のイメージデータ退避領域、および、前記最も大きい表示頻度よりは小さいが他の画面の表示頻度よりは大きい表示頻度の画面のイメージデータを優先して一時的に格納する第2のイメージデータ退避領域を有するイメージデータ退避格納部と、
前記表示イメージデータ格納部を制御して前記表示部にイメージデータを転送表示させるとともに、表示画面変更命令があったときに、現在の表示画面の表示頻度を前記第1のイメージデータ退避領域に格納されているイメージデータの最大表示頻度と比較して大きいときは、前記表示イメージデータ格納部における現在の表示画面のイメージデータを前記第1のイメージデータ退避領域に転送格納し、小さいときは、現在の表示画面の表示頻度を前記第2のイメージデータ退避領域に格納されているイメージデータの次点表示頻度と比較し、大きいときは、前記表示イメージデータ格納部における現在の表示画面のイメージデータを前記第2のイメージデータ退避領域に転送格納し、かつ、変更後の表示画面のイメージデータが前記イメージデータ退避格納部に存在するときはそのイメージデータを前記表示イメージデータ格納部に転送格納し、存在しないときは前記表示イメージデータ格納部に必要なイメージデータを生成格納する表示イメージ制御部とを備えた構成とされている。
The display control device according to the present invention is:
A display image data storage unit for temporarily storing image data to be displayed on the display unit;
A first image data saving area for temporarily storing image data of a screen with the highest display frequency for a plurality of screens classified by various information and functions, and smaller than the highest display frequency An image data saving and storing unit having a second image data saving area for temporarily storing image data of a screen having a display frequency higher than the display frequency of other screens.
The display image data storage unit is controlled to transfer and display image data on the display unit, and when there is a display screen change command, the current display screen display frequency is stored in the first image data saving area. When the image data is larger than the maximum display frequency of the displayed image data, the image data of the current display screen in the display image data storage unit is transferred and stored in the first image data saving area. The display frequency of the display screen is compared with the next-point display frequency of the image data stored in the second image data saving area, and when it is larger, the image data of the current display screen in the display image data storage unit is The image data on the display screen after being transferred and stored in the second image data saving area is changed to the image data. A display image control unit that transfers the image data to the display image data storage unit when it exists in the data saving storage unit, and generates and stores necessary image data in the display image data storage unit when it does not exist It has been configured.

ここで、最大表示頻度について、第1のイメージデータ退避領域が一時格納するイメージデータの個数が1だけのときは、過去に表示された複数のイメージデータのうちの第1番目に大きい表示頻度を指す。また、一時格納するイメージデータの個数が2以上のときは、過去に表示された複数のイメージデータのうちの最大のものから前記の個数分だけ順次に大きい表示頻度を指す。また、次点表示頻度について、過去に表示された複数のイメージデータのうち第1のイメージデータ退避領域に一時格納されているイメージデータを除いて次に大きい1つまたはいくつかの表示頻度を指す。   Here, regarding the maximum display frequency, when the number of image data temporarily stored in the first image data saving area is only 1, the first highest display frequency among the plurality of image data displayed in the past is set. Point to. Further, when the number of image data to be temporarily stored is 2 or more, it indicates a display frequency that is sequentially increased by the number from the maximum of a plurality of image data displayed in the past. The next point display frequency refers to one or several of the next highest display frequencies except for the image data temporarily stored in the first image data saving area among the plurality of image data displayed in the past. .

この構成において、表示イメージ制御部は、表示部にイメージデータを表示する制御において、表示すべきイメージデータがイメージデータ退避格納部(第1のイメージデータ退避領域または第2のイメージデータ退避領域)にあるときは、そこからイメージデータを読み出してイメージデータ退避格納部に転送格納し、さらに表示部に転送表示する。そして、表示画面変更命令があったときは、現在の表示画面の表示頻度(すなわち、表示イメージデータ格納部に一時的に格納されているイメージデータの画面の現在表示頻度)ρi を第1のイメージデータ退避領域に格納されているイメージデータの最大表示頻度ρa と比較して、現在表示頻度ρi が最大表示頻度ρa より大きいときは、表示イメージデータ格納部における現在の表示画面のイメージデータを第1のイメージデータ退避領域に転送格納する。つまり、最大表示頻度ρa に該当するイメージデータとして入れ替えを行う。また、現在表示頻度ρi が最大表示頻度ρa より小さいときは、現在の表示画面の現在表示頻度ρi を第2のイメージデータ退避領域に格納されているイメージデータの次点表示頻度ρb と比較して、現在表示頻度ρi が次点表示頻度ρb より大きいときは、表示イメージデータ格納部における現在の表示画面のイメージデータを第2のイメージデータ退避領域に転送格納する。つまり、次点表示頻度ρb に該当するイメージデータとして入れ替えを行う。 In this configuration, the display image control unit controls the display of the image data on the display unit, and the image data to be displayed is stored in the image data saving storage unit (the first image data saving area or the second image data saving area). In some cases, the image data is read from the image data, transferred and stored in the image data saving / storage unit, and further transferred and displayed on the display unit. When there is a display screen change command, the display frequency of the current display screen (that is, the current display frequency of the image data screen temporarily stored in the display image data storage unit) ρ i is set to the first compared to the maximum display frequency [rho a image data stored in the image data saving area, when the current display frequency [rho i is greater than the maximum display frequency [rho a is the image of the current display screen of the display image data storage unit Data is transferred and stored in the first image data saving area. That is, replacement is performed as image data corresponding to the maximum display frequency ρ a . Further, when the present display frequency [rho i is smaller than the maximum display frequency [rho a is runner-up display frequency of the image data stored in the currently displayed frequency [rho i of the current display screen to the second image data saving area [rho b If the current display frequency ρ i is greater than the next point display frequency ρ b , the image data of the current display screen in the display image data storage unit is transferred and stored in the second image data saving area. In other words, it performs interchanging the image data corresponding to the next mark display frequency [rho b.

したがって、本発明によれば、イメージデータ退避格納部が、各種の情報や機能によって分類される複数の画面についての表示頻度が最も大きい画面のイメージデータを優先して一時的に格納する第1のイメージデータ退避領域と、前記最も大きい表示頻度よりは小さいが他の画面の表示頻度よりは大きい表示頻度の画面のイメージデータを優先して一時的に格納する第2のイメージデータ退避領域とを有し、第1のイメージデータ退避領域には直近または比較的直近に表示に供されたか否かに関係なく、過去の履歴での表示頻度の高さを優先してイメージデータを退避させ、一方、第2のイメージデータ退避領域には直近または比較的直近に表示に供されたことを優先して遷移元の画面のイメージデータをなるべく多く退避させるという使い分けを第1のイメージデータ退避領域と第2のイメージデータ退避領域とで行うようにしているので、表示画面変更命令があったときに、変更後の表示画面のイメージデータをイメージデータ退避格納部(第1のイメージデータ退避領域または第2のイメージデータ退避領域)においてヒットさせるときのヒット率を向上させることができる。   Therefore, according to the present invention, the image data saving and storing unit preferentially temporarily stores image data of a screen having the highest display frequency for a plurality of screens classified by various information and functions. And an image data saving area and a second image data saving area for temporarily storing image data of a screen having a display frequency smaller than the largest display frequency but higher than the display frequency of other screens. In the first image data saving area, the image data is saved with priority given to the high display frequency in the past history, regardless of whether or not the display has been performed recently or relatively recently. In the second image data saving area, the image data of the transition source screen is saved as much as possible with priority given to the latest or relatively recent display. Since the division is performed in the first image data saving area and the second image data saving area, when there is a display screen change command, the image data on the changed display screen is stored in the image data saving storage unit. It is possible to improve the hit rate when hitting in the first image data saving area or the second image data saving area.

上記において、前記表示イメージ制御部は、現在の表示画面の表示頻度を前記第1のイメージデータ退避領域に格納されているイメージデータの最大表示頻度と比較して等しいときは、前記表示イメージデータ格納部における現在の表示画面のイメージデータの前記第1のイメージデータ退避領域または第2のイメージデータ退避領域に対する転送格納の処理を停止するように構成されているという態様がある。これにより、処理効率を向上させることができる。   In the above, the display image control unit stores the display image data when the display frequency of the current display screen is equal to the maximum display frequency of the image data stored in the first image data saving area. There is a mode in which transfer storage processing of the image data of the current display screen in the unit to the first image data saving area or the second image data saving area is stopped. Thereby, processing efficiency can be improved.

また、上記において、前記表示イメージ制御部は、現在の表示画面の表示頻度を前記第2のイメージデータ退避領域に格納されているイメージデータの次点表示頻度と比較して等しいときは、前記表示イメージデータ格納部における現在の表示画面のイメージデータの前記第2のイメージデータ退避領域に対する転送格納の処理を停止するように構成されているという態様がある。これにより、さらに処理効率を向上させることができる。   Further, in the above, when the display image control unit compares the display frequency of the current display screen with the next display frequency of the image data stored in the second image data saving area, the display image control unit There is a mode in which transfer storage processing of the image data on the current display screen in the image data storage unit to the second image data saving area is stopped. Thereby, processing efficiency can be further improved.

また、上記において、前記表示イメージ制御部は、遷移元の画面へ戻る画面遷移が連続して起こったときに、前記イメージデータ退避格納部における前記第2のイメージデータ退避領域の割合を増加させるように構成されているという態様がある。そして、遷移元の画面へ戻る画面遷移が連続して起こったときに、その遷移回数に応じて、前記イメージデータ退避格納部における前記第2のイメージデータ退避領域の割合を増加させるように構成されているものとする。   In the above, the display image control unit increases the ratio of the second image data saving area in the image data saving storage unit when the screen transition to the transition source screen occurs continuously. There is an aspect of being configured. Then, when screen transitions to the transition source screen occur continuously, the ratio of the second image data saving area in the image data saving storage unit is increased according to the number of times of transition. It shall be.

これによれば、遷移元の画面へ戻る画面遷移が連続して起こった場合に、イメージデータ退避格納部における第2のイメージデータ退避領域の割合を増加させることにより、いくつかの次点表示頻度をもつ遷移元の画面のイメージデータをより多く退避させることができる。したがって、遷移元の画面に連続して戻る画面遷移が発生しても、戻り先(遷移先)の画面がイメージデータ退避格納部内にヒットする確率を高くすることができる。   According to this, in the case where screen transitions to the transition source screen occur continuously, by increasing the ratio of the second image data saving area in the image data saving storage unit, several next point display frequencies are displayed. It is possible to save more image data of the transition source screen having. Therefore, even if a screen transition that continuously returns to the transition source screen occurs, the probability that the return destination (transition destination) screen hits in the image data saving storage unit can be increased.

また、上記において、前記表示イメージ制御部は、遷移先の画面から遷移元の画面に戻る確率を求め、前記確率が基準値よりも高ければ最優先で遷移元の画面のイメージデータを前記第2のイメージデータ退避領域に転送格納するように構成されているという態様がある。   Further, in the above, the display image control unit obtains a probability of returning from the transition destination screen to the transition source screen, and if the probability is higher than a reference value, the image data of the transition source screen is given the highest priority. There is a mode in which the image data is saved in the image data saving area.

これによれば、画面遷移において遷移先の画面から遷移元の画面に戻る確率が基準値より高い場合、第2のイメージデータ退避領域に遷移元の画面のイメージデータが必ず格納されることになり、高頻度で遷移元の画面に戻る遷移が発生しても、戻り先(遷移先)の画面のイメージデータをイメージデータ退避格納部内に必ずヒットさせることができる。   According to this, when the probability of returning from the transition destination screen to the transition source screen in the screen transition is higher than the reference value, the image data of the transition source screen is always stored in the second image data saving area. Even if a transition to the transition source screen occurs frequently, the image data of the return destination (transition destination) screen can always be hit in the image data saving storage unit.

本発明によれば、イメージデータ退避格納部が、各種の情報や機能によって分類される複数の画面についての表示頻度が最も大きい画面のイメージデータを優先して一時的に格納する第1のイメージデータ退避領域と、前記最も大きい表示頻度よりは小さいが他の画面の表示頻度よりは大きい表示頻度の画面のイメージデータを優先して一時的に格納する第2のイメージデータ退避領域とを有し、第1のイメージデータ退避領域には直近または比較的直近に表示に供されたか否かに関係なく、過去の履歴での表示頻度の高さを優先してイメージデータを退避させ、一方、第2のイメージデータ退避領域には直近または比較的直近に表示に供されたことを優先して遷移元の画面のイメージデータをなるべく多く退避させるという使い分けを第1のイメージデータ退避領域と第2のイメージデータ退避領域とで行うようにしているので、表示画面変更命令があったときに、変更後の表示画面のイメージデータをイメージデータ退避格納部(第1のイメージデータ退避領域または第2のイメージデータ退避領域)においてヒットさせるときのヒット率を向上させることができる。   According to the present invention, the image data saving and storing unit preferentially temporarily stores image data of a screen having the highest display frequency for a plurality of screens classified by various information and functions. A save area, and a second image data save area for temporarily storing image data of a screen having a display frequency smaller than the largest display frequency but greater than the display frequency of other screens, Regardless of whether or not the first image data saving area has been used for the most recent or relatively recent display, the image data is saved with priority given to the high display frequency in the past history, while the second In the first image data saving area, the first use is to save as much image data of the transition source screen as possible with priority given to the latest or relatively recent display. Since the image data saving area and the second image data saving area are used, when the display screen change command is issued, the image data of the changed display screen is stored in the image data saving storage unit (first image It is possible to improve the hit rate when hitting in the data saving area or the second image data saving area.

以下、本発明にかかわる表示制御装置の実施の形態を図面に基づいて詳細に説明する。   Embodiments of a display control apparatus according to the present invention will be described below in detail with reference to the drawings.

(実施の形態1)
図1は本発明の実施の形態1における表示制御装置の概略構成を示すブロック図である。図1において、1は表示部、2は表示イメージデータ格納部、3はイメージデータ退避格納部、4は表示イメージ制御部である。表示部1は、表示イメージデータ格納部2に転送格納されたイメージデータが表示されるユーザインターフェースである。イメージデータ退避格納部3は、画面の遷移時に遷移元の画面のイメージデータを一時的に退避させる領域であり、VRAMなどの記憶装置に構成されている。
(Embodiment 1)
FIG. 1 is a block diagram showing a schematic configuration of a display control apparatus according to Embodiment 1 of the present invention. In FIG. 1, 1 is a display unit, 2 is a display image data storage unit, 3 is an image data saving storage unit, and 4 is a display image control unit. The display unit 1 is a user interface for displaying the image data transferred and stored in the display image data storage unit 2. The image data save storage unit 3 is an area for temporarily saving the image data of the transition source screen at the time of screen transition, and is configured in a storage device such as a VRAM.

図2は実施の形態1におけるイメージデータ退避格納部3の構成図である。イメージデータ退避格納部3は、複数の画面についての表示頻度が最も大きい1または複数の画面のイメージデータを優先して一時的に格納する第1のイメージデータ退避領域3aと、前記最も大きい表示頻度よりは小さいが他の画面の表示頻度よりは大きい次点の表示頻度の1または複数の画面のイメージデータを優先して一時的に格納する第2のイメージデータ退避領域3bとに分割され、管理される。   FIG. 2 is a configuration diagram of the image data saving and storing unit 3 in the first embodiment. The image data saving storage unit 3 includes a first image data saving area 3a for temporarily storing image data of one or a plurality of screens having the highest display frequency for a plurality of screens, and the highest display frequency. Is divided into a second image data saving area 3b for temporarily storing image data of one or more screens with a display frequency of the next point which is smaller than the display frequency of other screens, but is temporarily managed. Is done.

表示イメージ制御部4は、表示イメージデータ格納部2を制御して表示部1にイメージデータを転送表示させる。また、表示イメージ制御部4は、表示画面変更命令の際に遷移元となる現在の表示画面の表示頻度(現在表示頻度)ρi を、すでに第1のイメージデータ退避領域3aに格納されている画面のイメージデータの最大表示頻度ρa と比較して、前者ρi が後者ρa より大きいときは、表示イメージデータ格納部2における現在の表示画面のイメージデータを第1のイメージデータ退避領域3aに転送格納し、格納イメージデータの入れ替えを行う。また、前者ρi が後者ρa 以下のときは、現在表示頻度ρi を第2のイメージデータ退避領域3bに格納されているイメージデータの次点表示頻度ρb と比較して、前者ρi が後者ρb より大きいときは、表示イメージデータ格納部2における現在の表示画面のイメージデータを第2のイメージデータ退避領域3bに転送格納すし、格納イメージデータの入れ替えを行う。これは、イメージデータ退避格納部3に、過去の遷移元でかつ表示頻度が高い画面のイメージデータを優先的に格納しておくことにより、その次に遷移する先のイメージデータがイメージデータ退避格納部3内にヒットする確率を高くするためである。そして、表示画面変更命令に伴う変更後の表示画面のイメージデータがイメージデータ退避格納部3(第1のイメージデータ退避領域3aまたは第2のイメージデータ退避領域3b)に存在するときはそのイメージデータを表示イメージデータ格納部2に転送格納し、存在しないときは表示イメージデータ格納部2に必要なイメージデータを生成格納する。表示イメージ制御部4は、家電機器やOA機器などの表示装置で使用される全画面に対して、画面表示された頻度(表示回数)をカウントして表示頻度を算出し、記憶する。 The display image control unit 4 controls the display image data storage unit 2 to transfer and display image data on the display unit 1. Further, the display image control unit 4 has already stored the display frequency (current display frequency) ρ i of the current display screen that is the transition source at the time of the display screen change command in the first image data saving area 3a. When the former ρ i is larger than the latter ρ a compared to the maximum display frequency ρ a of the screen image data, the image data of the current display screen in the display image data storage unit 2 is stored in the first image data saving area 3a. And transfer the stored image data. When the former ρ i is less than or equal to the latter ρ a , the current display frequency ρ i is compared with the next display frequency ρ b of the image data stored in the second image data saving area 3b, and the former ρ i when is greater than the latter [rho b performs image data of the current display screen of the display image data storage unit 2 transfers stored sushi in the second image data saving area 3b, and replacement of the stored image data. This is because the image data saving storage unit 3 preferentially stores the image data of the past transition source and the frequently displayed screen, so that the image data of the next transition destination is the image data saving storage. This is to increase the probability of hitting in part 3. When the image data of the display screen after the change according to the display screen change command is present in the image data saving storage unit 3 (first image data saving area 3a or second image data saving area 3b), the image data Is transferred to and stored in the display image data storage unit 2, and when it does not exist, necessary image data is generated and stored in the display image data storage unit 2. The display image control unit 4 calculates and stores the display frequency by counting the frequency (display count) of screen display for all screens used in display devices such as home appliances and OA devices.

次に、上記のように構成された本実施の形態の表示制御装置の動作を図3のフローチャートに従って説明する。このフローチャートの制御主体は表示イメージ制御部4であり、表示画面変更の命令があったときに、図3のフローチャートで示すルーチンを起動する。   Next, the operation of the display control apparatus of the present embodiment configured as described above will be described with reference to the flowchart of FIG. The control subject of this flowchart is the display image control unit 4, and when there is an instruction to change the display screen, the routine shown in the flowchart of FIG. 3 is started.

まず、ステップS1において、現在の表示画面イメージの現在表示頻度ρi を取得する。次いでステップS2において、第1のイメージデータ退避領域3a内のイメージデータの最大表示頻度ρa を取得する。次いでステップS3において、ステップS1で取得した現在表示頻度ρi がステップS2で取得した第1のイメージデータ退避領域3a内のイメージデータの最大表示頻度ρa よりも大きいか否かを判断する。現在表示頻度ρi が最大表示頻度ρa より大きいときはステップS4に進み、第1のイメージデータ退避領域3a内の表示頻度の一番低いイメージデータを削除し、表示イメージデータ格納部2にある現在の表示画面のイメージデータを第1のイメージデータ退避領域3aに転送格納し、ステップS8に進む。 First, in step S1, the current display frequency ρ i of the current display screen image is acquired. Next, in step S2, the maximum display frequency ρ a of the image data in the first image data saving area 3a is acquired. Next, in step S3, it is determined whether or not the current display frequency ρ i acquired in step S1 is greater than the maximum display frequency ρ a of the image data in the first image data saving area 3a acquired in step S2. When the current display frequency ρ i is larger than the maximum display frequency ρ a , the process proceeds to step S4, where the image data with the lowest display frequency in the first image data saving area 3a is deleted and stored in the display image data storage unit 2. The image data of the current display screen is transferred and stored in the first image data saving area 3a, and the process proceeds to step S8.

一方、ステップS3の判断で現在表示頻度ρi が第1のイメージデータ退避領域3a内のイメージデータの最大表示頻度ρa 以下のときはステップS5に進み、第2のイメージデータ退避領域3b内のイメージデータの次点表示頻度ρb を取得する。次いでステップS6において、現在表示頻度ρi が第2のイメージデータ退避領域3b内のイメージデータの次点表示頻度ρb よりも大きいか否かを判断する。現在表示頻度ρi が第2のイメージデータ退避領域3b内のイメージデータの次点表示頻度ρb よりも大きいときはステップS7に進み、表示イメージデータ格納部2にある現在の表示画面のイメージデータを第2のイメージデータ退避領域3bに転送格納する。また、現在表示頻度ρi が第2のイメージデータ退避領域3b内のイメージデータの次点表示頻度ρb 以下のときは、ステップS7をスキップしてステップS8に進む。 On the other hand, if the current display frequency ρ i is less than or equal to the maximum display frequency ρ a of the image data in the first image data save area 3a as determined in step S3, the process proceeds to step S5 and the second image data save area 3b is set. The next point display frequency ρ b of the image data is acquired. Next, in step S6, it is determined whether or not the current display frequency ρ i is greater than the next-point display frequency ρ b of the image data in the second image data saving area 3b. When the current display frequency ρ i is larger than the next-point display frequency ρ b of the image data in the second image data saving area 3b, the process proceeds to step S7, where the image data of the current display screen in the display image data storage unit 2 is displayed. Are transferred and stored in the second image data saving area 3b. When the current display frequency ρ i is equal to or lower than the next display frequency ρ b of the image data in the second image data saving area 3b, the process skips step S7 and proceeds to step S8.

なお、第1のイメージデータ退避領域3a内のイメージデータの最大表示頻度ρa と第2のイメージデータ退避領域3b内のイメージデータの次点表示頻度ρb との大小比較では、必ずρa >ρb である。現在表示頻度ρi は、ρa ,ρb との比較において、
ρa <ρi …………ステップS3→ステップS4
ρb <ρi ≦ρa …ステップS3→ステップS5→ステップS6→ステップS7
ρi ≦ρb …………ステップS6→ステップS8
となる。表示画面変更命令に際して、現在表示頻度ρi が相当に大きくて、ρa <ρi のときは、現在の表示画面のイメージデータを第1のイメージデータ退避領域3aに転送格納する。現在表示頻度ρi が中程度で、ρb <ρi ≦ρa を満たすときは、現在の表示画面のイメージデータを第2のイメージデータ退避領域3bに転送格納する。現在表示頻度ρi がかなり小さくて、ρi ≦ρb であれば、現在の表示画面のイメージデータは第1のイメージデータ退避領域3aにも第2のイメージデータ退避領域3bにも転送されることはない。
Note that in the magnitude comparison between the maximum display frequency ρ a of the image data in the first image data saving area 3 a and the next-point display frequency ρ b of the image data in the second image data saving area 3 b , ρ a > ρ b . The current display frequency ρ i is compared with ρ a and ρ b .
ρ ai ………… Step S3 → Step S4
ρ bi ≦ ρ a ... Step S3 → Step S5 → Step S6 → Step S7
ρ i ≦ ρ b ………… Step S6 → Step S8
It becomes. In the display screen change command, when the current display frequency ρ i is considerably large and ρ ai , the image data of the current display screen is transferred and stored in the first image data saving area 3a. When the current display frequency ρ i is medium and ρ bi ≦ ρ a is satisfied, the image data of the current display screen is transferred and stored in the second image data saving area 3b. If the current display frequency ρ i is quite small and ρ i ≦ ρ b , the image data on the current display screen is transferred to both the first image data saving area 3a and the second image data saving area 3b. There is nothing.

次いでステップS8において、遷移先の表示イメージがイメージデータ退避格納部3(第1のイメージデータ退避領域3aまたは第2のイメージデータ退避領域3b)内に存在する否かを判定し、存在するときはステップS9に進んで、遷移先の表示イメージデータをイメージデータ退避格納部3から読み出して表示イメージデータ格納部2に転送格納する。一方、遷移先の表示イメージがイメージデータ退避格納部3内に存在しないときはステップS10に進んで、遷移先の表示イメージデータを表示イメージデータ格納部2に作成する。   Next, in step S8, it is determined whether or not the display image at the transition destination exists in the image data saving storage unit 3 (the first image data saving area 3a or the second image data saving area 3b). In step S 9, the display image data at the transition destination is read from the image data saving / storage unit 3 and transferred and stored in the display image data storage unit 2. On the other hand, when the transition destination display image does not exist in the image data saving storage unit 3, the process proceeds to step S 10, and the transition destination display image data is created in the display image data storage unit 2.

次いでステップS11において、表示イメージデータ格納部2の内容である表示イメージを表示部1に表示する。   Next, in step S <b> 11, a display image that is the content of the display image data storage unit 2 is displayed on the display unit 1.

次に、具体的な動作を、図4に示すTV装置の画面遷移例を用いて説明する。画面の構成として、TV画面P1、EPG画面P2、予約画面P3、現時点での視聴可能番組リスト画面P4、番組詳細表示画面P5からなる。図4で構成される各々の画面のある時点における表示頻度を図5に示す。   Next, a specific operation will be described using a screen transition example of the TV apparatus shown in FIG. The screen configuration includes a TV screen P1, an EPG screen P2, a reservation screen P3, a currently viewable program list screen P4, and a program details display screen P5. FIG. 5 shows the display frequency at a certain point in time for each screen shown in FIG.

図4の画面構成を用い、画面P4→P5→P3→P4の順に遷移したときのイメージデータ退避格納部3の状態を図6に示す。第1のイメージデータ退避領域3aには、表示頻度が高いことからEPG画面P2が格納されている(ρa =10000)。視聴可能番組リスト画面P4から番組詳細表示画面P5に遷移したときの第2のイメージデータ退避領域3bには、現時点で遷移元である視聴可能番組リスト画面P4が格納されているとする。 FIG. 6 shows the state of the image data saving and storing unit 3 when the screen configuration of FIG. 4 is used and the screen P4 → P5 → P3 → P4 is changed in this order. Since the display frequency is high, the EPG screen P2 is stored in the first image data saving area 3a (ρ a = 10000). It is assumed that the viewable program list screen P4 that is the current transition source is stored in the second image data saving area 3b when the viewable program list screen P4 transitions to the program detail display screen P5.

次に、番組詳細表示画面P5から予約画面P3に遷移するときを考える。すなわち、図6(a)から図6(b)への遷移を考える。この場合、現在の表示画面のイメージデータは番組詳細表示画面P5であり、遷移先が予約画面P3となる。現在表示の番組詳細表示画面P5の現在表示頻度ρi は5000である。第1のイメージデータ退避領域3aにおけるEPG画面P2の最大表示頻度ρa は10000である。第2のイメージデータ退避領域3bにおける視聴可能番組リスト画面P4の次点表示頻度ρb は300である。現在表示の番組詳細表示画面P5の現在表示頻度ρi (=5000)は、第1のイメージデータ退避領域3aにおけるEPG画面P2の最大表示頻度ρa (=10000)に比べて小さいので、次に、番組詳細表示画面P5の現在表示頻度ρi (=5000)を第2のイメージデータ退避領域3bにおける視聴可能番組リスト画面P4の次点表示頻度ρb (=300)と比べ、ここでは大きいので、現在表示の番組詳細表示画面P5のイメージデータを第2のイメージデータ退避領域3bに転送格納する。 Next, consider a case where the program detail display screen P5 is changed to the reservation screen P3. That is, consider the transition from FIG. 6A to FIG. In this case, the image data of the current display screen is the program detail display screen P5, and the transition destination is the reservation screen P3. The current display frequency ρ i of the currently displayed program detail display screen P5 is 5000. The maximum display frequency ρ a of the EPG screen P2 in the first image data saving area 3a is 10,000. The runner-up display frequency [rho b viewable program list screen P4 in the second image data saving area 3b is 300. The current display frequency ρ i (= 5000) of the currently displayed program detail display screen P5 is smaller than the maximum display frequency ρ a (= 10000) of the EPG screen P2 in the first image data saving area 3a. Since the current display frequency ρ i (= 5000) of the program detail display screen P5 is larger here than the next-point display frequency ρ b (= 300) of the viewable program list screen P4 in the second image data saving area 3b. Then, the image data of the currently displayed program detail display screen P5 is transferred and stored in the second image data saving area 3b.

次に、予約画面P3から視聴可能番組リスト画面P4に遷移するときを考える。すなわち、図6(b)から図6(c)への遷移を考える。この場合、現在の表示画面のイメージデータは予約画面P3であり、遷移先が視聴可能番組リスト画面P4となる。現在表示の予約画面P3の現在表示頻度ρi は70である。第2のイメージデータ退避領域3bにおける番組詳細表示画面P5の次点表示頻度ρb は5000である。現在表示の予約画面P3の現在表示頻度ρi (=70)は、第1のイメージデータ退避領域3aにおけるEPG画面P2の最大表示頻度ρa (=10000)に比べて小さいので、次に、予約画面P3の現在表示頻度ρi (=70)を第2のイメージデータ退避領域3bにおける番組詳細表示画面P5の次点表示頻度ρb (=5000)と比べ、ここでは小さいので、現在表示の予約画面P3のイメージデータについては、第2のイメージデータ退避領域3bには転送しない。したがって、第2のイメージデータ退避領域3bには番組詳細表示画面P5のイメージデータが格納されたままとなる。 Next, consider a case where the reservation screen P3 is changed to the viewable program list screen P4. That is, consider the transition from FIG. 6B to FIG. In this case, the image data of the current display screen is the reservation screen P3, and the transition destination is the viewable program list screen P4. The current display frequency ρ i of the reservation screen P3 for current display is 70. The runner-up display frequency [rho b of the program detail screen P5 in the second image data saving area 3b is 5000. The current display frequency ρ i (= 70) of the currently displayed reservation screen P3 is smaller than the maximum display frequency ρ a (= 10000) of the EPG screen P2 in the first image data saving area 3a. The current display frequency ρ i (= 70) of the screen P3 is smaller than the next-point display frequency ρ b (= 5000) of the program detail display screen P5 in the second image data saving area 3b. The image data on the screen P3 is not transferred to the second image data saving area 3b. Therefore, the image data of the program detail display screen P5 remains stored in the second image data saving area 3b.

以上のように、第2のイメージデータ退避領域3bには、過去の遷移元でかつ表示頻度が高い画面のイメージデータが格納されることになる。   As described above, in the second image data saving area 3b, image data of a screen that is a past transition source and has a high display frequency is stored.

また、図4の画面構成を用い、番組詳細表示画面P5→P2→P3の順に遷移したときのイメージデータ退避格納部3の状態を図7に示す。第1のイメージデータ退避領域3aには、表示頻度が高いことからEPG画面P2が格納されている(ρa =10000)。番組詳細表示画面P5からEPG画面P2に遷移したときの第2のイメージデータ退避領域3bには、現時点で遷移元である番組詳細表示画面P5が格納されているとする。 FIG. 7 shows the state of the image data saving / storing unit 3 when the program details display screen P5 → P2 → P3 is changed in the order shown in FIG. Since the display frequency is high, the EPG screen P2 is stored in the first image data saving area 3a (ρ a = 10000). It is assumed that the program detail display screen P5 that is the current transition source is stored in the second image data saving area 3b when the program detail display screen P5 transitions to the EPG screen P2.

次に、EPG画面P2から予約画面P3に遷移するときを考える。すなわち、図7(a)から図7(b)への遷移を考える。この場合、現在の表示画面のイメージデータはEPG画面P2であり、遷移先が予約画面P3となる。現在表示のEPG画面P2の現在表示頻度ρi は10000である。第2のイメージデータ退避領域3bにおける番組詳細表示画面P5の次点表示頻度ρb は5000である。現在表示のEPG画面P2の現在表示頻度ρi (=10000)は、第1のイメージデータ退避領域3aにおけるEPG画面P2の最大表示頻度ρa (=10000)に比べて同じであり、EPG画面P2のイメージデータはすでに第1のイメージデータ退避領域3aに格納されているため、現在表示のEPG画面P2のイメージデータについては、第2のイメージデータ退避領域3bには転送しない。したがって、第2のイメージデータ退避領域3bには番組詳細表示画面P5のイメージデータが格納されたままとなる。 Next, consider the case where the EPG screen P2 changes to the reservation screen P3. That is, consider the transition from FIG. 7 (a) to FIG. 7 (b). In this case, the image data of the current display screen is the EPG screen P2, and the transition destination is the reservation screen P3. The current display frequency ρ i of the currently displayed EPG screen P2 is 10,000. The runner-up display frequency [rho b of the program detail screen P5 in the second image data saving area 3b is 5000. The current display frequency ρ i (= 10000) of the currently displayed EPG screen P2 is the same as the maximum display frequency ρ a (= 10000) of the EPG screen P2 in the first image data saving area 3a, and the EPG screen P2 Is already stored in the first image data saving area 3a, the image data of the currently displayed EPG screen P2 is not transferred to the second image data saving area 3b. Therefore, the image data of the program detail display screen P5 remains stored in the second image data saving area 3b.

以上により、イメージデータ退避格納部3に同じ画面のイメージデータが2つ以上格納されることを防ぎ、イメージデータ退避格納部3の使用効率を向上させることができる。   As described above, it is possible to prevent two or more pieces of image data of the same screen from being stored in the image data saving storage unit 3 and to improve the usage efficiency of the image data saving storage unit 3.

本実施の形態によれば、イメージデータ退避格納部3が、各種の情報や機能によって分類される複数の画面についての表示頻度が最も大きい画面のイメージデータを優先して一時的に格納する第1のイメージデータ退避領域3aと、前記最も大きい表示頻度よりは小さいが他の画面の表示頻度よりは大きい表示頻度の画面のイメージデータを優先して一時的に格納する第2のイメージデータ退避領域3bとを有し、第1のイメージデータ退避領域3aには直近または比較的直近に表示に供されたか否かに関係なく、過去の履歴での表示頻度の高さを優先してイメージデータを退避させ、一方、第2のイメージデータ退避領域3bには直近または比較的直近に表示に供されたことを優先して遷移元の画面のイメージデータをなるべく多く退避させるという使い分けを第1のイメージデータ退避領域3aと第2のイメージデータ退避領域3bとで行うようにしているので、表示画面変更命令があったときに、変更後の表示画面のイメージデータをイメージデータ退避格納部3(第1のイメージデータ退避領域3aまたは第2のイメージデータ退避領域3b)においてヒットさせるときのヒット率を向上させることができる。   According to the present embodiment, the image data saving and storing unit 3 preferentially stores image data of a screen having the highest display frequency for a plurality of screens classified according to various types of information and functions. Image data saving area 3a and a second image data saving area 3b for preferentially storing image data of a screen having a display frequency smaller than the highest display frequency but higher than the display frequency of other screens. The first image data saving area 3a saves the image data with priority given to the high display frequency in the past history, regardless of whether it has been displayed recently or relatively recently. On the other hand, the second image data saving area 3b saves as much image data of the transition source screen as possible with priority given to the latest or relatively latest display. Is used in the first image data saving area 3a and the second image data saving area 3b. Therefore, when there is a display screen change command, the image data on the changed display screen is displayed as an image. It is possible to improve the hit rate when hitting in the data saving storage unit 3 (first image data saving area 3a or second image data saving area 3b).

(実施の形態2)
本発明の実施の形態2における表示制御装置の構成は、実施の形態1の場合の図1で示されるものと同様である。
(Embodiment 2)
The configuration of the display control apparatus according to the second embodiment of the present invention is the same as that shown in FIG. 1 for the first embodiment.

図8は本発明の実施の形態2におけるイメージデータ退避格納部の構成図である。このイメージデータ退避格納部3は、実施の形態1と同様に第1のイメージデータ退避領域3aと第2のイメージデータ退避領域3bとに分割され、管理されるが、第1のイメージデータ退避領域3aは、複数の画面についての表示頻度が第1位から第4位までの4つの画面分のイメージデータを優先して一時的に格納するように構成され、第2のイメージデータ退避領域3bは、第1のイメージデータ退避領域3aに格納されているイメージデータの次点の表示頻度(次点表示頻度)ρb の1つのみの画面のイメージデータを優先して一時的に格納するように構成されている。ただし、これは、電源投入時またはリセット時の原則であって、第1のイメージデータ退避領域3aおよび第2のイメージデータ退避領域3bは、使用状況に応じて領域サイズが可変となっている。 FIG. 8 is a configuration diagram of the image data saving and storing unit in the second embodiment of the present invention. The image data saving storage unit 3 is divided and managed into a first image data saving area 3a and a second image data saving area 3b as in the first embodiment. 3a is configured to preferentially store the image data for the four screens with the display frequency for the plurality of screens from the first place to the fourth place, and the second image data save area 3b , to store the first image data saving display frequency of runner-up image data stored in the area 3a (runner-up display frequency) [rho b only one screen image data to temporarily priority It is configured. However, this is a principle at the time of power-on or reset, and the first image data saving area 3a and the second image data saving area 3b have variable area sizes depending on the use situation.

図9は、実施の形態2を説明するための画面遷移例である。   FIG. 9 is an example of screen transition for explaining the second embodiment.

図10は、実施の形態2において、画面D→C→B→Aの順に遷移するときのイメージデータ退避格納部の状態図である。   FIG. 10 is a state diagram of the image data saving and storing unit when the transition is made in the order of screen D → C → B → A in the second embodiment.

図10(a)は、図9において、画面A→B→C→Dと遷移した後、画面Cに戻ったときのイメージデータ退避格納部3の状態を示す。この場合、第1のイメージデータ退避領域3aには、表示頻度が第1位から第4位までの4つ分のイメージデータが格納され、第2のイメージデータ退避領域3bには次点表示頻度ρb の画面Dのイメージデータが格納されている。 FIG. 10A shows the state of the image data saving storage unit 3 when the screen A is returned to the screen C after the transition from the screen A → B → C → D in FIG. 9. In this case, the first image data saving area 3a stores four pieces of image data whose display frequencies are from the first place to the fourth place, and the second image data saving area 3b is the next point display frequency. image data of the screen D of the [rho b are stored.

次に、図10(a)の状態から図10(b)の状態に遷移する場合を考える。すなわち、画面Cから画面Bに戻った場合、表示イメージ制御部4は、遷移元の画面へ戻る画面遷移が連続して起こったと認識する。なぜなら、直前に画面Dから画面Cに戻っており、引き続いて画面Cから画面Bに戻ったからである。遷移元の画面へ戻る画面遷移が連続して起こったと認識した表示イメージ制御部4は、イメージデータ退避格納部3における第2のイメージデータ退避領域3bの割合を増加させることにより、第2のイメージデータ退避領域3bにイメージデータがより多く格納できるように制御する。本実施例では、イメージデータを1つ分の格納領域を増やすものとする。   Next, consider a case where the state of FIG. 10A transitions to the state of FIG. That is, when returning from the screen C to the screen B, the display image control unit 4 recognizes that the screen transition to the transition source screen has occurred continuously. This is because the screen D has returned from the screen D to the screen C immediately before, and then the screen C has returned to the screen B. The display image control unit 4 that has recognized that the screen transition to the transition source screen has occurred continuously increases the ratio of the second image data saving area 3b in the image data saving storage unit 3 to thereby increase the second image. Control is performed so that more image data can be stored in the data saving area 3b. In this embodiment, the storage area for one image data is increased.

次に、図10(b)の状態から図10(c)の状態に遷移する場合を考える。すなわち、画面Bから画面Aに戻った結果、表示イメージ制御部4は、遷移元の画面へ戻る画面遷移が連続して起こったと認識し、イメージデータ退避格納部3における第2のイメージデータ退避領域3bの割合をさらに増加させ、第2のイメージデータ退避領域3bをさらに拡大して、イメージデータがより多く格納できるように制御する。   Next, consider a case where the state of FIG. 10B transitions to the state of FIG. That is, as a result of returning from the screen B to the screen A, the display image control unit 4 recognizes that the screen transition to the transition source screen has occurred continuously, and the second image data saving area in the image data saving storage unit 3 The ratio of 3b is further increased, and the second image data saving area 3b is further expanded so that more image data can be stored.

その後、画面A→E→F→Gと遷移し、さらに、画面F→E→Aと遷移元の画面に連続して戻る場合、図11のとおり遷移元の画面のイメージデータがイメージデータ退避格納部3に格納されている状態になる。   After that, when the screen A → E → F → G is transitioned and when the screen F → E → A and the transition source screen are continuously returned, the image data of the transition source screen is stored as image data as shown in FIG. The state is stored in the unit 3.

なお、一定時間にわたって遷移元の画面に戻ることが無かった場合または一定の画面遷移数内に遷移元の画面に戻ることが無かった場合には、イメージデータ退避格納部3における第2のイメージデータ退避領域3bの割合を、図10(a)に示すように元の状態に戻す。   Note that the second image data in the image data saving / storing unit 3 when the screen does not return to the transition source screen for a certain time or when the screen does not return to the transition source screen within a certain number of screen transitions. The ratio of the save area 3b is restored to the original state as shown in FIG.

以上により、遷移元の画面へ戻る画面遷移が連続して起こった場合に、イメージデータ退避格納部3における第2のイメージデータ退避領域3bの割合を増加させることにより、いくつかの次点表示頻度をもつ遷移元の画面のイメージデータをより多く退避させることができる。したがって、遷移元の画面に連続して戻る画面遷移が発生しても、戻り先(遷移先)の画面のイメージデータがイメージデータ退避格納部3内にヒットする確率を高くすることができる。   As described above, when screen transitions back to the transition source screen occur continuously, by increasing the ratio of the second image data saving area 3b in the image data saving storage unit 3, several next point display frequencies are displayed. It is possible to save more image data of the transition source screen having. Therefore, even if screen transitions that continuously return to the transition source screen occur, it is possible to increase the probability that the image data of the return destination (transition destination) screen will hit in the image data save storage unit 3.

なお、本実施例では、第1のイメージデータ退避領域3aに格納できるイメージデータの数が4つ、第2のイメージデータ退避領域3bに格納できるイメージデータの数が1つの場合を示しているが、本発明はこの数に限定しない。   In this embodiment, the number of image data that can be stored in the first image data saving area 3a is four, and the number of image data that can be stored in the second image data saving area 3b is one. The present invention is not limited to this number.

(実施の形態3)
本発明の実施の形態3における表示制御装置の構成は、実施の形態1の場合の図1で示されるものと同様である。また、イメージデータ退避格納部3の構成について、実施の形態1の場合の図2の構成が援用される。
(Embodiment 3)
The configuration of the display control apparatus in the third embodiment of the present invention is the same as that shown in FIG. 1 in the case of the first embodiment. In addition, as for the configuration of the image data saving and storing unit 3, the configuration of FIG.

表示イメージ制御部4は、遷移先の画面から遷移元の画面に戻る確率が基準値よりも高ければ、最優先で遷移元である現在の表示画面のイメージデータを第2のイメージデータ退避領域3bに格納し、遷移先の画面から遷移元の画面に戻る確率が基準値以下であれば、実施の形態1と同様の手法でイメージデータの転送格納を決定する。遷移先の画面から遷移元の画面に戻る確率は、静的にあらかじめ決めておいてもよいし、遷移元の画面に戻る回数をカウントし、そのカウント結果に基づいて遷移先の画面から遷移元の画面に戻る確率を動的に計算してもよい。   If the probability of returning from the transition destination screen to the transition source screen is higher than the reference value, the display image control unit 4 transfers the image data of the current display screen that is the transition source with the highest priority to the second image data saving area 3b. If the probability of returning from the transition destination screen to the transition source screen is less than the reference value, transfer storage of image data is determined by the same method as in the first embodiment. The probability of returning from the transition destination screen to the transition source screen may be statically determined in advance, or the number of times of returning to the transition source screen is counted, and the transition source screen is shifted from the transition destination screen based on the count result. The probability of returning to the screen may be calculated dynamically.

次に、上記のように構成された本実施の形態の表示制御装置の動作を図12のフローチャートに従って説明する。表示イメージ制御部4は、表示画面変更の命令があったときに、図12のフローチャートで示すルーチンを起動する。   Next, the operation of the display control apparatus of the present embodiment configured as described above will be described with reference to the flowchart of FIG. The display image control unit 4 activates the routine shown in the flowchart of FIG. 12 when there is an instruction to change the display screen.

まず、ステップS21において、現在の表示画面イメージの現在表示頻度ρi を取得する。次いでステップS22において、第1のイメージデータ退避領域3a内のイメージデータの最大表示頻度ρa を取得する。次いでステップS23において、ステップS21で取得した現在表示頻度ρi がステップS22で取得した第1のイメージデータ退避領域3a内のイメージデータの最大表示頻度ρa よりも大きいか否かを判断する。現在表示頻度ρi が最大表示頻度ρa より大きいときはステップS24に進み、第1のイメージデータ退避領域3a内の表示頻度の一番低いイメージデータを削除し、現在の表示画面のイメージデータを第1のイメージデータ退避領域3aに転送格納し、ステップS30に進む。 First, in step S21, the current display frequency ρ i of the current display screen image is acquired. Next, in step S22, the maximum display frequency ρ a of the image data in the first image data saving area 3a is acquired. Next, in step S23, it is determined whether or not the current display frequency ρ i acquired in step S21 is greater than the maximum display frequency ρ a of the image data in the first image data saving area 3a acquired in step S22. When the current display frequency ρ i is larger than the maximum display frequency ρ a , the process proceeds to step S24, where the image data with the lowest display frequency in the first image data saving area 3a is deleted, and the image data of the current display screen is stored. The data is transferred and stored in the first image data saving area 3a, and the process proceeds to step S30.

一方、ステップS23の判断で現在表示頻度ρi が最大表示頻度ρa 以下のときはステップS25に進み、遷移先の画面から遷移元の画面に戻る確率を取得する。次いでステップS26において、遷移先の画面から遷移元の画面に戻る確率が基準値より高い否かを判断する。この判断で結果が肯定的となるときはステップS29にスキップし、現在の表示画面のイメージデータを第2のイメージデータ退避領域3bに転送格納する。 On the other hand, if it is determined in step S23 that the current display frequency ρ i is equal to or less than the maximum display frequency ρ a , the process proceeds to step S25, and the probability of returning from the transition destination screen to the transition source screen is acquired. Next, in step S26, it is determined whether or not the probability of returning from the transition destination screen to the transition source screen is higher than a reference value. If the result is affirmative in this determination, the process skips to step S29, and the image data of the current display screen is transferred and stored in the second image data saving area 3b.

一方、ステップS26の結果が否定的のときはステップS27に進み、実施の形態1の場合と同様に、第2のイメージデータ退避領域3b内のイメージデータの次点表示頻度ρb を取得する。次いでステップS28において、現在表示頻度ρi が第2のイメージデータ退避領域3b内のイメージデータの次点表示頻度ρb よりも大きいか否かを判断する。現在表示頻度ρi が次点表示頻度ρb より大きいときはステップS29に進み、現在の表示画面のイメージデータを第2のイメージデータ退避領域3bに転送格納する。また、現在表示頻度ρi が次点表示頻度ρb 以下のときはステップS29をスキップしてステップS30に進む。 On the other hand, when the result of step S26 is negative the process proceeds to step S27, as in the case of the first embodiment, obtains the next mark display frequency [rho b of the image data of the second image data saving area 3b. Next, in step S28, it is determined whether or not the current display frequency ρ i is greater than the next point display frequency ρ b of the image data in the second image data saving area 3b. When the current display frequency ρ i is larger than the next point display frequency ρ b , the process proceeds to step S29, and the image data of the current display screen is transferred and stored in the second image data saving area 3b. If the current display frequency ρ i is equal to or lower than the next point display frequency ρ b , the process skips step S29 and proceeds to step S30.

次いでステップS30において、遷移先の表示イメージがイメージデータ退避格納部3内に存在する否かを判定し、存在するときはステップS31に進んで、遷移先の表示イメージデータをイメージデータ退避格納部3から読み出して表示イメージデータ格納部2に転送格納する。一方、遷移先の表示イメージがイメージデータ退避格納部3内に存在しないときはステップS32に進んで、遷移先の表示イメージデータを表示イメージデータ格納部2に作成する。   Next, in step S30, it is determined whether or not the transition destination display image exists in the image data saving and storing unit 3. If it exists, the process proceeds to step S31, and the transition destination display image data is stored in the image data saving and storing unit 3. Is transferred and stored in the display image data storage unit 2. On the other hand, when the transition destination display image does not exist in the image data saving storage unit 3, the process proceeds to step S 32, and the transition destination display image data is created in the display image data storage unit 2.

次いでステップS33において、表示イメージデータ格納部2の内容である表示イメージを表示部1に表示する。   Next, in step S <b> 33, the display image which is the content of the display image data storage unit 2 is displayed on the display unit 1.

次に、具体的な動作を、図13に示すTV装置の画面遷移例を用いて説明する。画面の構成として、待ち受け画面Q1、メインメニュー画面Q2、メールメニュー画面Q3、メール作成画面Q4、コンフィグメニュー画面Q5、アラーム設定画面Q6、アラームヘルプ画面Q7からなる。図13で構成される各々の画面のある時点における表示頻度と遷移先の画面から遷移元の画面に戻る確率を図14に示す。なお、本例では、遷移先の画面から遷移元の画面に戻る確率の基準値は80%とするが、本発明はこの値に限定しない。   Next, a specific operation will be described using a screen transition example of the TV apparatus shown in FIG. The screen configuration includes a standby screen Q1, a main menu screen Q2, a mail menu screen Q3, a mail creation screen Q4, a configuration menu screen Q5, an alarm setting screen Q6, and an alarm help screen Q7. FIG. 14 shows the display frequency at a certain point in time for each screen configured in FIG. 13 and the probability of returning from the transition destination screen to the transition source screen. In this example, the reference value of the probability of returning from the transition destination screen to the transition source screen is 80%, but the present invention is not limited to this value.

図13の画面構成を用い、画面Q2→Q5→Q6→Q7の順に遷移したときのイメージデータ退避格納部3の状態を図15に示す。第1のイメージデータ退避領域3aには、表示頻度が高いことから待ち受け画面Q1が格納されている(ρa =10000)。コンフィグメニュー画面Q5からアラーム設定画面Q6に遷移するときを考える。すなわち、図15(a)から図15(b)への遷移を考える。この場合、現在の表示画面のイメージデータはコンフィグメニュー画面Q5であり、遷移先がアラーム設定画面Q6となる。現在表示のコンフィグメニュー画面Q5の現在表示頻度ρi は100である。第1のイメージデータ退避領域3aにおける待ち受け画面Q1の最大表示頻度ρa は10000である。第2のイメージデータ退避領域3bにおけるメインメニュー画面Q2の次点表示頻度ρb は8000である。現在表示のコンフィグメニュー画面Q5の現在表示頻度ρi (=100)は、第1のイメージデータ退避領域3aにおける待ち受け画面Q1の最大表示頻度ρa (=10000)に比べて小さいので、次に、遷移先のアラーム設定画面Q6から遷移元のコンフィグメニュー画面Q5に戻る確率を取得する。この確率は40%であり、基準値80%より低いため、実施の形態1と同様の処理を行う。その結果、現在表示のコンフィグメニュー画面Q5の現在表示頻度ρi (=100)が、第2のイメージデータ退避領域3bにおけるメインメニュー画面Q2の次点表示頻度ρb (=8000)と比べられ、ここでは小さいので、現在表示のコンフィグメニュー画面Q5のイメージデータについては、第2のイメージデータ退避領域3bには転送しない。したがって、第2のイメージデータ退避領域3bにはメインメニュー画面Q2のイメージデータが格納されたままとなる。 FIG. 15 shows the state of the image data saving and storing unit 3 when the screen configuration of FIG. 13 is used and the screen Q2 → Q5 → Q6 → Q7 is changed in this order. Since the display frequency is high, the standby screen Q1 is stored in the first image data saving area 3a (ρ a = 10000). Consider a case where a transition is made from the configuration menu screen Q5 to the alarm setting screen Q6. That is, consider the transition from FIG. 15 (a) to FIG. 15 (b). In this case, the image data of the current display screen is the configuration menu screen Q5, and the transition destination is the alarm setting screen Q6. The current display frequency ρ i of the currently displayed configuration menu screen Q5 is 100. The maximum display frequency ρ a of the standby screen Q1 in the first image data saving area 3a is 10,000. The next point display frequency ρ b of the main menu screen Q2 in the second image data saving area 3b is 8000. The current display frequency ρ i (= 100) of the currently displayed configuration menu screen Q5 is smaller than the maximum display frequency ρ a (= 10000) of the standby screen Q1 in the first image data saving area 3a. The probability of returning from the transition destination alarm setting screen Q6 to the configuration menu screen Q5 of the transition source is acquired. Since this probability is 40%, which is lower than the reference value 80%, the same processing as in the first embodiment is performed. As a result, the current display frequency ρ i (= 100) of the currently displayed configuration menu screen Q5 is compared with the next point display frequency ρ b (= 8000) of the main menu screen Q2 in the second image data saving area 3b. Since it is small here, the image data on the currently displayed configuration menu screen Q5 is not transferred to the second image data saving area 3b. Therefore, the image data of the main menu screen Q2 remains stored in the second image data saving area 3b.

次に、アラーム設定画面Q6からアラームヘルプ画面Q7に遷移するときを考える。すなわち、図15(b)から図15(c)への遷移を考える。この場合、現在の表示画面のイメージデータはアラーム設定画面Q6であり、遷移先がアラームヘルプ画面Q7となる。現在表示のアラーム設定画面Q6の現在表示頻度ρi (=30)は、第1のイメージデータ退避領域3aにおける待ち受け画面Q1の最大表示頻度ρa (=10000)に比べて小さいので、次に、遷移先のアラームヘルプ画面Q7から遷移元のアラーム設定画面Q6に戻る確率を取得する。この確率は90%であり、基準値80%より高いため、現在表示のアラーム設定画面Q6のイメージデータを第2のイメージデータ退避領域3bに転送格納する。 Next, consider the transition from the alarm setting screen Q6 to the alarm help screen Q7. That is, consider the transition from FIG. 15 (b) to FIG. 15 (c). In this case, the image data of the current display screen is the alarm setting screen Q6, and the transition destination is the alarm help screen Q7. Since the current display frequency ρ i (= 30) of the currently set alarm setting screen Q6 is smaller than the maximum display frequency ρ a (= 10000) of the standby screen Q1 in the first image data saving area 3a, The probability of returning from the transition destination alarm help screen Q7 to the transition source alarm setting screen Q6 is acquired. Since this probability is 90% and is higher than the reference value 80%, the image data of the currently displayed alarm setting screen Q6 is transferred and stored in the second image data saving area 3b.

以上により、画面遷移において遷移先の画面から遷移元の画面に戻る確率が基準値より高い場合、イメージデータ退避格納部3の第2のイメージデータ退避領域3bに遷移元の画面のイメージデータが必ず格納されることになる。したがって、高頻度で遷移元の画面に戻る遷移が発生しても、戻り先(遷移先)の画面のイメージデータをイメージデータ退避格納部3内に必ずヒットさせることができる。   As described above, when the probability of returning from the transition destination screen to the transition source screen in the screen transition is higher than the reference value, the image data of the transition source screen is always stored in the second image data saving area 3b of the image data saving storage unit 3. Will be stored. Therefore, even when a transition to the transition source screen occurs frequently, the image data of the return destination (transition destination) screen can be always hit in the image data saving storage unit 3.

本発明の表示制御装置は、家電機器やOA機器などにおいてGUIの操作方式を伴う表示制御の技術として有用である。   The display control device of the present invention is useful as a display control technique with a GUI operation method in home appliances, OA devices, and the like.

本発明の実施の形態1〜3における表示制御装置の概略構成を示すブロック図The block diagram which shows schematic structure of the display control apparatus in Embodiment 1-3 of this invention. 本発明の実施の形態1におけるイメージデータ退避格納部の構成図1 is a configuration diagram of an image data saving / storing unit according to Embodiment 1 of the present invention. 本発明の実施の形態1の表示制御装置の動作を示すフローチャートThe flowchart which shows operation | movement of the display control apparatus of Embodiment 1 of this invention. 本発明の実施の形態1の表示制御装置の動作を説明するためのTV装置の画面遷移例Example of screen transition of TV apparatus for explaining operation of display control apparatus according to embodiment 1 of the present invention 本発明の実施の形態1における画面遷移例でのある時点における各画面の表示頻度表Display frequency table of each screen at a certain point in the screen transition example in Embodiment 1 of the present invention 本発明の実施の形態1における画面遷移時のイメージデータ退避格納部の状態図(その1)State diagram of image data saving and storing unit at the time of screen transition according to the first embodiment of the present invention (part 1) 本発明の実施の形態1における画面遷移時のイメージデータ退避格納部の状態図(その2)State diagram of the image data saving and storing unit at the time of screen transition according to the first embodiment of the present invention (part 2) 本発明の実施の形態2におけるイメージデータ退避格納部の構成図Configuration diagram of an image data saving and storing unit in Embodiment 2 of the present invention 本発明の実施の形態2の表示制御装置の動作を説明するための画面遷移例Screen transition example for explaining the operation of the display control apparatus according to the second embodiment of the present invention 本発明の実施の形態2における画面遷移時のイメージデータ退避格納部の状態図(その1)State diagram of image data saving and storing unit at the time of screen transition in embodiment 2 of the present invention (part 1) 本発明の実施の形態2における画面遷移時のイメージデータ退避格納部の状態図(その2)State diagram of the image data saving and storing unit at the time of screen transition according to the second embodiment of the present invention (part 2) 本発明の実施の形態3の表示制御装置の動作を示すフローチャートThe flowchart which shows operation | movement of the display control apparatus of Embodiment 3 of this invention. 本発明の実施の形態3の表示制御装置の動作を説明するための携帯電話装置の画面遷移例Example of screen transition of mobile phone device for explaining operation of display control device of embodiment 3 of present invention 本発明の実施の形態3における画面遷移例でのある時点における各画面の表示頻度および遷移先の画面から遷移元の画面に戻る確率の表Table of the display frequency of each screen at a certain point in the screen transition example according to Embodiment 3 of the present invention and the probability of returning from the transition destination screen to the transition source screen 本発明の実施の形態3における画面遷移時のイメージデータ退避格納部の状態図State diagram of image data saving and storing unit at the time of screen transition according to Embodiment 3 of the present invention

符号の説明Explanation of symbols

1 表示部
2 表示イメージデータ格納部
3 イメージデータ退避格納部
3a 第1のイメージデータ退避領域
3b 第2のイメージデータ退避領域
4 表示イメージ制御部
DESCRIPTION OF SYMBOLS 1 Display part 2 Display image data storage part 3 Image data saving storage part 3a 1st image data saving area 3b 2nd image data saving area 4 Display image control part

Claims (6)

表示部に表示すべきイメージデータを一時的に格納する表示イメージデータ格納部と、
各種の情報や機能によって分類される複数の画面についての表示頻度が最も大きい画面のイメージデータを優先して一時的に格納する第1のイメージデータ退避領域、および、前記最も大きい表示頻度よりは小さいが他の画面の表示頻度よりは大きい表示頻度の画面のイメージデータを優先して一時的に格納する第2のイメージデータ退避領域を有するイメージデータ退避格納部と、
前記表示イメージデータ格納部を制御して前記表示部にイメージデータを転送表示させるとともに、表示画面変更命令があったときに、現在の表示画面の表示頻度を前記第1のイメージデータ退避領域に格納されているイメージデータの最大表示頻度と比較して大きいときは、前記表示イメージデータ格納部における現在の表示画面のイメージデータを前記第1のイメージデータ退避領域に転送格納し、小さいときは、現在の表示画面の表示頻度を前記第2のイメージデータ退避領域に格納されているイメージデータの次点表示頻度と比較し、大きいときは、前記表示イメージデータ格納部における現在の表示画面のイメージデータを前記第2のイメージデータ退避領域に転送格納し、かつ、変更後の表示画面のイメージデータが前記イメージデータ退避格納部に存在するときはそのイメージデータを前記表示イメージデータ格納部に転送格納し、存在しないときは前記表示イメージデータ格納部に必要なイメージデータを生成格納する表示イメージ制御部とを備えた表示制御装置。
A display image data storage unit for temporarily storing image data to be displayed on the display unit;
A first image data saving area for temporarily storing image data of a screen with the highest display frequency for a plurality of screens classified by various information and functions, and smaller than the highest display frequency An image data saving and storing unit having a second image data saving area for temporarily storing image data of a screen having a display frequency higher than the display frequency of other screens.
The display image data storage unit is controlled to transfer and display image data on the display unit, and when there is a display screen change command, the current display screen display frequency is stored in the first image data saving area. When the image data is larger than the maximum display frequency of the displayed image data, the image data of the current display screen in the display image data storage unit is transferred and stored in the first image data saving area. The display frequency of the display screen is compared with the next-point display frequency of the image data stored in the second image data saving area, and when it is larger, the image data of the current display screen in the display image data storage unit is The image data on the display screen after being transferred and stored in the second image data saving area is changed to the image data. A display image control unit that transfers the image data to the display image data storage unit when it exists in the data saving storage unit, and generates and stores necessary image data in the display image data storage unit when it does not exist Display controller.
前記表示イメージ制御部は、現在の表示画面の表示頻度を前記第1のイメージデータ退避領域に格納されているイメージデータの最大表示頻度と比較して等しいときは、前記表示イメージデータ格納部における現在の表示画面のイメージデータの前記第1のイメージデータ退避領域または第2のイメージデータ退避領域に対する転送格納の処理を停止するように構成されている請求項1に記載の表示制御装置。   The display image control unit compares the current display frequency of the display screen with the maximum display frequency of the image data stored in the first image data saving area, and when the display frequency is equal, the display image data storage unit The display control device according to claim 1, configured to stop transfer storage processing of the image data of the display screen to the first image data saving area or the second image data saving area. 前記表示イメージ制御部は、現在の表示画面の表示頻度を前記第2のイメージデータ退避領域に格納されているイメージデータの次点表示頻度と比較して等しいときは、前記表示イメージデータ格納部における現在の表示画面のイメージデータの前記第2のイメージデータ退避領域に対する転送格納の処理を停止するように構成されている請求項1に記載の表示制御装置。   When the display image control unit compares the display frequency of the current display screen with the next-point display frequency of the image data stored in the second image data saving area, the display image control unit The display control device according to claim 1, wherein the display control device is configured to stop the process of transferring and storing the image data of the current display screen to the second image data saving area. 前記表示イメージ制御部は、遷移元の画面へ戻る画面遷移が連続して起こったときに、前記イメージデータ退避格納部における前記第2のイメージデータ退避領域の割合を増加させるように構成されている請求項1から請求項3までのいずれかに記載の表示制御装置。   The display image control unit is configured to increase the ratio of the second image data saving area in the image data saving storage unit when screen transitions to the transition source screen occur continuously. The display control apparatus according to any one of claims 1 to 3. 前記表示イメージ制御部は、遷移元の画面へ戻る画面遷移が連続して起こったときに、その遷移回数に応じて、前記イメージデータ退避格納部における前記第2のイメージデータ退避領域の割合を増加させるように構成されている請求項4に記載の表示制御装置。   The display image control unit increases the ratio of the second image data saving area in the image data saving storage unit according to the number of transitions when screen transitions to the transition source screen occur continuously. The display control apparatus according to claim 4, wherein the display control apparatus is configured to cause the display control apparatus to operate. 前記表示イメージ制御部は、遷移先の画面から遷移元の画面に戻る確率を求め、前記確率が基準値よりも高ければ最優先で遷移元の画面のイメージデータを前記第2のイメージデータ退避領域に転送格納するように構成されている請求項1から請求項5までのいずれかに記載の表示制御装置。   The display image control unit obtains a probability of returning from the transition destination screen to the transition source screen, and if the probability is higher than a reference value, the image data of the transition source screen is given the highest priority in the second image data saving area. The display control device according to claim 1, wherein the display control device is configured to transfer and store the display control device.
JP2005257405A 2005-09-06 2005-09-06 Display control device Pending JP2007072036A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005257405A JP2007072036A (en) 2005-09-06 2005-09-06 Display control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005257405A JP2007072036A (en) 2005-09-06 2005-09-06 Display control device

Publications (1)

Publication Number Publication Date
JP2007072036A true JP2007072036A (en) 2007-03-22

Family

ID=37933546

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005257405A Pending JP2007072036A (en) 2005-09-06 2005-09-06 Display control device

Country Status (1)

Country Link
JP (1) JP2007072036A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009229132A (en) * 2008-03-19 2009-10-08 Aisin Aw Co Ltd Screen formation system, method and program
WO2011152000A1 (en) * 2010-06-03 2011-12-08 パナソニック株式会社 Display control device, display control method, display control program and integrated circuit

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009229132A (en) * 2008-03-19 2009-10-08 Aisin Aw Co Ltd Screen formation system, method and program
JP4640428B2 (en) * 2008-03-19 2011-03-02 アイシン・エィ・ダブリュ株式会社 Screen forming system, screen forming method and program
US8200418B2 (en) 2008-03-19 2012-06-12 Aisin Aw Co., Ltd. Screen formation system, screen formation method, and program
WO2011152000A1 (en) * 2010-06-03 2011-12-08 パナソニック株式会社 Display control device, display control method, display control program and integrated circuit
CN102473399A (en) * 2010-06-03 2012-05-23 松下电器产业株式会社 Display control device, display control method, display control program and integrated circuit
US8698827B2 (en) 2010-06-03 2014-04-15 Panasonic Corporation Display control apparatus, display control method, non-transitory computer readable recording medium and integrated circuit
JP5507681B2 (en) * 2010-06-03 2014-05-28 パナソニック株式会社 Display control apparatus, display control method, display control program, and integrated circuit

Similar Documents

Publication Publication Date Title
US9412329B2 (en) Methods and apparatuses for controlling display devices
US9405452B2 (en) Apparatus and method of searching for contents in touch screen device
US20060023063A1 (en) Image sharing display system, terminal with image sharing function, and computer program product
JP5100003B2 (en) Information processing apparatus, method, and storage medium arrangement program
US7979092B2 (en) Apparatus and method for display control in a mobile communication terminal
JP2007109114A (en) Function operating screen display control method
JP2013020020A (en) Two-screen portable terminal device
JP2009075844A (en) Mobile terminal device, mail display program and mail display method
US11175823B2 (en) Method and apparatus for controlling terminal device using gesture control function, and non-transitory computer-readable storage medium
CN111984130B (en) Shortcut operation method and device and electronic equipment
WO2014158220A1 (en) Display instance management
US20200028961A1 (en) Switching presentations of representations of objects at a user interface
JP2005018229A (en) Document browsing terminal, document display control method, and document display control program
US20090102868A1 (en) Method and apparatus for dynamically adjusting resolution of display device in mobile computing devices
JP2009252083A (en) Information processing apparatus, window display method and display control program
JP2008060815A (en) Portable electronic apparatus, image data output device, and program
JP2012523035A (en) Method and apparatus for generating menu display
JP2007072036A (en) Display control device
US20090141035A1 (en) Display control apparatus and image forming apparatus employing same
CN102473399A (en) Display control device, display control method, display control program and integrated circuit
JP2010097334A (en) Drawing device
JP2007286745A (en) Image formation device, image formation method and program
JP2013182537A (en) Terminal device, icon display method of the same, and icon display program of the same
JP5093628B1 (en) Printing control apparatus, printing system, and program
JP5357128B2 (en) Screen control apparatus, program, and method