JP2013196573A - Program for image display device, image display device and control method of image display device - Google Patents
Program for image display device, image display device and control method of image display device Download PDFInfo
- Publication number
- JP2013196573A JP2013196573A JP2012065113A JP2012065113A JP2013196573A JP 2013196573 A JP2013196573 A JP 2013196573A JP 2012065113 A JP2012065113 A JP 2012065113A JP 2012065113 A JP2012065113 A JP 2012065113A JP 2013196573 A JP2013196573 A JP 2013196573A
- Authority
- JP
- Japan
- Prior art keywords
- display
- coordinates
- scroll
- object image
- image
- 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
Links
Images
Landscapes
- User Interface Of Digital Computer (AREA)
Abstract
Description
本明細書に開示されている技術は、各種の画像を表示する画像表示装置のプログラム、画像表示装置、画像表示装置の制御方法に関する。 The technology disclosed in this specification relates to a program for an image display device that displays various images, an image display device, and a control method for the image display device.
1つのタッチパネルに対して多くの情報を表示するための工夫として、例えば、スクロール表示を行う方法がある。例えば、各種の処理の実行開始命令を受け付けるための各種のオブジェクト画像(例:アイコン画像、リスト画像など)をタッチパネルに複数表示することで、リストが表示される場合がある。この場合、リスト内の何れかのオブジェクト画像が押下されると、押下されたオブジェクト画像が強調表示(例:反転表示)されることで、当該オブジェクト画像が選択されたことが報知される。その後、ドラッグ操作(画面を指やスタイラスペンで触れたままで動かす操作)やフリック操作(画面を軽く払うように指やスタイラスペンを動かす操作)が入力されることに応じて、リストがスクロール表示される。スクロール表示後の画面には、スクロール表示前の画面に表示されていたオブジェクト画像とは別のオブジェクト画像が表示される。何れかのオブジェクト画像にタッチ操作(押下入力された後に、ドラッグ操作されることなく押下入力が終了される操作)が入力されると、タッチ操作が入力されたオブジェクト画像に割り当てられている処理の実行開始命令が受け付けられる。また、画面をスクロール表示する技術として、特許文献1の技術が開示されている。
As a device for displaying a lot of information on one touch panel, for example, there is a method of performing scroll display. For example, a list may be displayed by displaying a plurality of various object images (for example, icon images, list images, etc.) for receiving various processing execution start instructions on the touch panel. In this case, when one of the object images in the list is pressed, the pressed object image is highlighted (for example, highlighted) to notify that the object image is selected. After that, the list is scrolled in response to a drag operation (moving while touching the screen with your finger or stylus pen) or flick operation (moving your finger or stylus to lightly touch the screen). The On the screen after scroll display, an object image different from the object image displayed on the screen before scroll display is displayed. When a touch operation (an operation in which a press input is terminated without being dragged after being input by pressing) is input to any object image, the process assigned to the object image to which the touch operation is input An execution start command is accepted. Moreover, the technique of
上記のようなスクロール表示を行う技術では、オブジェクト画像を選択するためにタッチ操作を入力する場合、および、リストをスクロールするためにドラッグ操作またはフリック操作を入力する場合の何れにおいても、最初に、リスト内のオブジェクト画像の押下開始が検出される。すると、押下開始が検出されたことに応じて、押下されたオブジェクト画像が強調表示される。そして、押下開始が検出された後に押下点の移動が検出された場合には、ドラッグ操作またはフリック操作が入力されていると判断され、オブジェクト画像の強調表示が終了される。この場合、押下開始が検出された時点から、押下点の移動が検出される時点までの短期間だけ、押下されたオブジェクト画像が強調表示されることになる。すると、押下されたオブジェクト画像がちらつくような(ごく短い時間、点灯するような)視覚効果をユーザに与えることになるため、ユーザに視覚的不快感を与える恐れがある。本明細書では、このような不便性を解消することができる技術を提供する。 In the technique for performing the scroll display as described above, in either case of inputting a touch operation to select an object image and inputting a drag operation or a flick operation to scroll the list, first, The start of pressing the object image in the list is detected. Then, in response to the detection of the start of pressing, the pressed object image is highlighted. If the movement of the pressed point is detected after the start of pressing is detected, it is determined that a drag operation or a flick operation has been input, and the highlighting of the object image is terminated. In this case, the pressed object image is highlighted for a short period from the time when the start of pressing is detected until the time when the movement of the pressing point is detected. Then, a visual effect is given to the user such that the pressed object image flickers (lights up for a very short time), which may cause visual discomfort to the user. In this specification, the technique which can eliminate such inconvenience is provided.
本明細書に記載のプログラムは、画像を表示する表示手段と、表示手段の表示領域内へ指示体が接触した位置を示す座標である指示座標を検出する座標検出手段と、を備える画像表示装置が読み取り可能なプログラムであって、コンピュータを、表示手段の表示領域内にスクロール領域を定め、各種の処理の実行開始命令を受け付けるための複数のオブジェクト画像をスクロール領域内に一列に連なった状態で表示手段に表示させるオブジェクト表示制御手段と、オブジェクト画像の列に沿った第1方向、または、第1方向と反対方向であってオブジェクト画像の列に沿った第2方向にオブジェクト画像をスクロール表示させるスクロール表示制御手段と、座標検出手段によって検出されていた指示座標が検出されなくなった座標がオブジェクト画像に対応する座標である場合に、当該指示座標が対応するオブジェクト画像に割り当てられている処理を実行する処理実行手段と、して機能させ、オブジェクト表示制御手段は、座標検出手段によって指示座標の検出が開始された座標である初期指示座標が、複数のオブジェクト画像の何れか1つのオブジェクト画像である特定オブジェクト画像に対応する座標である場合に、当該特定オブジェクト画像を強調表示し、スクロール表示制御手段は、オブジェクト表示制御手段によって特定オブジェクト画像が強調表示された後に、指示座標の第1方向または第2方向に対応する方向への移動開始が座標検出手段によって検出された場合には、指示座標の第1方向または第2方向への移動に応じてスクロール表示の実行を開始し、オブジェクト表示制御手段は、スクロール表示制御手段によってスクロール表示の実行が開始された時点から、初期指示座標から指示座標が移動を開始したときの速度である移動開始速度に基づいて設定される第1所定時間が経過したことに応じて、特定オブジェクト画像の強調表示を終了することを特徴とする。 An image display apparatus comprising: display means for displaying an image; and coordinate detection means for detecting indicated coordinates which are coordinates indicating a position where the indicator is in contact with the display area of the display means. Is a readable program in which a scroll area is defined in the display area of the display means, and a plurality of object images for receiving various processing execution start instructions are arranged in a line in the scroll area. The object display control means to be displayed on the display means, and the object image is scroll-displayed in the first direction along the row of object images, or in the second direction along the row of object images opposite to the first direction. The scroll display control means and the coordinates where the indicated coordinates detected by the coordinate detection means are no longer detected are the objects. When the coordinates corresponding to the target image are functioning as the processing execution means for executing the processing assigned to the corresponding object image, the object display control means When the initial designated coordinates, which are the coordinates where the detection of the image is started, are the coordinates corresponding to the specific object image that is any one of the plurality of object images, the specific object image is highlighted and scrolled. When the coordinate detection unit detects the start of movement of the designated coordinates in the direction corresponding to the first direction or the second direction after the specific object image is highlighted by the object display control unit, the control unit In response to the movement of the coordinates in the first direction or the second direction, execution of scroll display is started. The first display control means is set based on a movement start speed that is a speed when the designated coordinates start moving from the initial designated coordinates from the time when the scroll display control means starts to execute the scroll display. The highlighting of the specific object image is terminated according to the elapse of time.
本明細書に記載のプログラムでは、スクロール表示制御手段によってスクロール表示の実行が開始された時点から第1所定時間が経過したことに応じて、特定オブジェクト画像の強調表示が終了される。これにより、スクロール表示の実行が開始された時点で特定オブジェクト画像の強調表示が終了される場合に比して、特定オブジェクト画像が強調表示されている期間を長くすることが可能となる。よって、押下されたオブジェクト画像がちらついてしまう(ごく短い時間、点灯してしまう)ような視覚効果を緩和することができるため、ユーザに視覚的不快感を与えてしまう事態を防止することが可能となる。 In the program described in this specification, the highlighting of the specific object image is terminated when the first predetermined time has elapsed since the scroll display control unit started executing the scroll display. Thereby, it is possible to lengthen the period during which the specific object image is highlighted as compared with the case where the highlighting of the specific object image is terminated when the execution of the scroll display is started. Therefore, it is possible to alleviate the visual effect that the pressed object image flickers (lights up for a very short time), so that it is possible to prevent the user from having a visual discomfort. It becomes.
指示座標の移動開始速度が大きくなるほど、スクロール速度が速くなりオブジェクト画像の選択が困難になるため、特定オブジェクト画像を強調表示していても、特定オブジェクト画像が選択されている状態であるとユーザに誤認を与える恐れが小さくなる。請求項2に記載のプログラムによれば、指示座標の移動開始速度が大きくなることに応じて、特定オブジェクト画像が強調表示される期間を長くすることができるため、ユーザに特定オブジェクト画像が選択さえているとの誤認を与えることなく、押下されたオブジェクト画像がちらついてしまうような視覚効果を緩和することが可能となる。
As the movement start speed of the designated coordinates increases, the scroll speed increases and the selection of the object image becomes difficult. Therefore, even if the specific object image is highlighted, the user is informed that the specific object image is still selected. The risk of misperception is reduced. According to the program of
請求項3に記載のプログラムによれば、特定オブジェクト画像が強調表示されている状態でスクロール領域からフレームアウトして表示手段に表示されなくなった場合には、特定オブジェクト画像を強調表示されていない状態で、スクロール領域に再度フレームインさせることができる。これにより、フレームアウトすることによって特定オブジェクト画像の強調表示を終了することができるため、オブジェクト画像がちらつくような視覚効果をユーザに与えてしまう事態を防止できる。
According to the program of
請求項4に記載のプログラムによれば、特定オブジェクト画像の強調表示を除々に終了するフェードアウトの態様で、特定オブジェクト画像の強調表示を終了することができる。これにより、オブジェクト画像がちらついてしまうような視覚効果を緩和することが可能となる。 According to the program of the fourth aspect, it is possible to end the highlighting of the specific object image in a fade-out manner in which the highlighting of the specific object image is gradually ended. As a result, it is possible to alleviate a visual effect that causes the object image to flicker.
請求項5に記載のプログラムによれば、初期指示座標の検出開始時点から第2所定時間が経過したことに応じて、特定オブジェクト画像が強調表示される。よって、初期指示座標の検出開始時点から第2所定時間が経過する前にスクロール表示の実行が開始された場合には、特定オブジェクト画像が強調表示されることがない。これにより、オブジェクト画像がちらつくような視覚効果をユーザに与えてしまう事態を防止できる。 According to the program of the fifth aspect, the specific object image is highlighted in response to the second predetermined time having elapsed from the detection start time of the initial designated coordinates. Therefore, when the execution of the scroll display is started before the second predetermined time has elapsed from the detection start time of the initial designated coordinates, the specific object image is not highlighted. As a result, it is possible to prevent the user from having a visual effect that causes the object image to flicker.
請求項6に記載のプログラムでは、スクロール表示制御手段によってスクロール表示の実行が開始された時点から第3所定時間が経過したことに応じて、特定オブジェクト画像の強調表示が終了される。これにより、スクロール表示の実行が開始された時点で特定オブジェクト画像の強調表示が終了される場合に比して、特定オブジェクト画像が強調表示されている期間を長くすることが可能となる。よって、押下されたオブジェクト画像がちらついてしまう(ごく短い時間、点灯してしまう)ような視覚効果を緩和することができるため、ユーザに視覚的不快感を与えてしまう事態を防止することが可能となる。 In the program according to the sixth aspect, the highlighting of the specific object image is terminated when the third predetermined time has elapsed since the scroll display control means started executing the scroll display. Thereby, it is possible to lengthen the period during which the specific object image is highlighted as compared with the case where the highlighting of the specific object image is terminated when the execution of the scroll display is started. Therefore, it is possible to alleviate the visual effect that the pressed object image flickers (lights up for a very short time), so that it is possible to prevent the user from having a visual discomfort. It becomes.
特定オブジェクト画像の表示面積が大きくなるほど、オブジェクト画像がちらついてしまうような視覚効果が大きくなる。請求項7に記載のプログラムによれば、特定オブジェクト画像の表示面積が大きくなることに応じて、特定オブジェクト画像が強調表示される期間を長くすることができるため、押下されたオブジェクト画像がちらついてしまうような視覚効果を緩和することが可能となる。
As the display area of the specific object image increases, the visual effect that causes the object image to flicker increases. According to the program according to
請求項8に記載のプログラムによれば、特定オブジェクト画像が強調表示されている状態でスクロール領域からフレームアウトして表示手段に表示されなくなった場合には、特定オブジェクト画像を強調表示されていない状態で、スクロール領域に再度フレームインさせることができる。これにより、フレームアウトすることによって特定オブジェクト画像の強調表示を終了することができるため、オブジェクト画像がちらつくような視覚効果をユーザに与えてしまう事態を防止できる。
According to the program according to
請求項9に記載のプログラムによれば、特定オブジェクト画像の強調表示を除々に終了するフェードアウトの態様で、特定オブジェクト画像の強調表示を終了することができる。これにより、オブジェクト画像がちらついてしまうような視覚効果を緩和することが可能となる。 According to the program of the ninth aspect, it is possible to end the highlighting of the specific object image in a fade-out manner in which the highlighting of the specific object image is gradually ended. As a result, it is possible to alleviate a visual effect that causes the object image to flicker.
請求項10に記載のプログラムによれば、初期指示座標の検出開始時点から第2所定時間が経過したことに応じて、特定オブジェクト画像が強調表示される。よって、初期指示座標の検出開始時点から第2所定時間が経過する前にスクロール表示の実行が開始された場合には、特定オブジェクト画像が強調表示されることがない。これにより、オブジェクト画像がちらつくような視覚効果をユーザに与えてしまう事態を防止できる。 According to the program of the tenth aspect, the specific object image is highlighted when the second predetermined time has elapsed from the detection start time of the initial designated coordinates. Therefore, when the execution of the scroll display is started before the second predetermined time has elapsed from the detection start time of the initial designated coordinates, the specific object image is not highlighted. As a result, it is possible to prevent the user from having a visual effect that causes the object image to flicker.
なお、上記のプログラムを実現するための画像表示装置、画像表示装置の制御方法、及び、当該コンピュータプログラムを格納するコンピュータ読取可能記録媒体も、新規で有用である。 Note that an image display device for realizing the above program, a method for controlling the image display device, and a computer-readable recording medium for storing the computer program are also novel and useful.
<実施例>
図1に、本実施形態に係る多機能機10(Multifunction Peripheral(MFP)ともいう)のブロック図を示す。
<Example>
FIG. 1 shows a block diagram of a multi-function device 10 (also referred to as Multifunction Peripheral (MFP)) according to the present embodiment.
<多機能機10の構成>
本実施形態に係る多機能機10は、プリンタ機能、スキャナ機能、コピー機能、ファクシミリ機能、電話機能などを有する装置である。多機能機10は、制御部12、パネル50、座標検出部51、印刷部54、スキャン部56、FAX部58、ネットワークインターフェイス60、等を備える。制御部12は、CPU14、ROM16、RAM30、NVRAM(Non Volatile RAM)40、等を有する。
<Configuration of
The
CPU14は、ROM16に記憶されているプログラムに従って様々な処理を実行する。CPU14が実行する処理については、後で詳しく説明する。ROM16は、多機能機10の基本的な動作を制御するための画像表示プログラム18を記憶している。
The
図1に示すように、多機能機10の上面正面側には、パネル50が設けられている。パネル50には、画像表示プログラム18のAPI(Application Program Interface)を用いて、各種の画像が表示される。パネル50の正面位置に対する左右方向(横方向)が、x方向である。パネル50の正面位置に対する前後方向(縦方向)が、y方向である。パネル50の表面には、透明な平板部を有する座標検出部51が、パネル50を覆うように備えられている。座標検出部51は、指示体(例:ユーザの指先、スタイラス(タッチパネル用ペン)など)が接触または接近された位置を示す座標である、指示座標を検出する機能を有する。パネル50および座標検出部51は、いわゆるタッチパネルとして機能する。
As shown in FIG. 1, a
RAM30は、揮発性のメモリであり、画像表示プログラム18に従って処理が実行される過程で生成される各種データを記憶するための記憶領域である。RAM30に記憶されるデータの例としては、押下判定フラグ、移動中フラグ、が挙げられる。押下判定フラグは、何れかのリスト画像が押下されている場合には「ON」となり、押下されていない場合には「OFF」になる情報である。移動中フラグは、指示座標が移動中である場合には「ON」となり、移動中ではない場合には「OFF」になる情報である。
The
RAM30には、リスト画像テーブルTB1が記憶されている。リスト画像テーブルTB1は、パネル50に表示される複数のリスト画像の各々について、各種の情報を記憶するテーブルである。図6に、本実施形態におけるリスト画像テーブルTB1の一例を示す。リスト画像テーブルTB1は、リスト番号101、リスト文字列103、領域座標104、表示状態フラグ105、リスト押下状態フラグ106、反転表示フラグ107、リスト表示幅108、リスト表示高さ109、実行処理内容110、を記憶する。
The
リスト番号101は、パネル50に表示される複数のリスト画像の各々を識別するための情報である。リスト画像は、各種の処理の実行開始命令を受け付けるための画像である。リスト文字列103は、リスト画像に表示される文字列の内容を示す情報である。領域座標104は、各リスト画像がパネル50上で表示される領域(リスト表示領域)を示す情報である。座標C1は、矩形形状のリスト表示領域の左上隅部を示す座標である。座標C2は、矩形形状のリスト表示領域の右下隅部を示す座標である。表示状態フラグ105は、リスト画像がスクロール領域内に表示されているか否かを示す情報である。表示状態フラグ105は、領域座標104で規定されるリスト表示領域の少なくとも一部が、スクロール領域の表示領域内に存在する場合には「表示中」となり、存在しない場合には「非表示」となる。リスト押下状態フラグ106は、領域座標104で規定されるリスト表示領域内に指示座標が存在している場合には「ON」となり、存在しない場合には「OFF」になる情報である。すなわち、リスト画像がタッチされているか否かを識別するための情報である。反転表示フラグ107は、リスト画像を反転表示する場合には「ON」となり、反転表示しない場合には「OFF」になる情報である。反転表示とは、強調表示の一種であり、文字と背景の色を反転して表示する態様である。リスト表示幅108は、リスト画像のx方向の寸法である。リスト表示高さ109は、リスト画像のy方向の寸法である。実行処理内容110は、リスト画像の各々に対応付けられている処理を示す情報である。リスト画像テーブルTB1に記憶される各種の情報は、予め多機能機10の製造者によって記憶されてもよい。
The
NVRAM40には、タイムアウトテーブルTB2が記憶されている。図5に、本実施形態におけるタイムアウトテーブルTB2の一例を示す。タイムアウトテーブルTB2には、移動速度範囲番号201、移動速度範囲VRおよび第1所定時間TEが記憶されている。移動速度範囲番号201は、移動速度範囲VRの各々を識別するための情報である。移動速度範囲VRは、移動開始速度TV(dot/sec)の範囲を規定する情報である。移動開始速度TVは、指示座標が移動を開始した時点における、指示座標の移動速度である。移動開始速度TVの単位(dot/sec)は、1秒当りに指示座標が移動した、パネル50の画素のドット数である。第1所定時間TE(sec)は、リスト画像のスクロール表示が開始された時点から、反転表示を終了するまでの間の時間である。第1所定時間TEは、移動速度範囲VRの各々に対応して記憶されている。また、移動速度範囲VRが大きくなることに応じて、第1所定時間TEが大きくされている。
The
またNVRAM40には、各種のパラメータが記憶されている。記憶されるパラメータの例としては、移動速度閾値が挙げられる。移動速度閾値は、座標検出部51にフリック操作が入力されたか否かを判断する際に用いられるパラメータである。
The
印刷部54は、印刷を実行する部位である。スキャン部56は、原稿を読み取ってデータ化する部位である。FAX部58は、データ化された原稿を送受信する部位である。ネットワークインターフェイス60は、有線LAN回線4に接続されており、各種のデータを送受信する部位である。
The
<多機能機10の動作>
多機能機10の動作について、図2から図4のフローチャートを用いて説明する。図2から図4のフローは、多機能機10の電源がオンされることにより開始され、電源がオフされるまで実行され続ける。
<Operation of
The operation of the
S102においてCPU14は、スクロール領域を含む画面画像をパネル50に表示する。図8に、パネル50に表示される画面画像の画面表示例を示す。図8の画面表示例は、図6のリスト画像テーブルTB1に基づいた表示例である。図8の画面表示例では、パネル50にスクロール領域SA1が表示されている。図6のリスト画像テーブルTB1では、領域R0に示すように、リスト番号101=「4」〜「8」の表示状態フラグ105が「表示中」に設定されている。よって、図8のスクロール領域SA1には、リスト画像B4〜B8が表示されている。またスクロール領域SA1には、y方向(縦方向)に一列に連なった状態で、リスト画像B4〜B8が表示されている。スクロール領域SA1は、リスト画像B4〜B8が並んでいる縦方向(y方向)に沿った上方向T1、または、下方向T2に、リスト画像をスクロール表示させることができる領域である。
In S <b> 102, the
リスト画像B4は、リスト画像テーブルTB1(図6)のリスト番号101=「4」の欄の情報に基づいて表示されている。以下同様にして、リスト画像B5〜B8の各々は、リスト番号101=「5」〜「8」の各々の欄の情報に基づいて表示されている。リスト画像B4は、印刷部54で用いる用紙タイプ(例:普通紙、光沢紙など)の設定変更を受け付けるための画像である。リスト画像B5は、印刷部54で用いる用紙サイズ(例:A4サイズ、B5サイズなど)の設定変更を受け付けるための画像である。リスト画像B6は、印刷部54で印刷する際のレイアウト(例:2in1など)の設定変更を受け付けるための画像である。リスト画像B7は、印刷部54で実行する印刷処理の品質(例:高品位印刷、通常印刷など)の設定変更を受け付けるための画像である。リスト画像B8は、各種の詳細設定の入力を受け付けるための画像である。なお、その他のリスト画像の説明については省略する。
The list image B4 is displayed based on the information in the column of the
S104においてCPU14は、押下判定フラグを「OFF」にリセットする。またCPU14は、移動中フラグを「OFF」にリセットする。S106においてCPU14は、イベントを取得する。イベント(メッセージとも呼ぶ)は、画像表示プログラム18の実行に際し、何らかのアクション(例:タイマのタイムアウト、座標検出部51への指示座標の入力など)が発生した際に、プログラムに発信される信号である。S108においてCPU14は、取得したイベントが、スクロール領域へのタッチパネル操作イベントであるか否かを判断する。タッチパネル操作イベントである場合(S108:YES)には、S130(図3)へ進む。
In S104, the
S130においてCPU14は、タッチパネル操作イベントのタイプを判断する。タッチパネル操作イベントには、「押下開始」、「指示座標移動」、「離反」、の3種類が存在する。「押下開始」のイベントは、何れかのリスト画像に対する押下操作が開始された場合に取得されるイベントである。例えば、何れかのリスト画像のリスト表示領域内で指示座標の検出が開始されることに応じて、「押下開始」のイベントが取得されてもよい。「指示座標移動」のイベントは、リスト画像がスクロールすることができる方向(上方向T1、下方向T2)への指示座標の移動が検出された場合に取得されるイベントである。「離反」のイベントは、パネル50表面から指示体が離反した場合に取得されるイベントである。例えば、指示座標が検出されていた状態から、指示座標が検出されない状態に移行したことに応じて、「離反」のイベントが取得されてもよい。
In S130, the
タッチパネル操作イベントのタイプが「押下開始」であると判断された場合には(S130:押下開始)、S132へ進む。S132においてCPU14は、特定リスト画像(押下開始時に指示体によって押下されたリスト画像)のリスト押下状態フラグ106(リスト画像テーブルTB1)を、「ON」に設定する。具体的には、検出開始された指示座標(押下開始位置座標)と、リスト画像テーブルTB1の各リスト画像の領域座標104とを比較することによって、リスト表示領域内に押下開始位置座標が存在するリスト画像を検出する。そして、検出したリスト画像のリスト押下状態フラグ106を「ON」に設定する。
When it is determined that the touch panel operation event type is “start pressing” (S130: start pressing), the process proceeds to S132. In S132, the
S134においてCPU14は、RAM30に記憶されている押下判定フラグを「ON」に設定する。S138においてCPU14は、タイムアウトイベントが第2所定時間TSの経過後に発生するように、タイムイベントを発行する。例えば、反転表示開始タイマに、第2所定時間TSのカウントダウンを開始させてもよい。そしてS106(図2)へ戻る。
In S <b> 134, the
一方、S130において、タッチパネル操作イベントのタイプが「指示座標移動」であると判断された場合には(S130:指示座標移動)、S142へ進む。S142においてCPU14は、RAM30に記憶されている移動中フラグが「ON」であるか否かを判断する。移動中フラグが「ON」である場合(S142:YES)にはS152へ進み、「ON」ではない場合(S142:NO)にはS143へ進む。S143においてCPU14は、移動中フラグを「ON」に設定する。S144においてCPU14は、RAM30に記憶されている押下判定フラグを「OFF」に設定する。
On the other hand, if it is determined in S130 that the touch panel operation event type is “instruction coordinate movement” (S130: instruction coordinate movement), the process proceeds to S142. In S <b> 142, the
S146においてCPU14は、指示座標の移動開始速度TVを算出する。移動開始速度TVの算出方法の一例を説明する。CPU14は、座標検出部51を用いて、所定の検出周期(例:数十ミリセカンドごと)に指示座標を検出している。指示座標の移動開始速度TVは、指示体が移動を開始した直後に検出された指示座標と指示体の移動開始前に検出された指示座標との間の距離と、検出周期とに基づいて算出することができる。S148においてCPU14は、タイムアウトテーブルTB2(図5)を参照し、移動開始速度TVに対応した第1所定時間TEを取得する。
In S146, the
S149においてCPU14は、フェードアウト表示のイベントを発行する。フェードアウト表示のイベントは、リスト画像を、反転表示から通常表示へ除々に戻すように表示させるイベントである。S150において、CPU14は、タイムアウトイベントが第1所定時間TEの経過後に発生するようにタイムイベントを発行する。例えば、反転表示終了タイマに、第1所定時間TEのカウントダウンを開始させてもよい。
In S149, the
S152においてCPU14は、指示座標の移動量に応じて、表示状態フラグ105を変更する。そしてスクロール領域の画像を再描画する。これにより、指示座標の移動に追従するように、リスト画像のスクロール表示が行われる。
In S152, the
S154においてCPU14は、特定リスト画像(押下されているリスト画像)がスクロール領域からフレームアウトしたか否かを判断する。フレームアウトとは、スクロール領域内に当初表示されていたリスト画像が、スクロール領域の外側へ移動していくことにより、スクロール領域内に表示されなくなる表示処理である。当該判断は、リスト画像テーブルTB1において、特定リスト画像(リスト押下状態フラグ106=「ON」に対応しているリスト画像)のリスト表示領域の少なくとも一部が、スクロール領域の表示領域内に存在するか否かによって行うことができる。フレームアウトしていない場合(S154:NO)にはS106へ戻り、フレームアウトした場合(S154:YES)にはS156へ進む。S156においてCPU14は、リスト画像テーブルTB1において、特定リスト画像(リスト押下状態フラグ106が「ON」にされているリスト画像)の反転表示フラグ107を、「OFF」に設定する。そしてS106へ戻る。
In S154, the
一方、S130において、タッチパネル操作イベントのタイプが「離反」であると判断された場合には(S130:離反)、S162(図4)へ進む。S162においてCPU14は、RAM30に記憶されている押下判定フラグが「ON」に設定されているか否かを判断する。押下判定フラグが「ON」である場合(S162:YES)には、特定リスト画像を押下していた指示体が、パネル50表面から離反した場合であると判断される。すなわち、特定リスト画像の押下が終了したと判断される。よってS164へ進む。S164においてCPU14は、特定リスト画像(リスト押下状態フラグ106が「ON」されているリスト画像)の反転表示フラグ107を、「OFF」に設定する。S166においてCPU14は、スクロール領域の画像を再描画する。これにより、特定リスト画像が通常表示に戻される。S168においてCPU14は、特定リスト画像(リスト押下状態フラグ106=「ON」に対応するリスト画像)の実行処理内容110を実行する。そしてフローを終了する。
On the other hand, when it is determined in S130 that the touch panel operation event type is “separation” (S130: separation), the process proceeds to S162 (FIG. 4). In S162, the
一方、S162において、押下判定フラグが「ON」ではない場合(S162:NO)には、S172へ進む。S172において、CPU14は、フリック操作が入力されたか否かを判断する。例えば、指示体がパネル50の表面から離れた時点における指示座標の移動速度を算出し、算出された移動速度がNVRAM40に記憶されている移動速度閾値よりも大きい場合には、フリック操作が入力されたと判断してもよい。
On the other hand, if the press determination flag is not “ON” in S162 (S162: NO), the process proceeds to S172. In S172, the
S174においてCPU14は、フリック操作に応じた継続スクロール表示を実行する。継続スクロール表示は、例えば、指示体がパネル50の表面から離れた時点における移動速度に応じたスクロール速度で、スクロール表示を継続して実行することで実現されてもよい。この場合、算出された移動速度を速度減衰関数を用いて時間経過とともに減速させていくことで、時間とともにスクロール速度が低下していくような継続スクロール表示を実行してもよい。
In S174, the
一方、S108(図2)において、取得したイベントがタッチパネル操作イベントではないと判断される場合(S108:NO)には、S112へ進む。S112においてCPU14は、第2所定時間TSが経過した旨のタイムアウトイベントが発生したか否かを判断する。タイムアウトイベントが発生していない場合(S112:NO)にはS118へ進む。一方、タイムアウトイベントが発生した場合(S112:YES)には、特定リスト画像が押下開始された時点から第2所定時間TSが経過したと判断される。よってS114へ進む。
On the other hand, if it is determined in S108 (FIG. 2) that the acquired event is not a touch panel operation event (S108: NO), the process proceeds to S112. In S112, the
S114においてCPU14は、特定リスト画像(リスト押下状態フラグ106=「ON」に対応するリスト画像)の反転表示フラグ107を、「ON」に設定する。S116においてCPU14は、スクロール領域の画像を再描画する。これにより、特定リスト画像が反転表示される。そしてS118へ進む。
In S114, the
S118においてCPU14は、フェードアウト表示のイベント(S149)が発行されているか否かを判断する。フェードアウト表示のイベントが発行されている場合(S118:YES)には、S119へ進む。S119においてCPU14は、特定リスト画像が、反転表示から通常表示へ所定の割合(例:3%)で移行するように、スクロール領域の画像を再描画する。S119の再描画処理が所定の周期で繰り返されるたびに、所定の割合で反転表示から通常表示へ切り替わるため、時間経過とともに除々に反転表示から通常表示へ移行する(反転表示がフェードアウトする)ような視覚効果を得ることができる。
In S118, the
S120においてCPU14は、第1所定時間TEが経過した旨のタイムアウトイベントが発生したか否かを判断する。タイムアウトイベントが発生した場合(S120:YES)には、スクロール表示の実行が開始された時点から第1所定時間TEが経過したと判断される。よってS122へ進む。S122において、CPU14は、特定リスト画像(リスト押下状態フラグ106=「ON」に対応するリスト画像)の反転表示フラグ107を、「OFF」に設定する。S124においてCPU14は、スクロール領域の画像を再描画する。これにより、特定リスト画像が通常表示に戻される。
In S120, the
一方、S120において、第1所定時間TEが経過した旨のタイムアウトイベントが発生していない場合(S120:NO)には、S128へ進む。S128においてCPU14は、その他の処理が存在する場合には、当該処理を実行する。その他の処理は、一般的な処理であるため、内容については説明を省略する。そしてS106へ戻る。
On the other hand, if a time-out event indicating that the first predetermined time TE has not occurred in S120 (S120: NO), the process proceeds to S128. In S128, the
<動作例>
多機能機10の動作例を、図7〜図11を用いて説明する。例として、ユーザがリスト画像B5を押下し、その後リスト画像B5をパネル50の下方向T2にドラッグする場合を説明する。また、ドラッグ操作開始時の移動開始速度TVが、250(dot/sec)である場合を説明する。
<Operation example>
An operation example of the
CPU14は、画面画像(図8)をパネル50に表示する(S102)。ユーザがリスト画像B5を押下すると(S130:押下開始)、特定リスト画像(リスト画像B5)のリスト押下状態フラグ106を「ON」に設定する(S132)(図7、領域R1)。また、第2所定時間TSのカウントダウンが開始される(S138)。
The
ユーザがリスト画像B5を押下したまま第2所定時間TSが経過すると(S112:YES)、特定リスト画像(リスト画像B5)の反転表示フラグ107が「ON」に設定される(S114)(図7、領域R2)。そして図9に示すように、特定リスト画像(リスト画像B5)が反転表示される(S116)。
When the second predetermined time TS elapses while the user presses down the list image B5 (S112: YES), the
その後、ユーザがリスト画像B5を押下したままパネル50の下方向T2に指先を移動させると(S130:指示座標移動)、指示座標の移動が開始されたため(S142:NO)、指示座標の移動開始速度TVが算出される(S146)。タイムアウトテーブルTB2(図5)が参照され、移動開始速度TV=250(dot/sec)に対応した移動速度範囲番号201=「2」の第1所定時間TE(1.0sec)が取得される(S148)。また、フェードアウト表示のイベントが発行され(S149)、第1所定時間TEのカウントダウンが開始される(S150)。
Thereafter, when the user moves the fingertip in the downward direction T2 of the
指示座標の移動量に応じて、リスト画像テーブルTB1の表示状態フラグ105が変更される。本実施形態の説明例では、図7の領域R3に示すように、リスト番号101=「7」および「8」の表示状態フラグ105が「非表示」に変更される。また、図7の領域R4に示すように、リスト番号101=「2」および「3」の表示状態フラグ105が「表示中」に変更される(S152)。これにより、図10の表示例に示すように、下方向T2のスクロール表示が実行される。スクロール表示により、リスト画像B7およびB8がスクロール領域SA1の下側からフレームアウトする。また同時に、リスト画像B2およびB3(リスト画像テーブルTB1のリスト番号101=「2」および「3」に対応するリスト画像)がスクロール領域SA1の上側からフレームインする。フレームインとは、スクロール領域SA1内に当初表示されていなかったリスト画像が、スクロール領域SA1の中へ移動してくることにより、パネル50に表示される処理である。
The
スクロール表示の実行が開始されると、フェードアウト表示のイベントが発行されているため(S118:YES)、時間経過とともに除々に反転表示から通常表示へ移行する(S119)。そして、スクロール表示の実行が開始された時点から第1所定時間TEが経過すると(S120:YES)、特定リスト画像(リスト画像B5)の反転表示フラグ107が、「ON」(図7、領域R2)から「OFF」に変更される(S122)。そして図11に示すように、特定リスト画像(リスト画像B5)が通常表示に戻される。(S124)。
When the execution of scroll display is started, an event of fade-out display is issued (S118: YES), so that the display gradually changes from reverse display to normal display as time passes (S119). Then, when the first predetermined time TE has elapsed from the start of the execution of scroll display (S120: YES), the
<効果>
本実施例に係る多機能機10の効果を説明する。本明細書に記載の多機能機10では、スクロール表示の実行が開始された時点(S150)から第1所定時間TEが経過したことに応じて(S120:YES)、特定リスト画像の反転表示を終了することができる。これにより、スクロール表示の実行が開始された時点で特定リスト画像の反転表示が終了される場合に比して、特定リスト画像が反転表示されている期間を長くすることが可能となる。よって、押下されたリスト画像がちらついてしまう(ごく短い時間、反転表示してしまう)ような視覚効果を緩和することができるため、ユーザに視覚的不快感を与えてしまう事態を防止することが可能となる。
<Effect>
The effect of the
本明細書に記載の多機能機10では、指示座標の移動開始速度TVが大きくなることに応じて、第1所定時間TEが大きく設定される(S148、タイムアウトテーブルTB2)。すなわち、移動開始速度TVが大きくなるほど、特定リスト画像が反転表示されている期間を長くすることが可能となる。移動開始速度TVが大きくなるほど、スクロール速度が速くなりリスト画像の選択が困難になるため、特定リスト画像が反転表示されている期間を長くしても、特定リスト画像が選択されている状態であるとユーザに誤認を与える恐れを小さくすることができる。そして、特定リスト画像が反転表示されている期間を長くすることにより、押下されたリスト画像がちらついてしまうような視覚効果を緩和することが可能となる。
In the
反転表示されている状態で特定リスト画像がスクロール領域からフレームアウトしてパネル50に表示されなくなった場合には(S154:YES)、特定リスト画像の反転表示を終了させることができる(S156)。これにより、反転表示されていない状態で、特定リスト画像をスクロール領域に再度フレームインさせることができる。これにより、フレームアウトすることによって特定リスト画像の反転表示を終了することができるため、リスト画像がちらつくような視覚効果をユーザに与えてしまう事態を防止できる。
When the specific list image is out of the scroll area and is no longer displayed on the
特定リスト画像が押下開始された時点から第2所定時間TSが経過したことに応じて(S112:YES)、特定リスト画像を反転表示させることができる。よって、特定リスト画像が押下開始された時点から第2所定時間TSが経過する前にスクロール表示の実行が開始された場合には、特定リスト画像が反転表示されることがない。これにより、リスト画像がちらつくような視覚効果をユーザに与えてしまう事態を防止できる。 In response to the elapse of the second predetermined time TS from when the specific list image is started to be pressed (S112: YES), the specific list image can be displayed in reverse. Therefore, when the execution of scroll display is started before the second predetermined time TS has elapsed since the start of pressing the specific list image, the specific list image is not highlighted. As a result, it is possible to prevent the user from having a visual effect that causes the list image to flicker.
また、本明細書または図面に説明した技術要素は、単独であるいは各種の組合せによって技術的有用性を発揮するものであり、出願時請求項記載の組合せに限定されるものではない。また、本明細書または図面に例示した技術は複数目的を同時に達成するものであり、そのうちの一つの目的を達成すること自体で技術的有用性を持つものである。以下に変形例を示す。 The technical elements described in this specification or the drawings exhibit technical usefulness alone or in various combinations, and are not limited to the combinations described in the claims at the time of filing. In addition, the technology illustrated in the present specification or the drawings achieves a plurality of objects at the same time, and has technical utility by achieving one of the objects. A modification is shown below.
<変形例> <Modification>
S124において、特定リスト画像の反転表示を終了する態様は、様々な態様であってもよく、例えばフェードアウトの態様で終了してもよい。この場合、S124では、反転表示から通常表示へ所定の割合(例:3%)で移行するように、スクロール領域の画像を再描画すればよい。これにより、S124の再描画処理が所定の周期で繰り返されるたびに、所定の割合で反転表示から通常表示へ切り替わるため、時間経過とともに除々に反転表示から通常表示へ移行するような視覚効果を得ることができる。よって、特定リスト画像がちらついてしまうような視覚効果を緩和することが可能となる。 In S124, various modes may be used for ending the reverse display of the specific list image. For example, the specific list image may be ended in a fade-out mode. In this case, in S124, the image in the scroll area may be redrawn so as to shift from the reverse display to the normal display at a predetermined rate (eg, 3%). Thereby, every time the redrawing process of S124 is repeated at a predetermined cycle, the display is switched from the reverse display to the normal display at a predetermined rate, so that a visual effect is obtained in which the display gradually changes from the reverse display to the normal display over time. be able to. Therefore, it is possible to alleviate a visual effect that causes the specific list image to flicker.
特定リスト画像が表示されている時間は、移動開始速度TVに応じて変化するとしたが(S148)、この形態に限られない。例えば、特定リスト画像の表示面積に応じて変更してもよい。この場合、例えば、図12に示すタイムアウトテーブルTB2aがNVRAM40に記憶されているとしてもよい。タイムアウトテーブルTB2aには、表示面積範囲番号301、表示面積範囲ARおよび第3所定時間TEaが記憶されている。表示面積範囲番号301は、表示面積範囲ARの各々を識別するための情報である。表示面積範囲ARは、リスト画像の表示面積(dot)の範囲を規定する情報である。リスト画像の表示面積の単位(dot)は、パネル50の画素のドット数である。リスト画像の表示面積は、リスト表示幅108にリスト表示高さ109を乗じることによって算出することができる。第3所定時間TEa(sec)は、リスト画像のスクロール表示が開始された時点から、反転表示を終了するまでの間の時間である。第3所定時間TEaは、表示面積範囲ARの各々に対応して記憶されている。また、表示面積範囲ARが大きくなることに応じて、第3所定時間TEaが大きくされている。
Although the time during which the specific list image is displayed changes according to the movement start speed TV (S148), it is not limited to this form. For example, you may change according to the display area of a specific list image. In this case, for example, the timeout table TB2a shown in FIG. 12 may be stored in the
当該変形例では、S148においてCPU14は、タイムアウトテーブルTB2aを参照し、表示面積範囲ARに対応した第3所定時間TEaを取得する。これにより、スクロール表示の実行が開始された時点(S150)から第3所定時間TEaが経過したことに応じて(S120:YES)、特定リスト画像の反転表示を終了することができる。特定リスト画像の表示面積が大きくなるほど、リスト画像がちらついてしまうような視覚効果が大きくなる傾向がある。しかし当該変形例によれば、特定リスト画像の表示面積が大きくなることに応じて特定リスト画像が強調表示される期間を長くすることができるため、特定リスト画像がちらついてしまうような視覚効果を緩和することが可能となる。
In the modified example, in S148, the
本実施形態では、リスト画像が並んでいる方向や、リスト画像をスクロール表示させることができる方向が、y方向(縦方向)である場合を説明したが、この形態に限られない。x方向(横方向)にリスト画像を並べて表示することや、x方向にリスト画像をスクロール表示させることも可能である。 In this embodiment, the case where the direction in which the list images are arranged and the direction in which the list images can be scroll-displayed is the y direction (vertical direction), but is not limited to this form. It is also possible to display the list images side by side in the x direction (horizontal direction) or scroll the list images in the x direction.
スクロール領域内に表示されるリスト画像の数は、本実施形態の例に限られない。3つ以下または5つ以上であっても、本願の技術の効果を得ることが可能である。また、タイムアウトテーブルTB2やTB2aにおける移動速度範囲VR、第1所定時間TE、表示面積範囲AR、第3所定時間TEaの値は一例であり、他の値を用いることも可能である。 The number of list images displayed in the scroll area is not limited to the example of this embodiment. Even if there are three or less or five or more, it is possible to obtain the effect of the technique of the present application. Further, the values of the moving speed range VR, the first predetermined time TE, the display area range AR, and the third predetermined time TEa in the timeout tables TB2 and TB2a are examples, and other values can be used.
本願の技術の特徴は、パネル50の表示形態に関する点にある。よって、本願の技術の適用範囲は多機能機10に限定されず、表示画面を有する各種の装置(携帯電話、ノートPCなど)に適用可能である。
A feature of the technology of the present application is that it relates to a display form of the
なお、ROM16やNVRAM40に記憶されている各種の情報は、外部記憶装置に記憶されるとしてもよい。そして外部記憶装置から各種の情報が読み出され、RAM30に一旦記憶された上で、各種の処理が行なわれるとしてもよい。外部記憶装置の例としては、メモリーカードや外付のハードディスクなどが挙げられる。
Various types of information stored in the
なお、パネル50は表示手段の一例である。座標検出部51は座標検出手段の一例である。多機能機10は画像表示装置の一例である。画像表示プログラム18はプログラムの一例である。CPU14はコンピュータの一例である。S102を実行するCPU14はオブジェクト表示制御手段の一例である。上方向は第1方向の一例である。下方向は第2方向の一例である。S152を実行するCPU14はスクロール表示制御手段の一例である。S168を実行するCPU14は処理実行手段の一例である。リスト画像はオブジェクト画像の一例である。特定リスト画像は特定オブジェクト画像の一例である。反転表示は強調表示の一例である。
The
10:多機能機、14:CPU、18:画像表示プログラム、50:パネル、51:座標検出部、B2〜B8:リスト画像、TE:第1所定時間、 TS:第2所定時間 10: Multi-function device, 14: CPU, 18: Image display program, 50: Panel, 51: Coordinate detection unit, B2 to B8: List image, TE: First predetermined time, TS: Second predetermined time
Claims (14)
前記コンピュータを、
前記表示手段の表示領域内にスクロール領域を定め、各種の処理の実行開始命令を受け付けるための複数のオブジェクト画像を前記スクロール領域内に一列に連なった状態で前記表示手段に表示させるオブジェクト表示制御手段と、
前記オブジェクト画像の列に沿った第1方向、または、前記第1方向と反対方向であって前記オブジェクト画像の列に沿った第2方向に前記オブジェクト画像をスクロール表示させるスクロール表示制御手段と、
前記座標検出手段によって検出されていた指示座標が検出されなくなった座標が前記オブジェクト画像に対応する座標である場合に、当該指示座標が対応するオブジェクト画像に割り当てられている処理を実行する処理実行手段と、
して機能させ、
前記オブジェクト表示制御手段は、前記座標検出手段によって指示座標の検出が開始された座標である初期指示座標が、複数の前記オブジェクト画像の何れか1つのオブジェクト画像である特定オブジェクト画像に対応する座標である場合に、当該特定オブジェクト画像を強調表示し、
前記スクロール表示制御手段は、前記オブジェクト表示制御手段によって前記特定オブジェクト画像が強調表示された後に、前記指示座標の前記第1方向または前記第2方向に対応する方向への移動開始が前記座標検出手段によって検出された場合には、前記指示座標の前記第1方向または前記第2方向への移動に応じて前記スクロール表示の実行を開始し、
前記オブジェクト表示制御手段は、前記スクロール表示制御手段によって前記スクロール表示の実行が開始された時点から、前記初期指示座標から指示座標が移動を開始したときの速度である移動開始速度に基づいて設定される第1所定時間が経過したことに応じて、前記特定オブジェクト画像の強調表示を終了することを特徴とするプログラム。 A program readable by an image display device, comprising: display means for displaying an image; and coordinate detection means for detecting indicated coordinates that are coordinates indicating a position where the indicator is in contact with the display area of the display means. ,
The computer,
Object display control means for defining a scroll area in the display area of the display means, and causing the display means to display a plurality of object images for receiving various processing execution start instructions in a row in the scroll area. When,
Scroll display control means for scroll-displaying the object image in a first direction along the row of the object image, or in a second direction along the row of the object image that is opposite to the first direction;
Processing execution means for executing processing in which the designated coordinates are assigned to the corresponding object image when the coordinates at which the designated coordinates detected by the coordinate detecting means are no longer detected are the coordinates corresponding to the object image. When,
To function,
In the object display control means, initial designated coordinates, which are coordinates where detection of designated coordinates is started by the coordinate detecting means, are coordinates corresponding to a specific object image which is any one of the plurality of object images. If there is, highlight the specific object image,
The scroll display control means is configured to start the movement of the designated coordinates in the direction corresponding to the first direction or the second direction after the specific object image is highlighted by the object display control means. In the case where the detected coordinate is detected, the scroll display is started in response to the movement of the designated coordinate in the first direction or the second direction,
The object display control means is set based on a movement start speed that is a speed at which the indicated coordinates start moving from the initial indicated coordinates from the time when the scroll display execution is started by the scroll display control means. The highlighting of the specific object image is terminated when the first predetermined time elapses.
前記コンピュータを、
前記表示手段の表示領域内にスクロール領域を定め、各種の処理の実行開始命令を受け付けるための複数のオブジェクト画像を前記スクロール領域内に一列に連なった状態で前記表示手段に表示させるオブジェクト表示制御手段と、
前記オブジェクト画像の列に沿った第1方向、または、前記第1方向と反対方向であって前記オブジェクト画像の列に沿った第2方向に前記オブジェクト画像をスクロール表示させるスクロール表示制御手段と、
前記座標検出手段によって検出されていた指示座標が検出されなくなった座標が前記オブジェクト画像に対応する座標である場合に、当該指示座標が対応するオブジェクト画像に割り当てられている処理を実行する処理実行手段と、
して機能させ、
前記オブジェクト表示制御手段は、前記座標検出手段によって指示座標の検出が開始された座標である初期指示座標が、複数の前記オブジェクト画像の何れか1つのオブジェクト画像である特定オブジェクト画像に対応する座標である場合に、当該特定オブジェクト画像を強調表示し、
前記スクロール表示制御手段は、前記オブジェクト表示制御手段によって前記特定オブジェクト画像が強調表示された後に、前記指示座標の前記第1方向または前記第2方向に対応する方向への移動開始が前記座標検出手段によって検出された場合には、前記指示座標の前記第1方向または前記第2方向への移動に応じて前記スクロール表示の実行を開始し、
前記オブジェクト表示制御手段は、前記スクロール表示制御手段によって前記スクロール表示の実行が開始された時点から、前記特定オブジェクト画像の表示面積に基づいて設定される第3所定時間が経過したことに応じて、前記特定オブジェクト画像の強調表示を終了することを特徴とするプログラム。 A program readable by an image display device, comprising: display means for displaying an image; and coordinate detection means for detecting indicated coordinates that are coordinates indicating a position where the indicator is in contact with the display area of the display means. ,
The computer,
Object display control means for defining a scroll area in the display area of the display means, and causing the display means to display a plurality of object images for receiving various processing execution start instructions in a row in the scroll area. When,
Scroll display control means for scroll-displaying the object image in a first direction along the row of the object image, or in a second direction along the row of the object image that is opposite to the first direction;
Processing execution means for executing processing in which the designated coordinates are assigned to the corresponding object image when the coordinates at which the designated coordinates detected by the coordinate detecting means are no longer detected are the coordinates corresponding to the object image. When,
To function,
In the object display control means, initial designated coordinates, which are coordinates where detection of designated coordinates is started by the coordinate detecting means, are coordinates corresponding to a specific object image which is any one of the plurality of object images. If there is, highlight the specific object image,
The scroll display control means is configured to start the movement of the designated coordinates in the direction corresponding to the first direction or the second direction after the specific object image is highlighted by the object display control means. In the case where the detected coordinate is detected, the scroll display is started in response to the movement of the designated coordinate in the first direction or the second direction,
The object display control means, in response to the elapse of a third predetermined time set based on the display area of the specific object image from the time when execution of the scroll display is started by the scroll display control means, A program for ending highlighting of the specific object image.
前記表示手段の表示領域内へ指示体が接触した位置を示す座標である指示座標を検出する座標検出手段と、
前記表示手段の表示領域内にスクロール領域を定め、各種の処理の実行開始命令を受け付けるための複数のオブジェクト画像を前記スクロール領域内に一列に連なった状態で前記表示手段に表示させるオブジェクト表示制御手段と、
前記オブジェクト画像の列に沿った第1方向、または、前記第1方向と反対方向であって前記オブジェクト画像の列に沿った第2方向に前記オブジェクト画像をスクロール表示させるスクロール表示制御手段と、
前記座標検出手段によって検出されていた指示座標が検出されなくなった座標が前記オブジェクト画像に対応する座標である場合に、当該指示座標が対応するオブジェクト画像に割り当てられている処理を実行する処理実行手段と、
を備え、
前記オブジェクト表示制御手段は、前記座標検出手段によって指示座標の検出が開始された座標である初期指示座標が、複数の前記オブジェクト画像の何れか1つのオブジェクト画像である特定オブジェクト画像に対応する座標である場合に、当該特定オブジェクト画像を強調表示し、
前記スクロール表示制御手段は、前記オブジェクト表示制御手段によって前記特定オブジェクト画像が強調表示された後に、前記指示座標の前記第1方向または前記第2方向に対応する方向への移動開始が前記座標検出手段によって検出された場合には、前記指示座標の前記第1方向または前記第2方向への移動に応じて前記スクロール表示の実行を開始し、
前記オブジェクト表示制御手段は、前記スクロール表示制御手段によって前記スクロール表示の実行が開始された時点から、前記初期指示座標から指示座標が移動を開始したときの速度である移動開始速度に基づいて設定される第1所定時間が経過したことに応じて、前記特定オブジェクト画像の強調表示を終了することを特徴とする画像表示装置。 Display means for displaying an image;
Coordinate detection means for detecting indicated coordinates, which are coordinates indicating a position where the indicator contacts the display area of the display means;
Object display control means for defining a scroll area in the display area of the display means, and causing the display means to display a plurality of object images for receiving various processing execution start instructions in a row in the scroll area. When,
Scroll display control means for scroll-displaying the object image in a first direction along the row of the object image, or in a second direction along the row of the object image that is opposite to the first direction;
Processing execution means for executing processing in which the designated coordinates are assigned to the corresponding object image when the coordinates at which the designated coordinates detected by the coordinate detecting means are no longer detected are the coordinates corresponding to the object image. When,
With
In the object display control means, initial designated coordinates, which are coordinates where detection of designated coordinates is started by the coordinate detecting means, are coordinates corresponding to a specific object image which is any one of the plurality of object images. If there is, highlight the specific object image,
The scroll display control means is configured to start the movement of the designated coordinates in the direction corresponding to the first direction or the second direction after the specific object image is highlighted by the object display control means. In the case where the detected coordinate is detected, the scroll display is started in response to the movement of the designated coordinate in the first direction or the second direction,
The object display control means is set based on a movement start speed that is a speed at which the indicated coordinates start moving from the initial indicated coordinates from the time when the scroll display execution is started by the scroll display control means. An image display device that ends highlighting of the specific object image in response to the elapse of a first predetermined time.
前記表示手段の表示領域内にスクロール領域を定め、各種の処理の実行開始命令を受け付けるための複数のオブジェクト画像を前記スクロール領域内に一列に連なった状態で前記表示手段に表示させるオブジェクト表示制御ステップと、
前記オブジェクト画像の列に沿った第1方向、または、前記第1方向と反対方向であって前記オブジェクト画像の列に沿った第2方向に前記オブジェクト画像をスクロール表示させるスクロール表示制御ステップと、
前記座標検出手段によって検出されていた指示座標が検出されなくなった座標が前記オブジェクト画像に対応する座標である場合に、当該指示座標が対応するオブジェクト画像に割り当てられている処理を実行する処理実行ステップと、
を備え、
前記オブジェクト表示制御ステップは、前記座標検出手段によって指示座標の検出が開始された座標である初期指示座標が、複数の前記オブジェクト画像の何れか1つのオブジェクト画像である特定オブジェクト画像に対応する座標である場合に、当該特定オブジェクト画像を強調表示し、
前記スクロール表示制御ステップは、前記オブジェクト表示制御ステップによって前記特定オブジェクト画像が強調表示された後に、前記指示座標の前記第1方向または前記第2方向に対応する方向への移動開始が前記座標検出手段によって検出された場合には、前記指示座標の前記第1方向または前記第2方向への移動に応じて前記スクロール表示の実行を開始し、
前記オブジェクト表示制御ステップは、前記スクロール表示制御ステップによって前記スクロール表示の実行が開始された時点から、前記初期指示座標から指示座標が移動を開始したときの速度である移動開始速度に基づいて設定される第1所定時間が経過したことに応じて、前記特定オブジェクト画像の強調表示を終了することを特徴とする画像表示装置の制御方法。 A control method for an image display device, comprising: display means for displaying an image; and coordinate detection means for detecting indicated coordinates which are coordinates indicating a position where the indicator contacts the display area of the display means,
An object display control step of defining a scroll area in the display area of the display means and displaying on the display means a plurality of object images for receiving various processing execution start instructions in a row in the scroll area. When,
A scroll display control step of scroll-displaying the object image in a first direction along the row of object images, or in a second direction along the row of object images in a direction opposite to the first direction;
A process execution step of executing a process in which the designated coordinates are assigned to the corresponding object image when the coordinates where the designated coordinates detected by the coordinate detecting unit are no longer detected are the coordinates corresponding to the object image. When,
With
In the object display control step, initial designated coordinates, which are coordinates where detection of designated coordinates is started by the coordinate detecting means, are coordinates corresponding to a specific object image which is one object image of the plurality of object images. If there is, highlight the specific object image,
In the scroll display control step, after the specific object image is highlighted by the object display control step, the start of movement of the designated coordinates in the direction corresponding to the first direction or the second direction is the coordinate detection unit. In the case where the detected coordinate is detected, the scroll display is started in response to the movement of the designated coordinate in the first direction or the second direction,
The object display control step is set based on a movement start speed that is a speed when the designated coordinates start moving from the initial designated coordinates from the time when execution of the scroll display is started by the scroll display control step. A control method for an image display device, wherein the highlighting of the specific object image is terminated when the first predetermined time elapses.
前記表示手段の表示領域内へ指示体が接触した位置を示す座標である指示座標を検出する座標検出手段と、
前記表示手段の表示領域内にスクロール領域を定め、各種の処理の実行開始命令を受け付けるための複数のオブジェクト画像を前記スクロール領域内に一列に連なった状態で前記表示手段に表示させるオブジェクト表示制御手段と、
前記オブジェクト画像の列に沿った第1方向、または、前記第1方向と反対方向であって前記オブジェクト画像の列に沿った第2方向に前記オブジェクト画像をスクロール表示させるスクロール表示制御手段と、
前記座標検出手段によって検出されていた指示座標が検出されなくなった座標が前記オブジェクト画像に対応する座標である場合に、当該指示座標が対応するオブジェクト画像に割り当てられている処理を実行する処理実行手段と、
を備え、
前記オブジェクト表示制御手段は、前記座標検出手段によって指示座標の検出が開始された座標である初期指示座標が、複数の前記オブジェクト画像の何れか1つのオブジェクト画像である特定オブジェクト画像に対応する座標である場合に、当該特定オブジェクト画像を強調表示し、
前記スクロール表示制御手段は、前記オブジェクト表示制御手段によって前記特定オブジェクト画像が強調表示された後に、前記指示座標の前記第1方向または前記第2方向に対応する方向への移動開始が前記座標検出手段によって検出された場合には、前記指示座標の前記第1方向または前記第2方向への移動に応じて前記スクロール表示の実行を開始し、
前記オブジェクト表示制御手段は、前記スクロール表示制御手段によって前記スクロール表示の実行が開始された時点から、前記特定オブジェクト画像の表示面積に基づいて設定される第3所定時間が経過したことに応じて、前記特定オブジェクト画像の強調表示を終了することを特徴とする画像表示装置。 Display means for displaying an image;
Coordinate detection means for detecting indicated coordinates, which are coordinates indicating a position where the indicator contacts the display area of the display means;
Object display control means for defining a scroll area in the display area of the display means, and causing the display means to display a plurality of object images for receiving various processing execution start instructions in a row in the scroll area. When,
Scroll display control means for scroll-displaying the object image in a first direction along the row of the object image, or in a second direction along the row of the object image that is opposite to the first direction;
Processing execution means for executing processing in which the designated coordinates are assigned to the corresponding object image when the coordinates at which the designated coordinates detected by the coordinate detecting means are no longer detected are the coordinates corresponding to the object image. When,
With
In the object display control means, initial designated coordinates, which are coordinates where detection of designated coordinates is started by the coordinate detecting means, are coordinates corresponding to a specific object image which is any one of the plurality of object images. If there is, highlight the specific object image,
The scroll display control means is configured to start the movement of the designated coordinates in the direction corresponding to the first direction or the second direction after the specific object image is highlighted by the object display control means. In the case where the detected coordinate is detected, the scroll display is started in response to the movement of the designated coordinate in the first direction or the second direction,
The object display control means, in response to the elapse of a third predetermined time set based on the display area of the specific object image from the time when execution of the scroll display is started by the scroll display control means, An image display device, wherein the highlighting of the specific object image is terminated.
前記表示手段の表示領域内にスクロール領域を定め、各種の処理の実行開始命令を受け付けるための複数のオブジェクト画像を前記スクロール領域内に一列に連なった状態で前記表示手段に表示させるオブジェクト表示制御ステップと、
前記オブジェクト画像の列に沿った第1方向、または、前記第1方向と反対方向であって前記オブジェクト画像の列に沿った第2方向に前記オブジェクト画像をスクロール表示させるスクロール表示制御ステップと、
前記座標検出手段によって検出されていた指示座標が検出されなくなった座標が前記オブジェクト画像に対応する座標である場合に、当該指示座標が対応するオブジェクト画像に割り当てられている処理を実行する処理実行ステップと、
を備え、
前記オブジェクト表示制御ステップは、前記座標検出手段によって指示座標の検出が開始された座標である初期指示座標が、複数の前記オブジェクト画像の何れか1つのオブジェクト画像である特定オブジェクト画像に対応する座標である場合に、当該特定オブジェクト画像を強調表示し、
前記スクロール表示制御ステップは、前記オブジェクト表示制御ステップによって前記特定オブジェクト画像が強調表示された後に、前記指示座標の前記第1方向または前記第2方向に対応する方向への移動開始が前記座標検出手段によって検出された場合には、前記指示座標の前記第1方向または前記第2方向への移動に応じて前記スクロール表示の実行を開始し、
前記オブジェクト表示制御ステップは、前記スクロール表示制御ステップによって前記スクロール表示の実行が開始された時点から、前記特定オブジェクト画像の表示面積に基づいて設定される第3所定時間が経過したことに応じて、前記特定オブジェクト画像の強調表示を終了することを特徴とする画像表示装置の制御方法。 A control method for an image display device, comprising: display means for displaying an image; and coordinate detection means for detecting indicated coordinates which are coordinates indicating a position where the indicator contacts the display area of the display means,
An object display control step of defining a scroll area in the display area of the display means and displaying on the display means a plurality of object images for receiving various processing execution start instructions in a row in the scroll area. When,
A scroll display control step of scroll-displaying the object image in a first direction along the row of object images, or in a second direction along the row of object images in a direction opposite to the first direction;
A process execution step of executing a process in which the designated coordinates are assigned to the corresponding object image when the coordinates where the designated coordinates detected by the coordinate detecting unit are no longer detected are the coordinates corresponding to the object image. When,
With
In the object display control step, initial designated coordinates, which are coordinates where detection of designated coordinates is started by the coordinate detecting means, are coordinates corresponding to a specific object image which is one object image of the plurality of object images. If there is, highlight the specific object image,
In the scroll display control step, after the specific object image is highlighted by the object display control step, the start of movement of the designated coordinates in the direction corresponding to the first direction or the second direction is the coordinate detection unit. In the case where the detected coordinate is detected, the scroll display is started in response to the movement of the designated coordinate in the first direction or the second direction,
In the object display control step, the third predetermined time set based on the display area of the specific object image has elapsed since the execution of the scroll display was started by the scroll display control step. A control method for an image display device, wherein the highlighting of the specific object image is terminated.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012065113A JP2013196573A (en) | 2012-03-22 | 2012-03-22 | Program for image display device, image display device and control method of image display device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012065113A JP2013196573A (en) | 2012-03-22 | 2012-03-22 | Program for image display device, image display device and control method of image display device |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2013196573A true JP2013196573A (en) | 2013-09-30 |
Family
ID=49395383
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012065113A Pending JP2013196573A (en) | 2012-03-22 | 2012-03-22 | Program for image display device, image display device and control method of image display device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2013196573A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2017182072A (en) * | 2014-12-05 | 2017-10-05 | カシオ計算機株式会社 | Display device, display method, and display program |
US10613462B2 (en) | 2016-09-30 | 2020-04-07 | Brother Kogyo Kabushiki Kaisha | Image display apparatus, and method and computer-readable medium for the same |
-
2012
- 2012-03-22 JP JP2012065113A patent/JP2013196573A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2017182072A (en) * | 2014-12-05 | 2017-10-05 | カシオ計算機株式会社 | Display device, display method, and display program |
US10613462B2 (en) | 2016-09-30 | 2020-04-07 | Brother Kogyo Kabushiki Kaisha | Image display apparatus, and method and computer-readable medium for the same |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10218861B2 (en) | Image forming apparatus, non-transitory storage medium storing program to be executed by the same, method of controlling the same, and terminal device | |
US9232089B2 (en) | Display processing apparatus, control method, and computer program | |
JP5987474B2 (en) | Image display apparatus, image control apparatus, image forming apparatus, and program | |
JP2013092816A (en) | Image forming apparatus, control method for the same and program | |
JP6119633B2 (en) | Display control apparatus, image forming apparatus, and program | |
US9354801B2 (en) | Image processing apparatus, image processing method, and storage medium storing program | |
JP5974745B2 (en) | Touch panel input device, touch input method, and touch input control program | |
US9100520B2 (en) | Determining whether a scanned page is blank or contains image data | |
JP2015035092A (en) | Display controller and method of controlling the same | |
JP6390213B2 (en) | Display control apparatus, display control method, and display control program | |
JP2024111014A (en) | IMAGE PROCESSING APPARATUS, CONTROL METHOD FOR IMAGE PROCESSING APPARATUS, AND PROGRAM | |
US9671948B2 (en) | Image-display control system, image-display control method, and non-transitory computer-readable storage medium storing image-display control program | |
JP2013196573A (en) | Program for image display device, image display device and control method of image display device | |
JP6028375B2 (en) | Touch panel device and program. | |
JP2018165959A (en) | Image processing device | |
JP2019020901A (en) | Image processing apparatus, image display method, and computer program | |
JP6891439B2 (en) | Image display device program, image display device, image display device control method | |
CN110174989B (en) | Display device, control method of display device, and recording medium | |
JP6176357B2 (en) | Image forming apparatus, image forming apparatus control method, and program | |
JP2015022480A (en) | Image formation device and image formation program | |
US20220171511A1 (en) | Device, method for device, and storage medium | |
JP5790225B2 (en) | Image forming apparatus, image processing method, and control program | |
JP2016038808A (en) | Information processing device, information processing method, and computer program | |
JP5953879B2 (en) | Image display device program, image display device, and image display device control method | |
JP5961984B2 (en) | Display device, display device control method, and program |