JP6040144B2 - Display control device, display control method, and display control program - Google Patents

Display control device, display control method, and display control program Download PDF

Info

Publication number
JP6040144B2
JP6040144B2 JP2013258831A JP2013258831A JP6040144B2 JP 6040144 B2 JP6040144 B2 JP 6040144B2 JP 2013258831 A JP2013258831 A JP 2013258831A JP 2013258831 A JP2013258831 A JP 2013258831A JP 6040144 B2 JP6040144 B2 JP 6040144B2
Authority
JP
Japan
Prior art keywords
scroll
information
terminal
browser
display control
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.)
Active
Application number
JP2013258831A
Other languages
Japanese (ja)
Other versions
JP2015115020A (en
Inventor
麻衣子 井元
麻衣子 井元
宮原 伸二
伸二 宮原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2013258831A priority Critical patent/JP6040144B2/en
Publication of JP2015115020A publication Critical patent/JP2015115020A/en
Application granted granted Critical
Publication of JP6040144B2 publication Critical patent/JP6040144B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、接続された複数の端末のうち、一の端末の画面領域内の表示に対して実行されたスクロール操作に連動させて、他の端末の画面領域内の表示を自動スクロールさせる表示制御装置、表示制御方法、および表示制御用プログラムに関する。   The present invention provides a display control for automatically scrolling a display in a screen area of another terminal in conjunction with a scroll operation performed on a display in the screen area of one terminal among a plurality of connected terminals. The present invention relates to a device, a display control method, and a display control program.

従来、情報システムを利用して複数の利用者が同一のコンテンツを閲覧する場合に、一の利用者(例えば講義を行う講師)の端末上で表示コンテンツがスクロールされたときに、当該スクロール動作に連動して、他の利用者(例えば講義を受ける受講者)の端末上の表示コンテンツを自動でスクロールさせるための技術がある(例えば、非特許文献1)。   Conventionally, when a plurality of users browse the same content using an information system, when the display content is scrolled on the terminal of one user (for example, a lecturer who conducts a lecture), the scroll operation is performed. In conjunction with this, there is a technique for automatically scrolling the display content on the terminal of another user (for example, a student who takes a lecture) (for example, Non-Patent Document 1).

非特許文献1に記載の技術は、個々の端末(クライアント端末)をWebサーバに接続してサーバ・クライアント型モデルによるシステムを構築し、一の端末のブラウザにより表示されているコンテンツ上で行われたスクロール操作に関する情報を、Webサーバを介して他の端末に送信することで、送信先の端末において表示されているコンテンツを同期してスクロールさせる。   The technology described in Non-Patent Document 1 is performed on content displayed by a browser of one terminal by building a system based on a server / client model by connecting individual terminals (client terminals) to a Web server. By transmitting the information related to the scroll operation to another terminal via the Web server, the content displayed on the destination terminal is scrolled in synchronization.

具体的には、WebSocket(\url{http://www.websocket.org/})などの通信プロトコルを用いて個々の端末におけるブラウザのスクロールイベントとスクロール量の変換に必要なブラウザの情報をWebサーバに通知し、Webサーバ上でJavaScript(\url{https://developer.mozilla.org/ja/docs/Web/JavaScript})を実行してスクロール量の変換をおこない、他の端末ブラウザにWebSocketを用いてスクロール量の変換値を通知し、個々の端末のブラウザでスクロールバーの移動を行う。   Specifically, using a communication protocol such as WebSocket (\ url {http://www.websocket.org/}), the browser information necessary for conversion of the scroll event and scroll amount of the browser in each terminal is displayed on the Web. Notify the server, execute JavaScript (\ url {https://developer.mozilla.org/en/docs/Web/JavaScript}) on the web server to convert the scroll amount, and use WebSocket on other terminal browsers. Is used to notify the conversion value of the scroll amount, and the scroll bar is moved by the browser of each terminal.

中村大介、疋田輝雄、“実際的なページ操作の共有を実現したウェブブラウジング協調システム”、FIT2009(第8回情報科学技術フォーラム)Daisuke Nakamura, Teruo Hamada, “Web browsing collaborative system that enables practical sharing of page operations”, FIT 2009 (8th Information Science and Technology Forum)

しかしながら、上述したようなサーバ・クライアント型モデルのシステムにおいて、複数端末間で表示コンテンツのスクロール動作を同期させようとすると、あるクライアント端末上でスクロール操作が行われている間、当該クライアント端末は、スクロール操作に関する情報を絶えず所定時間間隔でWebサーバに通知する必要がある。   However, in the server-client model system as described above, if the scroll operation of the display content is synchronized between a plurality of terminals, while the scroll operation is performed on a certain client terminal, the client terminal It is necessary to constantly notify the web server of information related to the scroll operation at predetermined time intervals.

そのため、スクロール操作が行われているクライアント端末からWebサーバへの操作情報の通知回数が膨大になり、システム内における通信量が多くなって通信に支障をきたす場合があるという問題があった。   For this reason, there is a problem that the number of times of notification of operation information from the client terminal where the scroll operation is performed to the Web server becomes enormous, and the amount of communication in the system increases, which may hinder communication.

また当該システムにおいては、同期制御先のクライアント端末に、Webサーバからクスロール量を指示する情報が絶えず所定時間間隔で通知される。   In the system, information indicating the amount of crawl is continuously notified from the Web server to the synchronization control destination client terminal at predetermined time intervals.

そのため、Webサーバから同期制御先のクライアント端末へのスクロール量を指示する情報の通知回数が膨大になり、システム内における通信量が多くなって通信に支障をきたす場合があるという問題があった。   For this reason, there is a problem that the number of times of notification of information for instructing the scroll amount from the Web server to the synchronous control destination client terminal becomes enormous, and the amount of communication in the system increases, which may hinder communication.

本発明は、上記事情を鑑みてなされたものであり、接続された複数の端末のうち、一の端末の画面領域内の表示に対して実行されたスクロール操作に連動させて、他の端末の画面領域内の表示を自動スクロールさせる際に、各端末との通信量を抑えつつ高い精度で処理を行うことが可能な表示制御装置、表示制御方法、および表示制御用プログラムを提供することを目的とする。   The present invention has been made in view of the above circumstances, and, among a plurality of connected terminals, in conjunction with a scroll operation performed on a display within the screen area of one terminal, An object of the present invention is to provide a display control device, a display control method, and a display control program capable of performing processing with high accuracy while suppressing the amount of communication with each terminal when automatically scrolling the display in the screen area. And

上記の課題を解決するための、本発明の表示制御装置は、接続された複数の端末のうち、一の端末の画面領域内の表示に対して実行されたスクロール操作に連動させて、他の端末の画面領域内の表示を自動スクロールさせる表示制御装置において、前記一の端末で実行されたスクロール操作初期の操作情報を取得するスクロール情報取得部と、前記スクロール情報取得部で取得された、前記スクロール操作初期の操作情報に基づいて、前記一の端末における以降のスクロール操作のスクロール速度を推定し、推定された前記一の端末におけるスクロール速度から、前記他の端末におけるスクロール速度を所定時間間隔で算出して前記他の端末に送信するスクロール速度更新部とを備えることを特徴とする。   In order to solve the above-described problem, the display control device of the present invention is linked to a scroll operation performed on the display in the screen area of one terminal among a plurality of connected terminals, In the display control apparatus that automatically scrolls the display in the screen area of the terminal, the scroll information acquisition unit that acquires the operation information at the initial stage of the scroll operation executed on the one terminal, the scroll information acquisition unit, Based on the operation information at the initial stage of the scroll operation, the scroll speed of the subsequent scroll operation at the one terminal is estimated, and the scroll speed at the other terminal is determined at predetermined time intervals from the estimated scroll speed at the one terminal. And a scroll speed update unit that calculates and transmits the result to the other terminal.

また本発明の表示制御方法は、接続された複数の端末のうち、一の端末の画面領域内の表示に対して実行されたスクロール操作に連動させて、他の端末の画面領域内の表示を自動スクロールさせる表示制御装置が、前記一の端末で実行されたスクロール操作初期の操作情報を取得するステップと、取得された前記スクロール操作初期の操作情報に基づいて、前記一の端末における以降のスクロール操作のスクロール速度を推定し、推定された前記一の端末におけるスクロール速度から、前記他の端末におけるスクロール速度を所定時間間隔で算出して前記他の端末に送信するステップとを有することを特徴とする。   In addition, the display control method of the present invention allows the display in the screen area of another terminal to be linked to the scroll operation executed for the display in the screen area of one terminal among a plurality of connected terminals. The display control device for automatically scrolling acquires the operation information at the initial stage of the scroll operation executed at the one terminal, and the subsequent scroll at the one terminal based on the acquired operation information at the initial stage of the scroll operation. A step of estimating an operation scroll speed, calculating a scroll speed at the other terminal at a predetermined time interval from the estimated scroll speed at the one terminal, and transmitting to the other terminal. To do.

本発明の表示制御装置、表示制御方法、および表示制御用プログラムによれば、接続された複数の端末のうち、一の端末の画面領域内の表示に対して実行されたスクロール操作に連動させて、他の端末の画面領域内の表示を自動スクロールさせることが可能になる。   According to the display control device, the display control method, and the display control program of the present invention, among the plurality of connected terminals, in conjunction with the scroll operation executed for the display in the screen area of one terminal. The display in the screen area of another terminal can be automatically scrolled.

本発明の第1実施形態によるコンテンツ表示制御装置を利用した表示システムの構成を示すブロック図である。It is a block diagram which shows the structure of the display system using the content display control apparatus by 1st Embodiment of this invention. 本発明の第1実施形態によるコンテンツ表示制御装置に接続された操作クライアント端末の表示画面と制御先クライアント端末の表示画面とを示す説明図である。It is explanatory drawing which shows the display screen of the operation client terminal connected to the content display control apparatus by 1st Embodiment of this invention, and the display screen of a control destination client terminal. 本発明の第1実施形態によるコンテンツ表示制御装置のスクロール情報通知部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the scroll information notification part of the content display control apparatus by 1st Embodiment of this invention. 本発明の第1実施形態によるコンテンツ表示制御装置のブラウザ情報DBに格納されたブラウザ情報の一例を示す表である。It is a table | surface which shows an example of the browser information stored in browser information DB of the content display control apparatus by 1st Embodiment of this invention. 本発明の第1実施形態によるコンテンツ表示制御装置の操作情報DBに格納された操作情報の一例を示す表である。It is a table | surface which shows an example of the operation information stored in operation information DB of the content display control apparatus by 1st Embodiment of this invention. 本発明の第1実施形態によるコンテンツ表示制御装置内の初期スクロール量算出部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the initial stage scroll amount calculation part in the content display control apparatus by 1st Embodiment of this invention. 本発明の第1実施形態によるコンテンツ表示制御装置内のスクロール速度更新部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the scroll speed update part in the content display control apparatus by 1st Embodiment of this invention. 本発明の第1実施形態によるコンテンツ表示制御装置のスクロール速度更新部において、取得された操作情報から算出された回帰直線を示すグラフである。It is a graph which shows the regression line calculated from the acquired operation information in the scroll speed update part of the content display control apparatus by 1st Embodiment of this invention. 本発明の第1実施形態によるコンテンツ表示制御装置内のスクロール終了処理部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the scroll completion | finish process part in the content display control apparatus by 1st Embodiment of this invention.

本発明の実施形態として、利用者Aが利用する一のクライアント端末と利用者Bが利用する他のクライアント端末とで同一のコンテンツを表示させ、利用者Aがクライアント端末を用いて行ったスクロール操作に連動して、利用者Bのクライアント端末の表示を自動スクロールさせる表示システムについて説明する。   As an embodiment of the present invention, the same content is displayed on one client terminal used by user A and another client terminal used by user B, and scroll operation performed by user A using the client terminal A display system that automatically scrolls the display on the client terminal of user B will be described in conjunction with FIG.

以下、利用者Aがスクロール操作を行うクライアント端末を「操作クライアント端末」と称し、利用者Bが閲覧する端末であり、スクロール制御先のクライアント端末を、「制御先クライアント端末」と称する。   Hereinafter, a client terminal on which the user A performs a scroll operation is referred to as an “operation client terminal”, a terminal that the user B browses, and a client terminal that is a scroll control destination is referred to as a “control destination client terminal”.

また下記実施形態において、ある時刻の「スクロール量」とは、表示画面の所定位置に関し、スクロール操作開始直前に表示していたコンテンツ内の位置から、スクロール操作中の当該時刻に表示しているコンテンツ内の位置までの移動量を示す。   In the following embodiment, the “scroll amount” at a certain time refers to the content displayed at the time during the scroll operation from the position in the content displayed immediately before the start of the scroll operation with respect to a predetermined position on the display screen. Indicates the amount of movement to the inner position.

《第1実施形態》
〈第1実施形態によるコンテンツ表示制御装置を利用した表示システムの構成〉
本発明の第1実施形態によるコンテンツ表示制御装置を利用した表示システムの構成について、図1を参照して説明する。
<< First Embodiment >>
<Configuration of Display System Using Content Display Control Device according to First Embodiment>
A configuration of a display system using the content display control apparatus according to the first embodiment of the present invention will be described with reference to FIG.

本実施形態による表示システム1は、利用者A(例えば、講義を行う講師)により操作される操作クライアント端末10と、利用者B(例えば、講義を受講する受講者)により操作される制御先クライアント端末20と、操作クライアント端末10および制御先クライアント端末20に接続されたコンテンツ表示制御装置30とを有する。   The display system 1 according to the present embodiment includes an operation client terminal 10 operated by a user A (for example, a lecturer who performs a lecture) and a control destination client operated by a user B (for example, a student who takes a lecture). The terminal 20 includes a content display control device 30 connected to the operation client terminal 10 and the control target client terminal 20.

操作クライアント端末10は、コンテンツを表示するモニタ11と、モニタ11へのコンテンツの表示制御を行うブラウザ12(システム内におけるブラウザIDが「A」であり、以下「ブラウザA」と称する)と、利用者Aによりモニタ11内の表示ウィンドウに表示されたコンテンツをスクロールさせるための操作が行われるとこれを検知し、当該スクロール操作のスクロール量を算出するために要するスクロール情報を所定時間間隔で取得するスクロール情報取得部13と、スクロール情報取得部13で取得したスクロール情報をコンテンツ表示制御装置30に送信するスクロール情報送信部14とを有する。   The operation client terminal 10 includes a monitor 11 that displays content, a browser 12 that controls display of content on the monitor 11 (the browser ID in the system is “A”, hereinafter referred to as “browser A”), When the user A performs an operation for scrolling the content displayed in the display window in the monitor 11, this is detected, and scroll information necessary for calculating the scroll amount of the scroll operation is acquired at predetermined time intervals. It has the scroll information acquisition part 13 and the scroll information transmission part 14 which transmits the scroll information acquired by the scroll information acquisition part 13 to the content display control apparatus 30.

スクロール情報取得部13で取得されるスクロール情報は、当該スクロール操作開始からt秒経過した時刻tにおける操作情報I(t)を含む。操作情報I(t)はスクロール操作中に時間経過とともに変化する情報であり、例えば、画面に表示されたスクロールバーを移動させるスクロール操作の場合は、画面上の操作位置を示す座標情報、マウスのホイールボタンを回転させるスクロール操作の場合は、ホイールボタンの目盛り位置情報である。また、スクロール情報は、操作対象の表示ウィンドウの所定位置にコンテンツのどの部分が表示されているかを算出するための情報や、スクロール操作が終了したことを検知したときのスクロール終了通知を含む。   The scroll information acquired by the scroll information acquisition unit 13 includes operation information I (t) at time t when t seconds have elapsed from the start of the scroll operation. The operation information I (t) is information that changes with time during the scroll operation. For example, in the case of a scroll operation that moves the scroll bar displayed on the screen, coordinate information indicating the operation position on the screen, mouse information In the case of the scroll operation for rotating the wheel button, the scale position information of the wheel button is used. The scroll information includes information for calculating which part of the content is displayed at a predetermined position of the operation target display window, and a scroll end notification when it is detected that the scroll operation has ended.

制御先クライアント端末20は、コンテンツを表示するモニタ21と、モニタ21へのコンテンツの表示制御を行うブラウザ22(システム内におけるブラウザIDが「B」であり、以下「ブラウザB」と称する)と、コンテンツ表示制御装置30から操作クライアント端末10に関するスクロール量情報を受信するスクロール速度情報受信部23と、受信したスクロール量情報に基づいた速度でモニタ21に表示されているコンテンツをスクロールさせる表示制御部24とを有する。   The control destination client terminal 20 includes a monitor 21 that displays content, and a browser 22 that controls display of the content on the monitor 21 (the browser ID in the system is “B”, hereinafter referred to as “browser B”). A scroll speed information receiving unit 23 that receives scroll amount information related to the operation client terminal 10 from the content display control device 30 and a display control unit 24 that scrolls the content displayed on the monitor 21 at a speed based on the received scroll amount information. And have.

コンテンツ表示制御装置30は、スクロール情報通知部31と、操作情報記憶部32と、ブラウザ情報記憶部33と、初期スクロール量算出部34と、スクロール速度更新部35と、スクロール終了処理部36とを有する。   The content display control device 30 includes a scroll information notification unit 31, an operation information storage unit 32, a browser information storage unit 33, an initial scroll amount calculation unit 34, a scroll speed update unit 35, and a scroll end processing unit 36. Have.

スクロール情報通知部31は、操作クライアント端末10から送信されたスクロール情報を取得する。   The scroll information notification unit 31 acquires scroll information transmitted from the operation client terminal 10.

操作情報記憶部32は、スクロール情報通知部31で取得された操作クライアント端末10に関するスクロール情報に含まれる、操作情報I(t)を格納した操作情報DBを記憶する。   The operation information storage unit 32 stores an operation information DB that stores operation information I (t) included in the scroll information regarding the operation client terminal 10 acquired by the scroll information notification unit 31.

ブラウザ情報記憶部33は、操作クライアント端末10、および制御先クライアント端末20それぞれのブラウザ情報を格納したブラウザ情報DBを記憶する。ブラウザ情報には、各ブラウザによりコンテンツXを表示している表示ウィンドウのサイズ情報が含まれる。   The browser information storage unit 33 stores a browser information DB that stores browser information of the operation client terminal 10 and the control target client terminal 20. The browser information includes size information of a display window displaying the content X by each browser.

初期スクロール量算出部34は、操作クライアント端末10でスクロール操作が開始されてから、所定期間Tが経過するまでの間、スクロール情報通知部31で取得された操作情報Iに基づいて、制御先クライアント端末20におけるスクロール量を算出する。算出したスクロール量の情報は、制御先クライアント端末20に送信する。   The initial scroll amount calculation unit 34 is based on the operation information I acquired by the scroll information notification unit 31 from when the scroll operation is started at the operation client terminal 10 until the predetermined period T elapses. The scroll amount at the terminal 20 is calculated. The calculated scroll amount information is transmitted to the control target client terminal 20.

スクロール速度更新部35は、スクロール操作の開始から所定期間Tが到来した時点で、操作情報DBに格納されているすべての操作情報Iに基づいて、所定期間T以降の、ブラウザAにおける推定スクロール速度を算出し、算出したブラウザAにおける推定スクロール速度に基づいて制御先クライアント端末における制御スクロール速度を所定時間間隔で算出する。算出した制御スクロール速度の情報は、制御先クライアント端末20に送信する。   The scroll speed update unit 35 estimates the estimated scroll speed in the browser A after the predetermined period T based on all the operation information I stored in the operation information DB when the predetermined period T comes from the start of the scroll operation. And the control scroll speed at the control target client terminal is calculated at predetermined time intervals based on the calculated estimated scroll speed at the browser A. The calculated control scroll speed information is transmitted to the control target client terminal 20.

スクロール終了処理部36は、スクロール情報通知部31で取得されたスクロール情報に基づいて、スクロール操作が終了したと判断すると、スクロール終了処理を行う。   When the scroll end processing unit 36 determines that the scroll operation has ended based on the scroll information acquired by the scroll information notifying unit 31, the scroll end processing unit 36 performs a scroll end process.

〈第1実施形態によるコンテンツ表示制御装置を利用した表示システムの動作〉
次に、本実施形態による表示システム1において、操作クライアント端末10のモニタ11に表示されているコンテンツに対して実行されたスクロール操作に連動させて、制御先クライアント端末20のモニタ21に表示されているコンテンツをスクロールさせる動作について説明する。
<Operation of Display System Using Content Display Control Device According to First Embodiment>
Next, in the display system 1 according to the present embodiment, the content is displayed on the monitor 21 of the control target client terminal 20 in conjunction with the scroll operation performed on the content displayed on the monitor 11 of the operation client terminal 10. The operation of scrolling the content that is currently being described will be described.

まず図2に示すように、表示システム1の操作クライアント端末10においてブラウザAが起動されてモニタ11内の表示ウィンドウに所定のコンテンツが表示され、制御先クライアント端末20においてブラウザBが起動されてモニタ21内の表示ウィンドウに所定のコンテンツが表示される。本実施形態において、操作クライアント端末10のモニタ11と制御先クライアント端末20のモニタ21とには、同一のコンテンツXが表示されている。   First, as shown in FIG. 2, the browser A is activated in the operation client terminal 10 of the display system 1 to display a predetermined content in the display window in the monitor 11, and the browser B is activated in the control destination client terminal 20 to be monitored. The predetermined content is displayed in the display window 21. In the present embodiment, the same content X is displayed on the monitor 11 of the operation client terminal 10 and the monitor 21 of the control target client terminal 20.

操作クライアント端末10のモニタ11内の表示ウィンドウにコンテンツXが表示された状態で、利用者Aにより、マウス等のユーザインタフェース装置を用いて当該表示ウィンドウ内でコンテンツXの表示に対しスクロール操作が行われると、スクロール情報取得部13においてこの操作が検知される。   While the content X is displayed on the display window in the monitor 11 of the operation client terminal 10, the user A performs a scroll operation on the display of the content X in the display window using a user interface device such as a mouse. Then, this operation is detected in the scroll information acquisition unit 13.

スクロール情報取得部13においてスクロール操作が検知されると、スクロール情報取得部13においてスクロール情報が所定時間間隔(例えば、0.01秒間隔)で取得される。   When the scroll information acquisition unit 13 detects a scroll operation, the scroll information acquisition unit 13 acquires scroll information at a predetermined time interval (for example, 0.01 second interval).

スクロール情報取得部13で取得されたスクロール情報は、スクロール情報送信部14によりコンテンツ表示制御装置30に送信される。   The scroll information acquired by the scroll information acquiring unit 13 is transmitted to the content display control device 30 by the scroll information transmitting unit 14.

操作クライアント端末10から送信されたスクロール情報は、コンテンツ表示制御装置30のスクロール情報通知部31で取得される。   The scroll information transmitted from the operation client terminal 10 is acquired by the scroll information notification unit 31 of the content display control device 30.

スクロール情報が取得されたときにスクロール情報通知部31で実行される処理について、図3のフローチャートを参照して説明する。   A process executed by the scroll information notification unit 31 when the scroll information is acquired will be described with reference to the flowchart of FIG.

まず、スクロール情報通知部31において、操作クライアント端末10からスクロール操作開始直後の時刻t(0.01)に送信されたスクロール情報が取得される(S1)。   First, the scroll information notifying unit 31 acquires the scroll information transmitted from the operation client terminal 10 at time t (0.01) immediately after the start of the scroll operation (S1).

次に、ブラウザ情報記憶部33内のブラウザ情報DBのレコード数が「0」であるか否かが判定される(S2)。   Next, it is determined whether or not the number of records in the browser information DB in the browser information storage unit 33 is “0” (S2).

ここではスクロール操作開始直後であるためにレコード数が「0」であり(S2の「YES」)、全てのクライアント端末(操作クライアント端末10および制御先クライアント端末20)からそれぞれのブラウザ情報が取得され、ブラウザ情報DBに格納される(S3)。ブラウザ情報には、各ブラウザによりコンテンツXを表示している表示ウィンドウのサイズ情報が含まれる。   Here, since it is immediately after the start of the scroll operation, the number of records is “0” (“YES” in S2), and the respective browser information is acquired from all client terminals (operation client terminal 10 and control target client terminal 20). Is stored in the browser information DB (S3). The browser information includes size information of a display window displaying the content X by each browser.

ブラウザ情報DBに格納されたブラウザ情報の例を、図5に示す。図5では、操作クライアント端末10のブラウザ情報として、ブラウザAでコンテンツXを表示している表示ウィンドウのウィンドウサイズwa(wax,way)が格納され、制御先クライアント端末20のブラウザ情報として、ブラウザBでコンテンツXを表示している表示ウィンドウのウィンドウサイズwb(wbx,wby)が格納されている。ここで、wax、wbxはそれぞれ、表示ウィンドウの横方向のウィンドウサイズを示し、way、wbyはそれぞれ、表示ウィンドウの縦方向のウィンドウサイズを示す。 An example of browser information stored in the browser information DB is shown in FIG. In Figure 5, as the browser information for operating the client terminal 10, the window size wa (wa x, wa y) of the display window that displays the content X in the browser A is stored, as a browser information in the control destination client terminal 20, window size wb (wb x, wb y) of the display window that displays the content X in the browser B is stored. Here, wa x, wb x respectively indicate the horizontal window size of the display window, wa y, wb y respectively indicate the vertical direction of the window size of the display window.

また、ステップS1にて取得されたスクロール情報には時刻t(0.01)のスクロール量を算出するための操作情報I(0.01)と、ブラウザID「ブラウザA」の情報とが含まれており、これらの情報が図4に示すように操作情報記憶部32の操作情報DBに格納される(S4)。   The scroll information acquired in step S1 includes operation information I (0.01) for calculating the scroll amount at time t (0.01) and information of the browser ID “Browser A”. Is stored in the operation information DB of the operation information storage unit 32 as shown in FIG. 4 (S4).

操作情報I等が操作情報DBに格納されると、スクロール情報通知部31から初期スクロール量算出部34に、ブラウザAの操作情報I(0.01)と時刻t(0.01)とが通知される(S5)。   When the operation information I or the like is stored in the operation information DB, the scroll information notification unit 31 notifies the initial scroll amount calculation unit 34 of the operation information I (0.01) and time t (0.01) of the browser A (S5). ).

以上でスクロール操作開始直後のスクロール情報が取得されたときにスクロール情報通知部31において実行される処理が終了し、ステップS1に戻って処理が継続される。   When the scroll information immediately after the start of the scroll operation is acquired as described above, the process executed in the scroll information notification unit 31 ends, and the process returns to step S1 and is continued.

スクロール操作継続中に操作クライアント端末10から順次スクロール情報が送信されると、スクロール情報通知部31で取得される(S1)。   When scroll information is sequentially transmitted from the operation client terminal 10 while the scroll operation is continued, the scroll information notification unit 31 acquires the scroll information (S1).

このときはブラウザ情報DBにはすべてのブラウザのブラウザ情報が既に格納されておりレコードは「0」ではないため(S2の「NO」)、ステップS6に進み、時刻tが、予め設定された閾値Tを超えたか否かが判定される(S6)。閾値Tは、時刻tが初期スクロール量の算出処理対象期間内であるか否かを判定するために、予め設定された期間を示す値である。   At this time, since the browser information of all browsers is already stored in the browser information DB and the record is not “0” (“NO” in S2), the process proceeds to step S6, and the time t is a preset threshold value. It is determined whether or not T is exceeded (S6). The threshold T is a value indicating a period set in advance in order to determine whether the time t is within the initial scroll amount calculation process target period.

取得された時刻tが閾値Tを超えていないとき(S6の「NO」;スクロール操作開始初期の期間)には、取得されたスクロール情報に含まれる操作情報I(0.02、0.03・・・t1)が、ブラウザID「ブラウザA」とともに操作情報記憶部32の操作情報DBに格納される(S4)。 When the acquired time t does not exceed the threshold T (“NO” in S6; initial period of scroll operation start), the operation information I (0.02, 0.03... T 1 included in the acquired scroll information). ) Is stored in the operation information DB of the operation information storage unit 32 together with the browser ID “Browser A” (S4).

また、スクロール情報通知部31から初期スクロール量算出部34に、ブラウザAの操作情報I(t)と時刻tとが通知される(S5)。   In addition, the scroll information notification unit 31 notifies the initial scroll amount calculation unit 34 of the operation information I (t) of the browser A and the time t (S5).

またステップS6において、取得された時刻tが閾値Tを超えていると判定されたとき(S6の「YES」;スクロール操作開始初期の期間経過後)には、取得されたスクロール情報にスクロール終了通知が含まれるか否かが判定される(S7)。スクロール情報にスクロール終了通知が含まれていない場合(S7の「NO」)は、ステップS1に戻り、スクロール終了通知が取得されるまでステップS1、S2、S6、S7が繰り返される。   In step S6, when it is determined that the acquired time t exceeds the threshold T (“YES” in S6; after the initial period of the scroll operation starts), a scroll end notification is sent to the acquired scroll information. Is included (S7). If the scroll information does not include the scroll end notification (“NO” in S7), the process returns to step S1, and steps S1, S2, S6, and S7 are repeated until the scroll end notification is acquired.

また、スクロール操作終了時(t2)のスクロール情報が取得され、ステップS7においてスクロール終了通知が含まれると判定されたときには(S7の「YES」)、スクロール速度更新部35にスクロール操作が終了したことが通知されるとともに、当該スクロール情報に含まれる操作情報Iがスクロール終了処理部に通知される(S8)。 When scroll information at the end of the scroll operation (t 2 ) is acquired and it is determined in step S7 that the scroll end notification is included (“YES” in S7), the scroll speed update unit 35 has finished the scroll operation. And the operation information I included in the scroll information is notified to the scroll end processing unit (S8).

上述したステップS5の処理によりブラウザAの操作情報I(t)と時刻tとが通知されたときに、初期スクロール量算出部34で実行される初期スクロール量算出処理について、図6のフローチャートを参照して説明する。   Refer to the flowchart of FIG. 6 for the initial scroll amount calculation process executed by the initial scroll amount calculation unit 34 when the operation information I (t) of the browser A and the time t are notified by the process of step S5 described above. To explain.

スクロール情報通知部31から操作情報I(t)と時刻tとが取得されると(S11)、初期スクロール量算出処理が開始され、当該時刻tが閾値Tに達したか否かが判定される(S12)。   When the operation information I (t) and the time t are acquired from the scroll information notification unit 31 (S11), an initial scroll amount calculation process is started, and it is determined whether or not the time t has reached the threshold value T. (S12).

時刻tが閾値Tに達してなく、初期スクロール量の算出処理対象期間内であるとき(S12の「NO」)は、ブラウザAのブラウザ情報と、ブラウザA以外の未処理のブラウザBのブラウザ情報がブラウザ情報DBから取得される(S13)。   When the time t does not reach the threshold T and is within the initial scroll amount calculation processing period (“NO” in S12), the browser information of the browser A and the browser information of the unprocessed browser B other than the browser A Is acquired from the browser information DB (S13).

次に、取得したブラウザAの操作情報I(t)と、ブラウザAおよびBのブラウザ情報とを用いて、ブラウザAにおける当該時刻tまでのスクロール操作量sAが算出され、さらにこのスクロール操作量sAに対応する、ブラウザB内での時刻tにおける制御スクロール量sB(スクロール速度)が算出される(S14)。 Next, using the acquired operation information I (t) of the browser A and browser information of the browsers A and B, a scroll operation amount s A up to the time t in the browser A is calculated. A control scroll amount s B (scroll speed) at time t in browser B corresponding to s A is calculated (S14).

この制御スクロール量sBは既知の方法を用いて容易に算出可能であり、例えば、図5に示したように、ブラウザAで表示されている表示ウィンドウのウィンドウサイズがwa(wax、way)であり、時刻t(0.01)におけるスクロール操作量sAのうちのx軸方向のスクロール量がXAであり、y軸方向のスクロール量がYAであり、ブラウザBで表示されているウィドウのウィンドウサイズがwb(wbx、wby)である場合、ブラウザBにおける制御スクロール量sBのうちのx軸方向の制御スクロール量XB、およびy軸方向の制御スクロール量YBは、下記式(1)および(2)により算出される。

Figure 0006040144
This control scroll amount s B can be easily calculated using a known method. For example, as shown in FIG. 5, the window size of the display window displayed in the browser A is wa (wa x , wa y ), The scroll amount in the x-axis direction of the scroll operation amount s A at time t (0.01) is X A , the scroll amount in the y-axis direction is Y A , and the window displayed in the browser B If the window size is wb (wb x, wb y) , x -axis direction of the control scroll amount X B, and the y-axis direction of the control scroll amount Y B of the control scroll amount s B in the browser B is represented by the following Calculated by equations (1) and (2).
Figure 0006040144

ここで、ブラウザ情報DBに、他の制御先クライアント端末のブラウザに関する未処理のレコードがあれば、同様にステップS13、S14の処理が実行される(S15の「YES」)。   Here, if there is an unprocessed record related to the browser of another control target client terminal in the browser information DB, the processes of steps S13 and S14 are similarly executed ("YES" in S15).

算出された制御スクロール量sB(スクロール速度)は該当する制御先クライアント端末20に送信される(S16)。 The calculated control scroll amount s B (scroll speed) is transmitted to the corresponding control target client terminal 20 (S16).

制御先クライアント端末20では、コンテンツ表示制御装置30から送信されたスクロール速度がスクロール速度情報受信部23で受信され、このスクロール速度に基づいて表示制御部24で以降の制御スクロール量sBが所定時間間隔で算出される。そして、算出された制御スクロール量sBに基づくスクロール速度で、ウィンドウに表示されたコンテンツXが自動スクロールされる。 In the control destination client terminal 20, the scroll speed information received from the content display control device 30 is received by the scroll speed information receiving unit 23, and the control scroll amount s B thereafter is determined by the display control unit 24 based on the scroll speed for a predetermined time. Calculated at intervals. Then, the content X displayed in the window is automatically scrolled at a scroll speed based on the calculated control scroll amount s B.

またステップS12において、時刻tが閾値Tに到達したと判定されたとき(S12の「YES」)には、時刻t(=T)がスクロール速度更新部35に通知される(S17)。   If it is determined in step S12 that the time t has reached the threshold T (“YES” in S12), the time t (= T) is notified to the scroll speed update unit 35 (S17).

以上で、初期スクロール量算出処理対象期間にスクロール情報が取得されたときに、初期スクロール量算出部34において実行される処理が終了する。   Thus, when the scroll information is acquired in the initial scroll amount calculation process target period, the process executed in the initial scroll amount calculation unit 34 is completed.

上述したステップS17の処理により、時刻tが通知されたときに、スクロール速度更新部35で実行されるスクロール量推定処理について、図7のフローチャートを参照して説明する。   The scroll amount estimation process executed by the scroll speed update unit 35 when the time t is notified by the process of step S17 described above will be described with reference to the flowchart of FIG.

初期スクロール量算出部34から時刻tが取得されると(S21)、ブラウザAのブラウザ情報と、ブラウザA以外の未処理のブラウザBのブラウザ情報がブラウザ情報DBから取得される(S22)。   When the time t is acquired from the initial scroll amount calculation unit 34 (S21), browser information of the browser A and browser information of an unprocessed browser B other than the browser A are acquired from the browser information DB (S22).

次に、通知された時刻tまでの、ブラウザAの操作情報Iが操作情報DBからすべて取得され、このブラウザAの操作情報Iと、ブラウザAのブラウザ情報とを用いて、ブラウザAでの期間T以降の任意の時刻t3(T≦t3)における推定スクロール量cA(スクロール速度)が算出される(S23)。 Next, all the operation information I of the browser A up to the notified time t is acquired from the operation information DB, and the period in the browser A using the operation information I of the browser A and the browser information of the browser A An estimated scroll amount c A (scroll speed) at an arbitrary time t 3 (T ≦ t 3 ) after T is calculated (S23).

ここで、経過時間とスクロール操作量とが比例の関係にあるとすると、操作情報DBに格納されているスクロール操作の開始から期間Tの操作情報Iに基づいて、時刻t3における推定スクロール量cAが次のように求められる。例えば、推定スクロール量cAのうち、x軸方向の推定スクロール量がCAxであり、y軸方向の推定スクロール量がCAyであるとすると、時刻t3における推定スクロール量CAx、CAyが、回帰直線CAx(t3)=ax×t3+bx、CAy(t3)=ay×t3+byから求められる。 Here, assuming that the elapsed time and the scroll operation amount are in a proportional relationship, the estimated scroll amount c at time t 3 based on the operation information I for the period T from the start of the scroll operation stored in the operation information DB. A is obtained as follows. For example, among the estimated scroll amount c A, the estimated amount of scrolling x axis direction is C Ax, when the estimated amount of scrolling in the y-axis direction is assumed to be C Ay, estimated scroll amount C Ax at time t 3, C Ay but is determined from the regression line C Ax (t 3) = a x × t 3 + b x, C Ay (t 3) = a y × t 3 + b y.

例えば、ブラウザAによる操作情報Iから算出されるスクロール量が図8の実線で示すグラフのように得られる場合、このグラフの値に近似した直線として、点線で示すような回帰直線が算出される。   For example, when the scroll amount calculated from the operation information I by the browser A is obtained as a graph indicated by a solid line in FIG. 8, a regression line as indicated by a dotted line is calculated as a straight line approximated to the value of this graph. .

回帰直線の算出には、既知の手法を適用することができ、経過時間とスクロール操作量との間に比例関係がない場合でも、既知のロジスティック回帰などの非線形回帰手法を用いることで、時刻t=T以降の、ブラウザAにおける推定スクロール量を容易に求めることができる。   A known method can be applied to the calculation of the regression line, and even when there is no proportional relationship between the elapsed time and the scroll operation amount, by using a known nonlinear regression method such as logistic regression, the time t The estimated scroll amount in browser A after = T can be easily obtained.

ブラウザAにおける推定スクロール量が算出されると、ブラウザA以外の未処理のブラウザBのブラウザ情報がブラウザ情報DBから取得される(S24)。   When the estimated scroll amount in the browser A is calculated, browser information of an unprocessed browser B other than the browser A is acquired from the browser information DB (S24).

次に、推定されたブラウザAの推定スクロール量cと、ブラウザAおよびBのブラウザ情報とを用いて、当該時刻tにおけるブラウザBの制御スクロール量sB(スクロール速度)が算出される(S25)。 Next, the control scroll amount s B (scroll speed) of the browser B at the time t is calculated using the estimated scroll amount c of the browser A and the browser information of the browsers A and B (S25). .

ここで、ブラウザ情報DBに、他の制御先クライアント端末のブラウザに関する未処理のレコードがあれば、同様にステップS24、S25の処理が実行される(S26)。   Here, if there is an unprocessed record related to the browser of another control target client terminal in the browser information DB, the processes of steps S24 and S25 are similarly executed (S26).

算出された制御スクロール量sB(スクロール速度)は該当する制御先クライアント端末20に送信される(S27)。 The calculated control scroll amount s B (scroll speed) is transmitted to the corresponding control target client terminal 20 (S27).

次に、制御スクロール量の送信から、予め設定された所定時間が経過した後(S28の「YES」)、スクロール情報通知部31からステップS8によりスクロール操作が終了したことが通知されていない間は(S29の「NO」)、ステップS24〜S28の処理が繰り返され、定期的(所定時間毎)に制御スクロール量が算出され送信される。このとき、スクロール情報通知部31においてスクロール情報が取得される時間間隔よりも長い間隔でスクロール情報がコンテンツ表示制御装置30から送信されるように設定することで、コンテンツ表示制御装置30と制御先クライアント端末20との間の通信量を減らすことができる。   Next, after a predetermined time elapses from the transmission of the control scroll amount (“YES” in S28), the scroll information notifying unit 31 does not notify the end of the scroll operation in step S8. (“NO” in S29), the processing of steps S24 to S28 is repeated, and the control scroll amount is calculated and transmitted periodically (every predetermined time). At this time, by setting the scroll information to be transmitted from the content display control device 30 at an interval longer than the time interval at which the scroll information is acquired in the scroll information notification unit 31, the content display control device 30 and the control destination client The amount of communication with the terminal 20 can be reduced.

ステップS29においてスクロール操作が終了したことが通知されていたとき(S29の「YES」)は、処理を終了する。   When it is notified in step S29 that the scroll operation has ended ("YES" in S29), the process ends.

また、ステップS8の処理によりスクロール情報通知部31からブラウザAの操作情報I(t2)が通知されたときに、スクロール終了処理部36で実行されるスクロール終了処理について、図9のフローチャートを参照して説明する。 Further, the scroll end processing executed by the scroll end processing unit 36 when the operation information I (t 2 ) of the browser A is notified from the scroll information notification unit 31 by the process of step S8, refer to the flowchart of FIG. To explain.

スクロール情報通知部31から操作情報I(t2)が取得されると(S31)、スクロール終了処理が開始され、ブラウザAのブラウザ情報と、ブラウザA以外の未処理のブラウザBのブラウザ情報がブラウザ情報DBから取得される(S32)。 When the operation information I (t 2 ) is acquired from the scroll information notification unit 31 (S31), scroll end processing is started, and browser information of the browser A and browser information of the unprocessed browser B other than the browser A are stored in the browser. Obtained from the information DB (S32).

次に、取得したブラウザAの操作情報I(t2)と、ブラウザAおよびBのブラウザ情報とを用いて、ステップS14と同様の処理により、ブラウザBでの当該時刻t2の制御スクロール量sBが算出される(S33)。 Next, using the acquired operation information I (t 2 ) of the browser A and browser information of the browsers A and B, the control scroll amount s at the time t 2 in the browser B is performed by the same processing as step S14. B is calculated (S33).

ここで、ブラウザ情報DBに、他の制御先クライアント端末のブラウザに関する未処理のレコードがあれば、同様にステップS32、S33の処理が実行される(S34)。   Here, if there is an unprocessed record related to the browser of another control target client terminal in the browser information DB, the processes of steps S32 and S33 are similarly executed (S34).

算出された制御スクロール量sBは、該当する制御先クライアント端末20に送信される(S35)。 The calculated control scroll amount s B is transmitted to the corresponding control target client terminal 20 (S35).

制御先クライアント端末20では、ステップS35の処理により送信された制御スクロール量sBにより、ブラウザAにおけるスクロール操作終了時点の表示位置と同位置でコンテンツXが表示されるように、ブラウザBにおける表示が制御され、自動スクロールが停止される。 In the control destination client terminal 20, the display in the browser B is displayed so that the content X is displayed at the same position as the display position at the end of the scroll operation in the browser A by the control scroll amount s B transmitted in the process of step S35. Controlled and automatic scrolling is stopped.

またスクロール終了処理部36により、ブラウザ情報DBおよび操作情報DBのレコードが削除され空状態にされる(S36)。   Further, the scroll end processing unit 36 deletes the records of the browser information DB and the operation information DB to make them empty (S36).

以上の本実施形態によるコンテンツ表示制御装置では、操作クライアント端末でのスクロール操作に連動して制御先クライアント端末での表示を自動スクロールさせるときに、操作クライアント端末における操作開始初期の所定期間のスクロール速度から、当該期間以降の操作クライアント端末におけるスクロール速度を推定し、推定結果に基づいて所定時間間隔で制御先クライアント端末での自動スクロールを行うようにしたため、コンテンツ表示制御装置から制御先クライアント端末への通信量を低減させることができる。   In the content display control apparatus according to the present embodiment described above, when the display on the control target client terminal is automatically scrolled in conjunction with the scroll operation on the operation client terminal, the scroll speed of the operation client terminal at the initial stage of the operation start. From the content display control device to the control destination client terminal, the scroll speed at the operation client terminal after the period is estimated and automatic scrolling is performed at the control destination client terminal at predetermined time intervals based on the estimation result. The amount of communication can be reduced.

またスクロール終了処理において、スクロール操作終了時のブラウザAによる表示位置に、ブラウザBの表示が合わせられてスクロール制御が停止するため、スクロール操作が行われている間の近似処理により表示位置に多少のずれが生じていても、スクロール終了時にはすべてのクライアント端末で同じ表示位置で停止させることができる。   In the scroll end process, since the display of browser B is matched with the display position of browser A at the end of the scroll operation and the scroll control is stopped, the display position is slightly changed by the approximation process during the scroll operation. Even if a shift occurs, all the client terminals can be stopped at the same display position at the end of scrolling.

また上記実施形態においてコンテンツ表示制御装置30は、ステップS12で時刻tが閾値Tに到達したと判定されたときに、操作クライアント端末10からコンテンツ表示制御装置30へのスクロール操作中のスクロール情報の送信を停止させるかまたは送信間隔を長くし、スクロール操作が終了したときのスクロール情報は迅速に送信させるように、操作クライアント端末10に指示を送出してもよい。   In the above embodiment, the content display control device 30 transmits scroll information during the scroll operation from the operation client terminal 10 to the content display control device 30 when it is determined in step S12 that the time t has reached the threshold value T. May be stopped, or the transmission interval may be lengthened, and an instruction may be sent to the operation client terminal 10 so that the scroll information when the scroll operation is completed is transmitted quickly.

このように指示を行うことにより、操作クライアント端末10からコンテンツ表示制御装置30への通信量も低減させることができ、システム全体としてさらに通信負荷を低減させることができる。   By giving instructions in this way, the amount of communication from the operation client terminal 10 to the content display control device 30 can also be reduced, and the communication load can be further reduced as a whole system.

また、上記の実施形態におけるコンテンツ表示制御装置の機能構成をプログラム化してコンピュータに組み込むことにより、当該コンピュータをコンテンツ表示制御装置として機能させるコンテンツ表示制御用プログラムを構築することも可能である。   Moreover, it is also possible to construct a content display control program that causes the computer to function as a content display control device by programming the functional configuration of the content display control device in the above embodiment into a computer.

1…表示システム
10…操作クライアント端末
11…モニタ
12…ブラウザ
13…スクロール情報取得部
14…スクロール情報送信部
20…制御先クライアント端末
21…モニタ
22…ブラウザ
23…スクロール速度情報受信部
24…表示制御部
30…コンテンツ表示制御装置
31…スクロール情報通知部
32…操作情報記憶部
33…ブラウザ情報記憶部
34…初期スクロール量算出部
35…スクロール速度更新部
36…スクロール終了処理部
DESCRIPTION OF SYMBOLS 1 ... Display system 10 ... Operation client terminal 11 ... Monitor 12 ... Browser 13 ... Scroll information acquisition part 14 ... Scroll information transmission part 20 ... Control destination client terminal 21 ... Monitor 22 ... Browser 23 ... Scroll speed information reception part 24 ... Display control Unit 30 ... Content display control device 31 ... Scroll information notification unit 32 ... Operation information storage unit 33 ... Browser information storage unit 34 ... Initial scroll amount calculation unit 35 ... Scroll speed update unit 36 ... Scroll end processing unit

Claims (4)

接続された複数の端末のうち、一の端末の画面領域内の表示に対して実行されたスクロール操作に連動させて、他の端末の画面領域内の表示を自動スクロールさせる表示制御装置において、
前記一の端末で実行されたスクロール操作初期の操作情報を取得するスクロール情報取得部と、
前記スクロール情報取得部で取得された、前記スクロール操作初期の操作情報に基づいて、前記一の端末における以降のスクロール操作のスクロール速度を推定し、推定された前記一の端末におけるスクロール速度から、前記他の端末におけるスクロール速度を所定時間間隔で算出して前記他の端末に送信するスクロール速度更新部と、
を備えることを特徴とする表示制御装置。
In a display control device that automatically scrolls the display in the screen area of the other terminal in conjunction with the scroll operation performed on the display in the screen area of the one terminal among the plurality of connected terminals,
A scroll information acquisition unit for acquiring operation information at an initial stage of a scroll operation executed on the one terminal;
Based on the operation information at the initial stage of the scroll operation acquired by the scroll information acquisition unit, the scroll speed of the subsequent scroll operation in the one terminal is estimated, and from the estimated scroll speed in the one terminal, the A scroll speed update unit that calculates a scroll speed at another terminal at predetermined time intervals and transmits the calculated speed to the other terminal;
A display control apparatus comprising:
前記スクロール速度更新部は、前記一の端末におけるスクロール速度を、前記スクロール操作初期の操作情報から求めた回帰直線を用いて算出する
ことを特徴とする請求項1に記載の表示制御装置。
The display control apparatus according to claim 1, wherein the scroll speed update unit calculates a scroll speed in the one terminal using a regression line obtained from operation information at an initial stage of the scroll operation.
接続された複数の端末のうち、一の端末の画面領域内の表示に対して実行されたスクロール操作に連動させて、他の端末の画面領域内の表示を自動スクロールさせる表示制御装置が、
前記一の端末で実行されたスクロール操作初期の操作情報を取得するステップと、
取得された前記スクロール操作初期の操作情報に基づいて、前記一の端末における以降のスクロール操作のスクロール速度を推定し、推定された前記一の端末におけるスクロール速度から、前記他の端末におけるスクロール速度を所定時間間隔で算出して前記他の端末に送信するステップと
を有することを特徴とする表示制御方法。
A display control device that automatically scrolls the display in the screen area of the other terminal in conjunction with the scroll operation performed on the display in the screen area of the one terminal among the plurality of connected terminals,
Obtaining operation information at the initial stage of the scrolling operation performed on the one terminal;
Based on the acquired operation information at the initial stage of the scroll operation, the scroll speed of the subsequent scroll operation in the one terminal is estimated, and the scroll speed in the other terminal is calculated from the estimated scroll speed in the one terminal. A display control method comprising: calculating at a predetermined time interval and transmitting to the other terminal.
請求項1または2に記載の表示制御装置を、コンピュータで構成するための表示制御用プログラム。   A display control program for configuring the display control device according to claim 1 or 2 by a computer.
JP2013258831A 2013-12-16 2013-12-16 Display control device, display control method, and display control program Active JP6040144B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013258831A JP6040144B2 (en) 2013-12-16 2013-12-16 Display control device, display control method, and display control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013258831A JP6040144B2 (en) 2013-12-16 2013-12-16 Display control device, display control method, and display control program

Publications (2)

Publication Number Publication Date
JP2015115020A JP2015115020A (en) 2015-06-22
JP6040144B2 true JP6040144B2 (en) 2016-12-07

Family

ID=53528711

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013258831A Active JP6040144B2 (en) 2013-12-16 2013-12-16 Display control device, display control method, and display control program

Country Status (1)

Country Link
JP (1) JP6040144B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6462047B2 (en) * 2017-06-13 2019-01-30 エヌ・ティ・ティ・コムウェア株式会社 Information providing system and information providing method
CN112925453B (en) * 2019-12-05 2022-07-15 阿里巴巴集团控股有限公司 Component display method, device, electronic equipment and computer readable storage medium

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006244377A (en) * 2005-03-07 2006-09-14 Canon Electronics Inc Automatic scroll control device, automatic scroll control method, and automatic scroll control program
US20070132789A1 (en) * 2005-12-08 2007-06-14 Bas Ording List scrolling in response to moving contact over list of index symbols
JP4281973B2 (en) * 2007-07-30 2009-06-17 シャープ株式会社 Character scroll display device, character scroll display method, display control program, and recording medium
JP4310358B2 (en) * 2007-10-22 2009-08-05 シャープ株式会社 Character scroll display device, character scroll display method, display control program, and recording medium
JP5857443B2 (en) * 2011-05-12 2016-02-10 ソニー株式会社 Content sharing system
JP5857246B2 (en) * 2011-12-26 2016-02-10 パナソニックIpマネジメント株式会社 Display control apparatus and display control method

Also Published As

Publication number Publication date
JP2015115020A (en) 2015-06-22

Similar Documents

Publication Publication Date Title
JP2017062850A5 (en) Information processing method, program, and terminal
JP2014179878A5 (en) Image data transmitting apparatus, image data receiving apparatus, image data transmitting method, image data receiving method, and program
US20150039998A1 (en) Screen sharing using scripting computer language code directly executable by web browser
JP2015507313A5 (en)
JP2015153073A5 (en)
JP5680400B2 (en) Display device, screen image transfer method, and program
JP2012256329A (en) Information transmission system, management server and information transmission method
US11502925B2 (en) Information processing terminal and control method
JP2015228066A (en) Information terminal, control method, and program
JP6040144B2 (en) Display control device, display control method, and display control program
KR20180112859A (en) Adjust graphical user interface elements
JP5696563B2 (en) Information processing apparatus, screen update method, screen update program, and information processing system
JP5612796B1 (en) Information processing apparatus, information processing method, and information processing program
JP6133460B1 (en) Operation support system, operation support program, and operation support method
WO2015011757A1 (en) Information processing apparatus, method, and program
JP6040143B2 (en) Display control device, display control method, and display control program
CN106909265B (en) Processing method and device of terminal system cursor event and mouse
JP2015060461A (en) Repeating device, thin client system, repeating method, and repeating program
JP5609441B2 (en) Conference progress support device, conference progress support system, conference progress support method, program
JP6471434B2 (en) Electronic conference system
JP2021179986A (en) Method of detecting switching of plc asset
JP5842076B2 (en) Display control method, computer, display control program, and storage medium
US20160119200A1 (en) Systems and methods for providing user analytics
JP5049856B2 (en) Information processing apparatus and information processing method
JP6596616B2 (en) Content sharing system, content sharing method and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160114

TRDD Decision of grant or rejection written
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20161019

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20161025

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20161107

R150 Certificate of patent or registration of utility model

Ref document number: 6040144

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150