JP2003084744A - エミュレーション装置、エミュレーション方法及びその方法を実行するプログラム並びにそのプログラムを記録した記録媒体 - Google Patents

エミュレーション装置、エミュレーション方法及びその方法を実行するプログラム並びにそのプログラムを記録した記録媒体

Info

Publication number
JP2003084744A
JP2003084744A JP2001272937A JP2001272937A JP2003084744A JP 2003084744 A JP2003084744 A JP 2003084744A JP 2001272937 A JP2001272937 A JP 2001272937A JP 2001272937 A JP2001272937 A JP 2001272937A JP 2003084744 A JP2003084744 A JP 2003084744A
Authority
JP
Japan
Prior art keywords
display
emulation
target machine
module
resolution
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2001272937A
Other languages
English (en)
Inventor
Masayuki Fujii
正行 藤井
Tatsuo Fukushi
辰雄 福士
Shinichi Egami
慎一 江上
Yusuke Otani
祐介 大谷
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP2001272937A priority Critical patent/JP2003084744A/ja
Publication of JP2003084744A publication Critical patent/JP2003084744A/ja
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

(57)【要約】 【課題】実行マシンの表示解像度と著しく異なる解像度
を有するターゲットマシンのエミュレーションを行う場
合に、エミュレーション画面が実行マシンの表示装置に
非常に小さく表示されたり、逆にエミュレーション画面
が実行マシンの表示装置に表示しきれなくなり、表示内
容の確認および操作が難しくなる問題があった。 【解決手段】エミュレーション装置に倍率設定モジュー
ル、拡大縮小モジュール、座標変換モジュールを設け、
描画時に拡大縮小モジュールで画像の倍率を変更して表
示する。ポインティングデバイスの操作があった場合に
は、座標変換モジュールで倍率による座標の変化を補正
する。

Description

【発明の詳細な説明】
【0001】
【発明の属する技術分野】この発明は、エミュレーショ
ンに関し、特に、実行マシン上で、当該実行マシンとは
異なるアーキテクチャもしくはオペレーティングシステ
ムを持つターゲットマシンの文字、グラフィック等の表
示をエミュレートするエミュレーション装置、方法及び
その方法を実現するプログラムに関する。
【0002】
【従来の技術】従来のエミュレーション装置は図5に示
すような構成であって、エミュレーションを実行するエ
ミュレータ部151、実行マシンを制御するオペレーテ
ィングシステム200、文字やグラフィックを表示する
表示装置300、エミュレーション装置の操作に用いる
ポインティングデイス302からなるものであった。
【0003】前記従来のエミュレーション装置における
エミュレータ部151は、エミュレーション実行の基本
部分であるエミュレータコアモジュール100、ターゲ
ットマシンの表示装置に表示されるべき画像の情報を格
納する仮想画面メモリ101、仮想画面メモリに格納さ
れている画像をオペレーティングシステム200を介し
て実行マシンの表示装置300に表示する表示モジュー
ル102、実行マシンにおけるポインティングデバイス
302の操作の情報をエミュレータコアモジュール内部
で利用する形式の情報に変換するポインティングデバイ
スモジュール108からなる。
【0004】従来のエミュレーション装置における表示
は、ターゲットマシンの表示における1ドットを実行マ
シンでも1ドットで表示していた。従って、それぞれの
解像度が異なる場合、例えば、実行マシンの表示装置の
解像度がM×Nドットであり、ターゲットマシンのそれ
がm×nドットの場合には、M×Nドットのスクリーン
上に、m×nドットのウィンドウを作成し、そのウィン
ドウに描画することによってターゲットマシンの描画を
模擬していた。
【0005】
【発明が解決しようとする課題】しかしながら、上記の
ような従来の技術では、ターゲットマシンと実行マシン
の表示解像度が著しく異なる場合、実行マシンでの表示
内容の視認性及び操作性が低下する問題があった。
【0006】例えば、実行マシンの表示装置の解像度が
1280×1024ドットであり、ターゲットマシンの
表示装置の解像度が320×240ドットの場合のよう
に、ターゲットマシンと比較して実行マシンの解像度が
著しく高い場合、実行マシン上に描画されるエミュレー
ション画面は表示装置の20分の1程度に小さく表示さ
れ、内容の確認および操作が難しくなる。
【0007】逆に、実行マシンの表示装置の解像度が6
40×480で、ターゲットマシンの表示装置の解像度
が800×600の場合のように、ターゲットマシンと
比較して実行マシンの表示装置の解像度が低い場合、実
行マシンの表示装置にターゲットマシンに表示されるべ
き画像全体を表示することができず、表示が隠れてしま
う。
【0008】特にGUIを用いた表示のエミュレーショ
ンを行なう場合、表示装置の能力はマンマシンインター
フェイスに大きな影響を与える。表示が小さいと文字な
どを表示した場合に内容の確認が難しくなり、マウスな
どのポインティングデバイスで操作する場合には細かい
操作を強いられることになる。また、画像全体が表示さ
れず表示が隠れてしまうと、その隠れた部分を操作する
必要がある機能は利用できない可能性が生じるという欠
点を持っていた。
【0009】本発明の目的は、エミュレーション装置に
おいて上記の問題を解決する手段を提供することであ
る。
【0010】
【課題を解決するための手段】前記目的を達成するため
に、本発明によるエミュレーション装置は、エミュレー
ションの基本動作及びエミュレーション装置の制御を行
なうエミュレータコアモジュールと、前記ターゲットマ
シンの表示装置に表示される第1の画像情報を格納する
仮想画面メモリと、前記ターゲットマシンの表示装置の
解像度を記憶するターゲットマシン表示装置解像度記憶
部と、前記ターゲットマシン表示装置解像度記憶部に記
憶された解像度情報と、実行マシンの表示装置の解像度
とから、実行マシンの表示装置に表示する前記ターゲッ
トマシンの表示倍率を決定する倍率決定モジュールと、
前記倍率決定モジュールから得られる表示倍率情報に従
って表示すべき画像を拡大もしくは縮小する拡大縮小モ
ジュールと、前記仮想画面メモリからの第1の画像情報
と、前記拡大縮小モジュールからの画像拡大/縮小情報
に従って、表示用の第2の画像情報を生成する表示モジ
ュールとを備え、更に、ポインティングデバイスから入
力された座標を、模擬されたターゲットマシンの表示に
おける座標に変換する座標変換モジュールを備えたこと
を特徴としている。
【0011】また、本発明によるエミュレーション方法
は、前記ターゲットマシンの表示解像度情報を取得し、
前記ターゲットマシンの表示解像度情報及びエミュレー
ションを実行するマシンの表示解像度情報から表示倍率
を決定し、前記ターゲットマシンの表示装置に表示され
る第1の画像情報を格納し、前記第1の画像情報を表示
するための第2の画像情報を生成し、前記表示倍率に従
って前記第2の画像情報を拡大もしくは縮小する、ステ
ップを備え、更に、ポインティングデバイスから入力さ
れた座標を、模擬されたターゲットマシンの表示におけ
る座標に変換するステップを備えたことを特徴としてい
る。
【0012】前記方法はコンピュータ・プログラムとし
て実現されてもよい。
【0013】
【発明の実施の形態】以下、本発明の一実施例を図面に
基いて説明する。本発明によるエミュレーション装置の
構成を図1に示す。このエミュレーション装置は、エミ
ュレーションを実行するエミュレータ部150、実行マ
シンを制御するオペレーティングシステム200、文字
やグラフィックを表示する表示装置300、表示装置3
00の解像度を記憶する表示装置解像度記憶部301、
ユーザーからの指示を受け付けるポインティングデバイ
ス302からなる。なお各図において同一の参照番号を
付した部分は同一の構成を示す。
【0014】本発明によるエミュレータ部150は、エ
ミュレーションの基本動作を行なうエミュレータコアモ
ジュール100、ターゲットマシンの表示装置に表示さ
れるべき画像の情報を格納する仮想画面メモリ101、
仮想画面メモリに格納されている画像をオペレーティン
グシステム200を介して実行マシンの表示装置300
に表示する表示モジュール102、画像の拡大および縮
小を行なう拡大縮小モジュール103、画面の表示倍率
を決定する倍率決定モジュール104、倍率決定モジュ
ール104から得られる倍率に従って座標の変換を行な
う座標変換モジュール105、実行マシンにおけるポイ
ンティングデバイス302の操作の情報をエミュレータ
コアモジュールの内部で利用する形式の情報に変換する
ポインティングデバイスモジュール106、およびター
ゲットマシンの表示装置の解像度を記憶するターゲット
マシン表示装置解像度記憶部107からなる。
【0015】次に、本発明によるエミュレーション方法
を図を参照して説明する。本発明によるエミュレーショ
ン方法は、図2に示す倍率決定処理、図3に示す描画処
理、図4に示すポインティングデバイス処理からなる。
【0016】まず表示倍率の決定手順を図2に示すフロ
ーチャートに基いて説明する。倍率決定モジュール10
4は、ターゲットマシン表示装置解像度記憶部107か
らターゲットマシンの表示装置の解像度情報を取得する
(ステップS100)。この実施例では、ターゲットマ
シン表示装置解像度記憶部107に予め複数機種のター
ゲットマシンの表示装置の解像度情報を記憶させておい
て、これからエミュレートするターゲットマシンに応じ
て取得できるようにしているが、表示倍率の決定処理中
にその都度外部から情報を与えるようにしても良い。続
いて倍率決定モジュール104は、マシンオペレーティ
ングシステム200に問い合わせることにより、表示装
置解像度記憶部301に記憶した実行マシンの解像度を
取得する(ステップS110)。これも、表示倍率の決
定処理中にその都度外部から情報を与えるようにしても
良い。
【0017】次に倍率決定モジュール104は、これら
の取得した解像度から自動設定倍率の上限Mmaxは次
の式により決定する(ステップS120)。 Mmax = min { Wm / Wemu, H
m / Hemu } (ここで、Wm、Hmは夫々実行マシンの表示装置の
幅、高さのピクセル数、Wemu、Hemuは夫々ター
ゲットマシンの表示装置の幅、高さのピクセル数、Mm
axは自動設定倍率の上限値である。)最後に倍率決定
モジュール104は、Mmaxを越えない正の値を持つ
表示倍率Mdspを設定する(ステップ130)。
【0018】従来の技術においては、図6(A)のよう
に表示装置300に幅Wemu、高さHemuのウィン
ドウを作成してターゲットマシンの画面を表示していた
が、本発明においてはこのように自動的に倍率を決定す
る事によって、上記表示倍率Mdspを用いて図6
(B)のように幅Wemu×Mdsp、高さHemu×
Mdspのウィンドウを作成してターゲットマシンの模
擬画面を倍率変更して表示することができる。
【0019】なお、エミュレータ部150の以下に説明
する描画処理とポインティングデバイス処理以外の動作
は、上述の表示倍率に影響されることはない。次に、描
画処理の手順を図3に示すフローチャートと図7、図
8、図9、図10および図11を夫々参照して説明す
る。まず、図7に示すようにエミュレータコアモジュー
ル100が仮想画面メモリ101にターゲットマシンの
表示装置に表示される画像の図形(ここでは模式的に両
矢印で表わす)を描画し(ステップS300)、描画し
た図形全体を含む領域を再描画領域とする(ステップS
310)。仮想画面メモリ101はその上に構築された
仮想画面(図8)に対応し、描画された図形は仮想画面
内に表示される。エミュレータコアモジュール100
は、図8に示すように、仮想画面上の図形の左上座標
(X,Y)、幅Wr、高さHrで規定される再描画領域
の再描画を表示モジュール102に対して要求する(ス
テップS320)。再描画要求を受けた表示モジュール
102は要求された再描画領域の図9に示すようなイメ
ージを仮想画面メモリ101から取得し(ステップS3
30)、そのイメージを倍率決定モジュール103など
によって決定された表示倍率に応じて倍率変更するよう
拡大縮小モジュール103に要求する。拡大縮小モジュ
ール103は、倍率設定モジュール104に問合せて表
示倍率Mdspを取得し、イメージの拡大縮小を行なう
ことによって図10に示すような幅Wr×Mdsp、高
さHr×Mdspの画像を作成する(ステップS34
0)。次に表示モジュール102は、図11に示すよう
に倍率変更されたイメージの再描画領域での左上座標
(X×Mdsp,Y×Mdsp)を求め(ステップS3
50)、再描画領域に拡大縮小されたイメージを描画す
るようにオペレーティングシステムに要求する(ステッ
プS360)。
【0020】次に、ポインティングデバイスのエミュレ
ーションの手順を図4に示すフローチャート及び図12
を参照して説明する。ユーザーがポインティングデバイ
ス302を操作して図12(A)に示す倍率変更されて
いるエミュレーション装置画面の座標(Xp,Yp)に
ある点P1を指示すると(ステップS400)、オペー
ティングシステム200からポインティングデバイスイ
ベントが送信され、座標変換モジュール105がそのイ
ベントを受け取る(ステップS405)。座標変換モジ
ュール105は、倍率設定モジュール104から倍率M
dspを取得し(ステップS410)、座標変換を行な
って図12(B)に示す倍率1の場合の表示における点
P2の座標(Xpn,Ypn)を求める(ステップS4
20)。ここで、Xpn、Ypnの値は以下の式で求め
られる。 Xpn = X / Mdsp Ypn = Y / Mdsp 座標変換モジュール105は、座標(Xpn、Ypn)
をポインティングデバイスモジュール106に渡す(ス
テップS430)。
【0021】
【発明の効果】以上説明したように、本発明によれば、
ターゲットマシンと実行マシンの表示解像度が著しく異
なる場合でも、両者の解像度の差に基づいてエミュレー
ション画面を自動的に拡大・縮小する事により、実行マ
シンでの表示内容の視認性及び操作性が低下する事を防
止できる効果がある。
【図面の簡単な説明】
【図1】 本発明によるエミュレーション装置の概略構
成を示すブロック図。
【図2】 本発明によるエミュレーション方法の倍率設
定の手順を示すフローチャート。
【図3】 本発明によるエミュレーション方法の描画処
理の手順を示すフローチャート。
【図4】 本発明によるエミュレーション方法のポイン
ティングデバイス処理の手順を示すフローチャート。
【図5】 従来技術によるエミュレーション装置の概略
構成を示すブロック図。
【図6】 従来技術と本発明によるターゲットマシンの
模擬画面の表示の一例を示す図。
【図7】 再描画領域決定の概要を示す図。
【図8】 仮想画面内の再描画領域の一例を示す図。
【図9】 表示モジュール102が仮想画面メモリ10
1から取得したイメージの模式図。
【図10】 拡大縮小モジュール103が倍率の変更を
行なったイメージの模式図。
【図11】 表示モジュール102が要求する描画を説
明する模式図。
【図12】 座標変換モジュール105における座標変
換の一例を示す図。
【符号の説明】
100:エミュレータコアモジュール 101:仮想画面メモリ 102:表示モジュール 103:拡大縮小モジュール 104:倍率設定モジュール 105:座標変換モジュール 106:ポインティングデバイスモジュール 107:ターゲットマシン表示装置解像度記憶部 150:エミュレータ部 151:従来のエミュレータ部 200:オペレーティングシステム 300:表示装置 301:ポインティングデバイス
───────────────────────────────────────────────────── フロントページの続き (72)発明者 江上 慎一 大阪府大阪市阿倍野区長池町22番22号シャ ープ株式会社内 (72)発明者 大谷 祐介 大阪府大阪市阿倍野区長池町22番22号シャ ープ株式会社内 Fターム(参考) 5B069 AA01 BA04 BB16 CA15 DD13 5C082 AA24 BA12 BA26 BB25 BB42 CA32 CA55 CB03 CB05 DA22 DA42 MM09 MM10

Claims (6)

    【特許請求の範囲】
  1. 【請求項1】ターゲットマシンの表示を模擬するエミュ
    レーション装置であって、エミュレーションの基本動作
    及びエミュレーション装置の制御を行なうエミュレータ
    コアモジュールと、前記ターゲットマシンの表示装置に
    表示される第1の画像情報を格納する仮想画面メモリ
    と、前記ターゲットマシンの表示装置の解像度を記憶す
    るターゲットマシン表示装置解像度記憶部と、前記ター
    ゲットマシン表示装置解像度記憶部に記憶された解像度
    情報と、実行マシンの表示装置の解像度とから、実行マ
    シンの表示装置に表示する前記ターゲットマシンの表示
    倍率を決定する倍率決定モジュールと、前記倍率決定モ
    ジュールから得られる表示倍率情報に従って表示すべき
    画像を拡大もしくは縮小する拡大縮小モジュールと、前
    記仮想画面メモリからの第1の画像情報と、前記拡大縮
    小モジュールからの画像拡大/縮小情報に従って、表示
    用の第2の画像情報を生成する表示モジュールと、を備
    えたことを特徴とするエミュレーション装置。
  2. 【請求項2】請求項1に記載のエミュレーション装置に
    おいて、更に、ポインティングデバイスから入力された
    座標を、模擬されたターゲットマシンの表示における座
    標に変換する座標変換モジュールを備えたことを特徴と
    するエミュレーション装置。
  3. 【請求項3】ターゲットマシンの表示を模擬するエミュ
    レーション方法であって、前記ターゲットマシンの表示
    解像度情報を取得し、前記ターゲットマシンの表示解像
    度情報及びエミュレーションを実行するマシンの表示解
    像度情報から表示倍率を決定し、前記ターゲットマシン
    の表示装置に表示される第1の画像情報を格納し、前記
    第1の画像情報を表示するための第2の画像情報を生成
    し、前記表示倍率に従って前記第2の画像情報を拡大も
    しくは縮小する、ステップを備えたことを特徴とするエ
    ミュレーション方法。
  4. 【請求項4】請求項3に記載のエミュレーション方法に
    おいて、更に、ポインティングデバイスから入力された
    座標を、模擬されたターゲットマシンの表示における座
    標に変換するステップを備えたことを特徴とするエミュ
    レーション方法。
  5. 【請求項5】請求項3又は請求項4に記載のエミュレー
    ション方法を実行するプログラム。
  6. 【請求項6】請求項5に記載のエミュレーション方法を
    実行するプログラムを記録した媒体。
JP2001272937A 2001-09-10 2001-09-10 エミュレーション装置、エミュレーション方法及びその方法を実行するプログラム並びにそのプログラムを記録した記録媒体 Pending JP2003084744A (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001272937A JP2003084744A (ja) 2001-09-10 2001-09-10 エミュレーション装置、エミュレーション方法及びその方法を実行するプログラム並びにそのプログラムを記録した記録媒体

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001272937A JP2003084744A (ja) 2001-09-10 2001-09-10 エミュレーション装置、エミュレーション方法及びその方法を実行するプログラム並びにそのプログラムを記録した記録媒体

Publications (1)

Publication Number Publication Date
JP2003084744A true JP2003084744A (ja) 2003-03-19

Family

ID=19098226

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001272937A Pending JP2003084744A (ja) 2001-09-10 2001-09-10 エミュレーション装置、エミュレーション方法及びその方法を実行するプログラム並びにそのプログラムを記録した記録媒体

Country Status (1)

Country Link
JP (1) JP2003084744A (ja)

Cited By (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013516699A (ja) * 2010-01-06 2013-05-13 アップル インコーポレイテッド 別の装置の表示解像度を持つモードを含む複数のアプリケーション表示モードを有する装置および方法
US9052926B2 (en) 2010-04-07 2015-06-09 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
US9207838B2 (en) 2011-08-26 2015-12-08 Apple Inc. Device, method, and graphical user interface for managing and interacting with concurrently open software applications
US9244606B2 (en) 2010-12-20 2016-01-26 Apple Inc. Device, method, and graphical user interface for navigation of concurrently open software applications
US9513801B2 (en) 2010-04-07 2016-12-06 Apple Inc. Accessing electronic notifications and settings icons with gestures
US9569102B2 (en) 2010-01-06 2017-02-14 Apple Inc. Device, method, and graphical user interface with interactive popup views
US9602729B2 (en) 2015-06-07 2017-03-21 Apple Inc. Devices and methods for capturing and interacting with enhanced digital images
US9619076B2 (en) 2012-05-09 2017-04-11 Apple Inc. Device, method, and graphical user interface for transitioning between display states in response to a gesture
US9645732B2 (en) 2015-03-08 2017-05-09 Apple Inc. Devices, methods, and graphical user interfaces for displaying and using menus
US9674426B2 (en) 2015-06-07 2017-06-06 Apple Inc. Devices and methods for capturing and interacting with enhanced digital images
US9684429B2 (en) 2013-03-15 2017-06-20 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
US9753639B2 (en) 2012-05-09 2017-09-05 Apple Inc. Device, method, and graphical user interface for displaying content associated with a corresponding affordance
US9778771B2 (en) 2012-12-29 2017-10-03 Apple Inc. Device, method, and graphical user interface for transitioning between touch input to display output relationships
US9785305B2 (en) 2015-03-19 2017-10-10 Apple Inc. Touch input cursor manipulation
US9823831B2 (en) 2010-04-07 2017-11-21 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
US9823839B2 (en) 2012-05-09 2017-11-21 Apple Inc. Device, method, and graphical user interface for displaying additional information in response to a user contact
US9886184B2 (en) 2012-05-09 2018-02-06 Apple Inc. Device, method, and graphical user interface for providing feedback for changing activation states of a user interface object
US9959025B2 (en) 2012-12-29 2018-05-01 Apple Inc. Device, method, and graphical user interface for navigating user interface hierarchies
US9990121B2 (en) 2012-05-09 2018-06-05 Apple Inc. Device, method, and graphical user interface for moving a user interface object based on an intensity of a press input
US9996231B2 (en) 2012-05-09 2018-06-12 Apple Inc. Device, method, and graphical user interface for manipulating framed graphical objects
US10042542B2 (en) 2012-05-09 2018-08-07 Apple Inc. Device, method, and graphical user interface for moving and dropping a user interface object
US10048757B2 (en) 2015-03-08 2018-08-14 Apple Inc. Devices and methods for controlling media presentation
US10078442B2 (en) 2012-12-29 2018-09-18 Apple Inc. Device, method, and graphical user interface for determining whether to scroll or select content based on an intensity theshold
US10095396B2 (en) 2015-03-08 2018-10-09 Apple Inc. Devices, methods, and graphical user interfaces for interacting with a control object while dragging another object
US10095391B2 (en) 2012-05-09 2018-10-09 Apple Inc. Device, method, and graphical user interface for selecting user interface objects
US10126930B2 (en) 2012-05-09 2018-11-13 Apple Inc. Device, method, and graphical user interface for scrolling nested regions
US10162452B2 (en) 2015-08-10 2018-12-25 Apple Inc. Devices and methods for processing touch inputs based on their intensities
US10175757B2 (en) 2012-05-09 2019-01-08 Apple Inc. Device, method, and graphical user interface for providing tactile feedback for touch-based operations performed and reversed in a user interface
US10175864B2 (en) 2012-05-09 2019-01-08 Apple Inc. Device, method, and graphical user interface for selecting object within a group of objects in accordance with contact intensity
US10310732B2 (en) 2013-03-15 2019-06-04 Apple Inc. Device, method, and graphical user interface for concurrently displaying a plurality of settings controls
US10437333B2 (en) 2012-12-29 2019-10-08 Apple Inc. Device, method, and graphical user interface for forgoing generation of tactile output for a multi-contact gesture
US10496260B2 (en) 2012-05-09 2019-12-03 Apple Inc. Device, method, and graphical user interface for pressure-based alteration of controls in a user interface
US10620781B2 (en) 2012-12-29 2020-04-14 Apple Inc. Device, method, and graphical user interface for moving a cursor according to a change in an appearance of a control icon with simulated three-dimensional characteristics
US11068153B2 (en) 2012-05-09 2021-07-20 Apple Inc. Device, method, and graphical user interface for displaying user interface objects corresponding to an application

Cited By (53)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013516699A (ja) * 2010-01-06 2013-05-13 アップル インコーポレイテッド 別の装置の表示解像度を持つモードを含む複数のアプリケーション表示モードを有する装置および方法
US9569102B2 (en) 2010-01-06 2017-02-14 Apple Inc. Device, method, and graphical user interface with interactive popup views
US10901601B2 (en) 2010-04-07 2021-01-26 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
US9052926B2 (en) 2010-04-07 2015-06-09 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
US9052925B2 (en) 2010-04-07 2015-06-09 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
US9058186B2 (en) 2010-04-07 2015-06-16 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
US10101879B2 (en) 2010-04-07 2018-10-16 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications using a three-dimensional stack of images of open applications
US9513801B2 (en) 2010-04-07 2016-12-06 Apple Inc. Accessing electronic notifications and settings icons with gestures
US10156962B2 (en) 2010-04-07 2018-12-18 Apple Inc. Device, method and graphical user interface for sliding an application view by a predefined amount of sliding based on a touch input to a predefined button of a multifunction device
US9823831B2 (en) 2010-04-07 2017-11-21 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
US10891023B2 (en) 2010-04-07 2021-01-12 Apple Inc. Device, method and graphical user interface for shifting a user interface between positions on a touch-sensitive display in response to detected inputs
US11880550B2 (en) 2010-12-20 2024-01-23 Apple Inc. Device, method, and graphical user interface for navigation of concurrently open software applications
US10261668B2 (en) 2010-12-20 2019-04-16 Apple Inc. Device, method, and graphical user interface for navigation of concurrently open software applications
US11487404B2 (en) 2010-12-20 2022-11-01 Apple Inc. Device, method, and graphical user interface for navigation of concurrently open software applications
US10852914B2 (en) 2010-12-20 2020-12-01 Apple Inc. Device, method, and graphical user interface for navigation of concurrently open software applications
US9244606B2 (en) 2010-12-20 2016-01-26 Apple Inc. Device, method, and graphical user interface for navigation of concurrently open software applications
US10007400B2 (en) 2010-12-20 2018-06-26 Apple Inc. Device, method, and graphical user interface for navigation of concurrently open software applications
US9207838B2 (en) 2011-08-26 2015-12-08 Apple Inc. Device, method, and graphical user interface for managing and interacting with concurrently open software applications
US9823839B2 (en) 2012-05-09 2017-11-21 Apple Inc. Device, method, and graphical user interface for displaying additional information in response to a user contact
US10042542B2 (en) 2012-05-09 2018-08-07 Apple Inc. Device, method, and graphical user interface for moving and dropping a user interface object
US9886184B2 (en) 2012-05-09 2018-02-06 Apple Inc. Device, method, and graphical user interface for providing feedback for changing activation states of a user interface object
US10496260B2 (en) 2012-05-09 2019-12-03 Apple Inc. Device, method, and graphical user interface for pressure-based alteration of controls in a user interface
US9990121B2 (en) 2012-05-09 2018-06-05 Apple Inc. Device, method, and graphical user interface for moving a user interface object based on an intensity of a press input
US9996231B2 (en) 2012-05-09 2018-06-12 Apple Inc. Device, method, and graphical user interface for manipulating framed graphical objects
US11068153B2 (en) 2012-05-09 2021-07-20 Apple Inc. Device, method, and graphical user interface for displaying user interface objects corresponding to an application
US10481690B2 (en) 2012-05-09 2019-11-19 Apple Inc. Device, method, and graphical user interface for providing tactile feedback for media adjustment operations performed in a user interface
US10191627B2 (en) 2012-05-09 2019-01-29 Apple Inc. Device, method, and graphical user interface for manipulating framed graphical objects
US9619076B2 (en) 2012-05-09 2017-04-11 Apple Inc. Device, method, and graphical user interface for transitioning between display states in response to a gesture
US10175864B2 (en) 2012-05-09 2019-01-08 Apple Inc. Device, method, and graphical user interface for selecting object within a group of objects in accordance with contact intensity
US10095391B2 (en) 2012-05-09 2018-10-09 Apple Inc. Device, method, and graphical user interface for selecting user interface objects
US9753639B2 (en) 2012-05-09 2017-09-05 Apple Inc. Device, method, and graphical user interface for displaying content associated with a corresponding affordance
US10175757B2 (en) 2012-05-09 2019-01-08 Apple Inc. Device, method, and graphical user interface for providing tactile feedback for touch-based operations performed and reversed in a user interface
US10126930B2 (en) 2012-05-09 2018-11-13 Apple Inc. Device, method, and graphical user interface for scrolling nested regions
US10078442B2 (en) 2012-12-29 2018-09-18 Apple Inc. Device, method, and graphical user interface for determining whether to scroll or select content based on an intensity theshold
US9857897B2 (en) 2012-12-29 2018-01-02 Apple Inc. Device and method for assigning respective portions of an aggregate intensity to a plurality of contacts
US10101887B2 (en) 2012-12-29 2018-10-16 Apple Inc. Device, method, and graphical user interface for navigating user interface hierarchies
US9778771B2 (en) 2012-12-29 2017-10-03 Apple Inc. Device, method, and graphical user interface for transitioning between touch input to display output relationships
US10620781B2 (en) 2012-12-29 2020-04-14 Apple Inc. Device, method, and graphical user interface for moving a cursor according to a change in an appearance of a control icon with simulated three-dimensional characteristics
US9959025B2 (en) 2012-12-29 2018-05-01 Apple Inc. Device, method, and graphical user interface for navigating user interface hierarchies
US10437333B2 (en) 2012-12-29 2019-10-08 Apple Inc. Device, method, and graphical user interface for forgoing generation of tactile output for a multi-contact gesture
US9684429B2 (en) 2013-03-15 2017-06-20 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
US11989409B2 (en) 2013-03-15 2024-05-21 Apple Inc. Device, method, and graphical user interface for displaying a plurality of settings controls
US11137898B2 (en) 2013-03-15 2021-10-05 Apple Inc. Device, method, and graphical user interface for displaying a plurality of settings controls
US10310732B2 (en) 2013-03-15 2019-06-04 Apple Inc. Device, method, and graphical user interface for concurrently displaying a plurality of settings controls
US10048757B2 (en) 2015-03-08 2018-08-14 Apple Inc. Devices and methods for controlling media presentation
US10095396B2 (en) 2015-03-08 2018-10-09 Apple Inc. Devices, methods, and graphical user interfaces for interacting with a control object while dragging another object
US9645732B2 (en) 2015-03-08 2017-05-09 Apple Inc. Devices, methods, and graphical user interfaces for displaying and using menus
US9785305B2 (en) 2015-03-19 2017-10-10 Apple Inc. Touch input cursor manipulation
US9674426B2 (en) 2015-06-07 2017-06-06 Apple Inc. Devices and methods for capturing and interacting with enhanced digital images
US9602729B2 (en) 2015-06-07 2017-03-21 Apple Inc. Devices and methods for capturing and interacting with enhanced digital images
US9860451B2 (en) 2015-06-07 2018-01-02 Apple Inc. Devices and methods for capturing and interacting with enhanced digital images
US10162452B2 (en) 2015-08-10 2018-12-25 Apple Inc. Devices and methods for processing touch inputs based on their intensities
US11182017B2 (en) 2015-08-10 2021-11-23 Apple Inc. Devices and methods for processing touch inputs based on their intensities

Similar Documents

Publication Publication Date Title
JP2003084744A (ja) エミュレーション装置、エミュレーション方法及びその方法を実行するプログラム並びにそのプログラムを記録した記録媒体
JP5442214B2 (ja) 複数の表示画面領域に同時にマウスポインターを表示する方法及び装置、マウスシミュレーションプログラム
JP3791259B2 (ja) アウトラインスムージング処理方法
JP5023937B2 (ja) 画像処理装置、画像処理システム及びプログラム
JP4827659B2 (ja) 画像処理装置、画像処理方法、及びコンピュータプログラム
JP2996933B2 (ja) 図面表示装置
EP0670560B1 (en) A method for sorting polygon data, a video game machine employing the same and acomputer program performing the method
JP4722784B2 (ja) 電子黒板装置および電子黒板装置における画像処理方法並びにそのプログラム
JP2007122188A (ja) 画像形成装置及び画像処理方法、並びにプログラム
JP2727667B2 (ja) 描画装置
JP3807052B2 (ja) 図形描画装置、及び記憶媒体
JPH0869368A (ja) 画像出力装置
JPH0721753B2 (ja) マルチウインドウ制御装置
JP2004070848A (ja) 画像処理装置及び画像処理方法
CN114461112A (zh) 屏幕菜单式调节方式的图像显示方法及装置
JPH08147491A (ja) 文書編集装置
JP2003084988A (ja) エミュレーション装置、エミュレーション方法及びその方法を実行するプログラム並びにそのプログラムを記録した記録媒体
JP2010009271A (ja) 画像処理装置
JPH07140964A (ja) 画像表示装置
JP2002245482A (ja) 3次元画像表示装置及びプログラム
JPH01234890A (ja) マルチビューにおける図形表示方式
JPS63180173A (ja) グラフイツク表示システム
JPH01200489A (ja) 三次元図形の処理装置
JPH10228512A (ja) 表作成処理装置および表修正処理方法
JPS63170779A (ja) 図形選択処理方式