JP6696737B2 - コンテンツ表示装置及びプログラム - Google Patents
コンテンツ表示装置及びプログラム Download PDFInfo
- Publication number
- JP6696737B2 JP6696737B2 JP2015128345A JP2015128345A JP6696737B2 JP 6696737 B2 JP6696737 B2 JP 6696737B2 JP 2015128345 A JP2015128345 A JP 2015128345A JP 2015128345 A JP2015128345 A JP 2015128345A JP 6696737 B2 JP6696737 B2 JP 6696737B2
- Authority
- JP
- Japan
- Prior art keywords
- content
- displayable area
- touch
- displayed
- detected
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0487—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
- G06F3/0488—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
- G06F3/04886—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures by partitioning the display area of the touch-screen or the surface of the digitising tablet into independently controllable areas, e.g. virtual keyboards or menus
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0487—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
- G06F3/0488—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2203/00—Indexing scheme relating to G06F3/00 - G06F3/048
- G06F2203/048—Indexing scheme relating to G06F3/048
- G06F2203/04808—Several contacts: gestures triggering a specific function, e.g. scrolling, zooming, right-click, when the user establishes several contacts with the surface simultaneously; e.g. using several fingers or a combination of fingers and pen
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
Description
表示可能領域にコンテンツを表示する表示部と、
タッチ位置を検出する位置検出部と、
前記検出されたタッチ位置が前記表示されたコンテンツ上であることを判定する判定部と、
前記判定部により、検出されたタッチ位置が前記表示されたコンテンツ上であると判定され、当該コンテンツの一部が前記表示部の表示可能領域外にある場合には、当該コンテンツ全体が表示可能領域内に表示されるように、コンテンツを移動制御する制御をするコンテンツ移動表示部と、
を備えることを特徴とする。
コンピュータに、
表示可能領域にコンテンツを表示する表示機能と、
タッチ位置を検出する位置検出機能と、
前記検出されたタッチ位置が前記表示されたコンテンツ上であることを判定する判定機能と、
前記判定機能により、検出されたタッチ位置が前記表示されたコンテンツ上であると判定され、当該コンテンツの一部が前記表示機能の表示可能領域外にある場合には、当該コンテンツ全体が表示可能領域内に表示されるように、コンテンツを移動制御するコンテンツ移動制御機能と、
を実現させることを特徴とする。
[1.1 全体構成]
まず、本発明のコンテンツ表示装置を適用した表示装置10の外観を図1に示す。表示装置10は、例えば液晶ディスプレイといった表示装置であり、タッチ入力が可能なタッチパネルで構成されている。
つづいて、本実施形態における表示装置10の機能構成について図2を用いて説明する。図2に示すように、表示装置10は、制御部110と、操作検出部120と、表示部130と、記憶部140とを備えて構成されている。
つづいて、本実施形態における処理の流れについて、図3を用いて説明する。まず、タッチを検出すると(ステップS102)、タッチされた位置(の座標)にコンテンツが表示されているか否かを判定する(ステップS104)。
つづいて、実際の操作を行った場合の操作例について図6を用いて説明する。図6(a)は、表示画面W100にコンテンツC100が表示されている画面である。このとき、コンテンツC100における領域R100については、画面には表示されていない。すなわち、コンテンツが表示可能領域外(仮想領域)も含んで表示されている。
つづいて第2実施形態について説明する。第2実施形態は、第1実施形態における図3の処理フローを図7の処理フローに置き換えたものである。なお、図3の処理フローと図7の処理フローとで同一の処理を行っている箇所には同一の符号を付し、その説明を省略する。
つづいて第3実施形態について説明する。第3実施形態は、第1実施形態における図3の処理フローを図8の処理フローに置き換えたものである。なお、図3の処理フローと図8の処理フローとで同一の処理を行っている箇所には同一の符号を付し、その説明を省略する。
つづいて第4実施形態について説明する。第4実施形態は、表示装置が複数ある場合、いわゆるマルチディスプレイに対応させた場合の実施形態について説明する。すなわち、図9に示すように、表示装置10と、表示装置12とを並べて表示させている。ここで、マルチディスプレイの表示方法としては複数あるが、本実施形態では表示可能領域を拡張した場合について説明する。すなわち、表示装置10の表示可能領域と、表示装置12の表示可能領域とが一つの領域として認識されている。そして、その表示可能領域が、表示装置毎にわかれている。
つづいて、第5実施形態について説明する。第5実施形態は、タッチ状態からフリック操作を検出した場合の実施形態である。第5実施形態は第4実施形態の図11の動作フローを図13に置き換えたものである。ここで、共通の処理には、共通の符号を付すことにより、説明を省略する。
つづいて第6実施形態について説明する。第6実施形態は、第4実施形態の図11を図15に置き換えた実施形態である。第4実施形態と同一の処理には同一の符号を付し、説明を省略する。
以上、この発明の実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も特許請求の範囲に含まれる。
110 :制御部
120 :操作検出部
130 :表示部
140 :記憶部
Claims (7)
- コンテンツの全体又は一部を表示可能領域に表示する表示部と、
タッチ位置を検出する位置検出部と、
前記検出されたタッチ位置において検出した操作がマルチタッチであり、当該タッチ位置を検出した時の位置が前記表示されたコンテンツ上であることを判定する判定部と、
前記判定部により、前記タッチ位置を検出した時の位置が前記表示されたコンテンツ上であると判定され、当該コンテンツの一部が前記表示可能領域の外側の領域にある場合には、当該コンテンツ全体が前記表示可能領域内に表示されるように、当該コンテンツを移動表示するように制御するコンテンツ移動制御部と、
を備えることを特徴とするコンテンツ表示装置。 - コンテンツの全体又は一部を表示可能領域にコンテンツを表示する表示部と、
タッチ位置を検出する位置検出部と、
前記検出されたタッチ位置において検出した操作がダブルタップであり、当該タッチ位置を検出した時の位置が前記表示されたコンテンツ上であることを判定する判定部と、
前記判定部により、前記タッチ位置を検出した時の位置が前記表示されたコンテンツ上であると判定され、当該コンテンツの一部が前記表示可能領域の外側の領域にある場合には、当該コンテンツ全体が前記表示可能領域内に表示されるように、当該コンテンツを移動表示するように制御するコンテンツ移動制御部と、
を備えることを特徴とするコンテンツ表示装置。 - コンテンツの全体又は一部を表示可能領域に表示する表示部と、
タッチ位置を検出する位置検出部と、
前記検出されたタッチ位置においてタッチ状態を所定時間検出し、当該タッチ位置を検出した時の位置が前記表示されたコンテンツ上であることを判定する判定部と、
前記判定部により、前記タッチ位置を検出した時の位置が前記表示されたコンテンツ上であると判定され、当該コンテンツの一部が前記表示可能領域の外側の領域にある場合には、当該コンテンツ全体が前記表示可能領域内に表示されるように、当該コンテンツを移動表示するように制御するコンテンツ移動制御部と、
を備えることを特徴とするコンテンツ表示装置。 - 第1表示可能領域と、第2表示可能領域とを有する表示可能領域にコンテンツを表示する表示部と、
タッチを検出する検出部と、
前記検出部によりタッチを検出した時の位置が前記表示されたコンテンツ上であることを判定する判定部と、
前記タッチを検出した時のコンテンツが、前記第1表示可能領域と、前記第2表示可能領域とにまたがって表示されている場合には、前記タッチを検出した時の位置が含まれる表示可能領域に、当該コンテンツ全体が表示可能領域内に表示されるように、当該コンテンツを移動表示するように制御するコンテンツ移動制御部と、
を備えることを特徴とするコンテンツ表示装置。 - 前記検出部によりタッチを検出した後に、フリック操作を検出するフリック操作検出部を更に有し、
前記コンテンツ移動制御部は、前記タッチを検出した後に、フリック操作を検出した場合には、当該コンテンツ全体が前記フリック操作の方向にある表示可能領域内に表示されるように、当該コンテンツを移動表示するように制御することを特徴とする請求項4に記載のコンテンツ表示装置。 - コンピュータに、
表示可能領域に含まれるコンテンツを表示する表示機能と、
タッチを検出する検出機能と、
前記検出機能によりタッチを検出した時の位置が前記表示可能領域に含まれるコンテンツ上であることを判定する判定機能と、
前記タッチを検出した時のコンテンツが、前記表示可能領域と、前記表示可能領域の外側の領域とに含まれる場合には、前記表示可能領域に当該コンテンツを移動表示するように制御するコンテンツ移動制御機能と、
を実現させるためのプログラムであって、
前記判定機能は、マルチタッチを検出、ダブルタップを検出又はタッチ状態を所定時間検出した場合には、当該タッチを検出した時の位置が前記表示されたコンテンツ上であることを判定することを前記コンピュータに実現させるためのプログラム。 - コンピュータに、
第1表示可能領域と、第2表示可能領域とを有する表示可能領域にコンテンツを表示する表示機能と、
タッチを検出する検出機能と、
前記検出機能によりタッチを検出した時の位置が前記表示されたコンテンツ上であることを判定する判定機能と、
前記タッチを検出した時のコンテンツが、前記第1表示可能領域と、前記第2表示可能領域とにまたがって表示されている場合には、前記タッチを検出した時の位置が含まれる表示可能領域に、当該コンテンツ全体が表示可能領域内に表示されるように、当該コンテンツを移動表示するように制御するコンテンツ移動制御機能と、
を実現させるためのプログラム。
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015128345A JP6696737B2 (ja) | 2015-06-26 | 2015-06-26 | コンテンツ表示装置及びプログラム |
US15/050,961 US10620818B2 (en) | 2015-06-26 | 2016-02-23 | Content display device, content display method and program |
CN201610104308.XA CN106293450B (zh) | 2015-06-26 | 2016-02-25 | 内容显示装置以及内容显示方法 |
US16/813,033 US11068151B2 (en) | 2015-06-26 | 2020-03-09 | Content display device, content display method and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015128345A JP6696737B2 (ja) | 2015-06-26 | 2015-06-26 | コンテンツ表示装置及びプログラム |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2020076764A Division JP6858288B2 (ja) | 2020-04-23 | 2020-04-23 | 表示装置、表示方法及びプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2017010480A JP2017010480A (ja) | 2017-01-12 |
JP6696737B2 true JP6696737B2 (ja) | 2020-05-20 |
Family
ID=57602302
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015128345A Active JP6696737B2 (ja) | 2015-06-26 | 2015-06-26 | コンテンツ表示装置及びプログラム |
Country Status (3)
Country | Link |
---|---|
US (2) | US10620818B2 (ja) |
JP (1) | JP6696737B2 (ja) |
CN (1) | CN106293450B (ja) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6696737B2 (ja) * | 2015-06-26 | 2020-05-20 | シャープ株式会社 | コンテンツ表示装置及びプログラム |
JP6807343B2 (ja) * | 2018-04-16 | 2021-01-06 | 株式会社デンソーテン | 付着物除去システム、及び付着物の除去方法 |
KR20210069733A (ko) * | 2018-12-07 | 2021-06-11 | 미쓰비시덴키 가부시키가이샤 | 입력 표시 제어 장치, 입력 표시 제어 방법 및 입력 표시 시스템 |
JP6641530B1 (ja) * | 2018-12-07 | 2020-02-05 | 三菱電機株式会社 | 入力表示制御装置、入力表示制御方法及び入力表示システム |
Family Cites Families (51)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9513744B2 (en) * | 1994-08-15 | 2016-12-06 | Apple Inc. | Control systems employing novel physical controls and touch screens |
JPH08137653A (ja) * | 1994-11-07 | 1996-05-31 | Toshiba Corp | ウインド表示方法、ウインド移動方法及び文書作成装置 |
JPH11353084A (ja) * | 1998-06-09 | 1999-12-24 | Fujitsu Ltd | コンピュータシステム |
JP2000267783A (ja) * | 1999-03-18 | 2000-09-29 | Sharp Corp | 表示内容の移動制御装置及び表示内容の移動制御方法 |
EP1393189A4 (en) * | 2001-05-02 | 2007-06-13 | Bitstream Inc | METHODS, SYSTEMS AND PROGRAMMING FOR DISPLAYING REDUCED CONTENTS USING A VARIABLE SCALE FACTOR |
US20040044574A1 (en) * | 2002-06-04 | 2004-03-04 | Kordex, Inc. | Apparatus for displaying local advertising to a display screen |
US7884804B2 (en) * | 2003-04-30 | 2011-02-08 | Microsoft Corporation | Keyboard with input-sensitive display device |
US8819569B2 (en) * | 2005-02-18 | 2014-08-26 | Zumobi, Inc | Single-handed approach for navigation of application tiles using panning and zooming |
JP4799013B2 (ja) | 2005-03-11 | 2011-10-19 | 富士通株式会社 | マルチディスプレイにおけるウインドウの表示制御装置 |
US8564544B2 (en) * | 2006-09-06 | 2013-10-22 | Apple Inc. | Touch screen device, method, and graphical user interface for customizing display of content category icons |
US20080165148A1 (en) * | 2007-01-07 | 2008-07-10 | Richard Williamson | Portable Electronic Device, Method, and Graphical User Interface for Displaying Inline Multimedia Content |
US8259080B2 (en) * | 2008-03-31 | 2012-09-04 | Dell Products, Lp | Information handling system display device and methods thereof |
JP5278948B2 (ja) * | 2008-12-01 | 2013-09-04 | シャープ株式会社 | オブジェクト表示装置、オブジェクト表示方法、およびオブジェクト表示プログラム |
JP2010176332A (ja) * | 2009-01-28 | 2010-08-12 | Sony Corp | 情報処理装置、情報処理方法およびプログラム |
US8988356B2 (en) * | 2009-12-31 | 2015-03-24 | Google Inc. | Touch sensor and touchscreen user input combination |
JP4865053B2 (ja) | 2010-04-22 | 2012-02-01 | 株式会社東芝 | 情報処理装置およびドラッグ制御方法 |
US8683377B2 (en) * | 2010-05-12 | 2014-03-25 | Adobe Systems Incorporated | Method for dynamically modifying zoom level to facilitate navigation on a graphical user interface |
US8593418B2 (en) * | 2010-08-08 | 2013-11-26 | Qualcomm Incorporated | Method and system for adjusting display content |
US8766984B2 (en) * | 2010-08-20 | 2014-07-01 | Qualcomm Incorporated | Graphics rendering methods for satisfying minimum frame rate requirements |
US8875047B2 (en) * | 2010-08-31 | 2014-10-28 | Blackboard Inc. | Smart docking for windowing systems |
US20120062602A1 (en) * | 2010-09-13 | 2012-03-15 | Nokia Corporation | Method and apparatus for rendering a content display |
CN102033706A (zh) * | 2010-12-14 | 2011-04-27 | 广东威创视讯科技股份有限公司 | 一种自动调整菜单方法及自动调整菜单系统 |
CN105867531B (zh) * | 2011-02-10 | 2019-08-09 | 三星电子株式会社 | 包含触摸屏显示器的便携式设备以及控制它的方法 |
DE112011105305T5 (de) * | 2011-06-03 | 2014-03-13 | Google, Inc. | Gesten zur Textauswahl |
KR101654553B1 (ko) * | 2011-12-16 | 2016-09-07 | 삼성전자주식회사 | 휴대 단말기의 터치 입력 방법 및 장치 |
JP2013200863A (ja) * | 2012-02-23 | 2013-10-03 | Panasonic Corp | 電子機器 |
KR101951228B1 (ko) * | 2012-10-10 | 2019-02-22 | 삼성전자주식회사 | 멀티 디스플레이 장치 및 그 촬상 방법 |
KR20140046329A (ko) * | 2012-10-10 | 2014-04-18 | 삼성전자주식회사 | 멀티 디스플레이 장치 및 그 디스플레이 제어 방법 |
CN104919519B (zh) * | 2012-12-10 | 2017-10-27 | 松下知识产权经营株式会社 | 便携终端装置和亮度控制方法 |
KR20140082434A (ko) * | 2012-12-24 | 2014-07-02 | 삼성전자주식회사 | 전자장치에서 화면 표시 방법 및 장치 |
US9285880B2 (en) * | 2012-12-26 | 2016-03-15 | Panasonic Intellectual Property Management Co., Ltd. | Touch panel device and method of controlling a touch panel device |
KR102058368B1 (ko) | 2013-01-21 | 2019-12-24 | 엘지전자 주식회사 | 이동 단말기 및 그것의 제어방법 |
JP6131072B2 (ja) | 2013-03-14 | 2017-05-17 | シャープ株式会社 | 表示制御装置 |
US9477404B2 (en) * | 2013-03-15 | 2016-10-25 | Apple Inc. | Device, method, and graphical user interface for managing concurrently open software applications |
JP2014203164A (ja) * | 2013-04-02 | 2014-10-27 | 株式会社東芝 | 情報処理装置、情報処理方法およびプログラム |
US9066048B2 (en) * | 2013-06-17 | 2015-06-23 | Spotify Ab | System and method for switching between audio content while navigating through video streams |
JP6271881B2 (ja) * | 2013-06-26 | 2018-01-31 | キヤノン株式会社 | 情報処理装置およびその制御方法、プログラム、記録媒体 |
US10001817B2 (en) * | 2013-09-03 | 2018-06-19 | Apple Inc. | User interface for manipulating user interface objects with magnetic properties |
JP6018996B2 (ja) * | 2013-09-04 | 2016-11-02 | シャープ株式会社 | 情報処理装置 |
GB2520310A (en) * | 2013-11-15 | 2015-05-20 | Sony Corp | A method, server, client and software |
JP6399744B2 (ja) * | 2013-12-04 | 2018-10-03 | キヤノン株式会社 | 表示装置、表示方法 |
JP5943021B2 (ja) * | 2014-03-10 | 2016-06-29 | コニカミノルタ株式会社 | タッチパネル入力装置 |
US9910505B2 (en) * | 2014-06-17 | 2018-03-06 | Amazon Technologies, Inc. | Motion control for managing content |
US10019140B1 (en) * | 2014-06-26 | 2018-07-10 | Amazon Technologies, Inc. | One-handed zoom |
US9785323B2 (en) * | 2014-07-23 | 2017-10-10 | Adobe Systems Incorporated | Touch-based user interface control tiles |
EP4027227A1 (en) * | 2014-09-02 | 2022-07-13 | Apple Inc. | Reduced-size interfaces for managing alerts |
US9858356B1 (en) * | 2015-02-27 | 2018-01-02 | Amazon Technologies, Inc. | Automated page generation using value-based recommendations |
TW201636082A (zh) * | 2015-04-13 | 2016-10-16 | Infinite Electronics Inc | 數位麻將遊戲機 |
JP6696737B2 (ja) * | 2015-06-26 | 2020-05-20 | シャープ株式会社 | コンテンツ表示装置及びプログラム |
US10440307B2 (en) * | 2015-12-22 | 2019-10-08 | Casio Computer Co., Ltd. | Image processing device, image processing method and medium |
US10689128B2 (en) * | 2018-10-23 | 2020-06-23 | Honeywell International Inc. | Methods and systems for a graphical user interface of an electronic aviation checklist |
-
2015
- 2015-06-26 JP JP2015128345A patent/JP6696737B2/ja active Active
-
2016
- 2016-02-23 US US15/050,961 patent/US10620818B2/en active Active
- 2016-02-25 CN CN201610104308.XA patent/CN106293450B/zh active Active
-
2020
- 2020-03-09 US US16/813,033 patent/US11068151B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
US10620818B2 (en) | 2020-04-14 |
JP2017010480A (ja) | 2017-01-12 |
CN106293450B (zh) | 2020-08-18 |
CN106293450A (zh) | 2017-01-04 |
US20200210040A1 (en) | 2020-07-02 |
US11068151B2 (en) | 2021-07-20 |
US20160378290A1 (en) | 2016-12-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11698706B2 (en) | Method and apparatus for displaying application | |
EP3017350B1 (en) | Manipulation of content on a surface | |
US10126914B2 (en) | Information processing device, display control method, and computer program recording medium | |
KR101814391B1 (ko) | 에지 제스처 기법 | |
US11068151B2 (en) | Content display device, content display method and program | |
TWI601038B (zh) | 低潛時觸控輸入裝置 | |
JP6559403B2 (ja) | コンテンツ表示装置、コンテンツ表示方法及びプログラム | |
US10379706B2 (en) | Device for and method of changing size of display window on screen | |
KR20170040283A (ko) | 애플리케이션 윈도우에 대한 동적 조인트 디바이더 | |
US11366579B2 (en) | Controlling window using touch-sensitive edge | |
TWI573071B (zh) | 多應用程式觀看技術 | |
JP6349015B2 (ja) | タッチ入力装置のディスプレイ方法 | |
US20150033161A1 (en) | Detecting a first and a second touch to associate a data file with a graphical data object | |
JP6832725B2 (ja) | 表示装置、表示方法及びプログラム | |
US20160034126A1 (en) | Visual cues for scrolling | |
JP6858288B2 (ja) | 表示装置、表示方法及びプログラム | |
JP6872883B2 (ja) | 表示制御装置、表示システム、表示方法及びプログラム | |
US20160378310A1 (en) | Content display device and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20180323 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20181127 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20190108 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20190301 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20190827 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20191025 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20200331 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20200423 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6696737 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |