JP2005293552A - グリッドキャンバス - Google Patents
グリッドキャンバス Download PDFInfo
- Publication number
- JP2005293552A JP2005293552A JP2005033505A JP2005033505A JP2005293552A JP 2005293552 A JP2005293552 A JP 2005293552A JP 2005033505 A JP2005033505 A JP 2005033505A JP 2005033505 A JP2005033505 A JP 2005033505A JP 2005293552 A JP2005293552 A JP 2005293552A
- Authority
- JP
- Japan
- Prior art keywords
- grid
- canvas
- layout
- defining
- bounding box
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000000034 method Methods 0.000 claims description 32
- 230000006870 function Effects 0.000 claims description 6
- 230000007246 mechanism Effects 0.000 description 11
- 238000004891 communication Methods 0.000 description 7
- 230000003287 optical effect Effects 0.000 description 7
- 238000012545 processing Methods 0.000 description 6
- 238000010586 diagram Methods 0.000 description 5
- 238000004513 sizing Methods 0.000 description 5
- 230000006399 behavior Effects 0.000 description 4
- 238000013461 design Methods 0.000 description 4
- 230000005055 memory storage Effects 0.000 description 4
- 230000002093 peripheral effect Effects 0.000 description 4
- 230000005540 biological transmission Effects 0.000 description 3
- 230000006855 networking Effects 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 2
- 230000008859 change Effects 0.000 description 2
- 230000009467 reduction Effects 0.000 description 2
- 239000007787 solid Substances 0.000 description 2
- 238000007792 addition Methods 0.000 description 1
- 238000013459 approach Methods 0.000 description 1
- 238000010276 construction Methods 0.000 description 1
- 238000009429 electrical wiring Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000000802 evaporation-induced self-assembly Methods 0.000 description 1
- 238000005259 measurement Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 239000013307 optical fiber Substances 0.000 description 1
- 230000008569 process Effects 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
- 230000007723 transport mechanism Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T11/00—2D [Two Dimensional] image generation
- G06T11/60—Editing figures and text; Combining figures or text
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T3/00—Geometric image transformations in the plane of the image
- G06T3/40—Scaling of whole images or parts thereof, e.g. expanding or contracting
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Human Computer Interaction (AREA)
- Processing Or Creating Images (AREA)
- Fencing (AREA)
- Catching Or Destruction (AREA)
- Baking, Grill, Roasting (AREA)
- Housing For Livestock And Birds (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
【解決手段】 オブジェクトまたは要素は、別々に定義される行および列の罫線の仮想グリッドに取り付けられる。オブジェクトとグリッドとの間の関係は、双方向であり、その結果、一方(罫線またはオブジェクト)の移動が、他方(オブジェクトまたは罫線)に影響する。つまり、オブジェクトの拡大/縮小によって、罫線が押され、罫線の移動によって、オブジェクトが拡大/縮小される。オブジェクトの前後に仮想グリッドを作成することが可能であり、仮想グリッドは一層の柔軟性を有する。子オブジェクトは、それ自体の仮想グリッドを有することができ、これにより必要に応じて細かい制御が可能である。
【選択図】 図3
Description
グリッドキャンバスは、ランタイムシステムで使用できる要素である。グリッドキャンバス10は、図4に示されたものなど、行Rおよび列Cに分割される。図4には、2つの行R1、R2と2つの列C1、C2が示されているが、グリッドキャンバスを任意の数の行および列に分割できる。各行および列は、それ自体にサイズ指定情報(例えば、固定、割合、自動、または加重)を有することが望ましい。
オブジェクト20:グリッド位置=(0,0)−(1,1)(これは、オブジェクトが、図に示すようにセル(0,0)からセル(1,1)に架かることを意味する);余白=(10,10,10,10)(これは、各方向で縁からそれに対応するグリッドセルの縁までの距離が10画素であることを意味する)(図が、原寸通りでないことに留意されたい);幅=自動;高さ=自動。
オブジェクト30:グリッド位置=(0,0)−(1,0);余白=(20,20,20,10);幅=自動;高さ=自動。
オブジェクト40:グリッド位置=(0,1)−(0,1);余白=(20,10,自動,20);幅=固定(例えば100);高さ=自動。
オブジェクト50:グリッド位置=(1,1)−(1,1);余白=(10,10,10,自動);幅=自動;高さ=固定(例えば40)。
デザインタイムプロセスは、最小限の量のユーザ指定を使用してグリッドキャンバスレイアウトを自動的に作成する動作である。レイアウト作成者またはレイアウト設計者は、レイアウト形状およびレイアウトの動的挙動を定義することができるようになる。
図10に、本発明を実施できる適切なコンピューティングシステム環境800の例を示す。コンピューティングシステム環境800は、適切なコンピューティング環境の一例にすぎず、本発明の使用または機能性の範囲に関する制限を示唆することを意図されたものではない。コンピューティング環境800は、例示的なオペレーティング環境800に示された任意の構成要素、またはその組合せに関する依存性もしくは要件を有するものと解釈されるべきでない。
20〜50 オブジェクト
R1、R2 行
C1、C2 列
770 水平オブジェクト
780 垂直オブジェクト
841 ハードディスクドライブ
851 磁気ディスクドライブ
852 取外し可能な不揮発性磁気ディスク
855 光ディスクドライブ
856 取外し可能な不揮発性光ディスク
881 メモリ記憶装置
Claims (28)
- グリッドを定義するステップと、
前記グリッド上にオブジェクトを定義するステップと、
前記グリッド上に複数の行および列を定義するステップと、
前記グリッド上に前記オブジェクトを配置するステップと
を備えたことを特徴とするグリッドキャンバスを生成する方法。 - 前記グリッドを定義するステップは、行の罫線および列の罫線の仮想グリッドを指定するステップを含むことを特徴とする請求項1に記載の方法。
- 前記オブジェクトを定義するステップは、前記オブジェクトの属性またはプロパティの少なくとも1つを定義するステップを含むことを特徴とする請求項1に記載の方法。
- 前記オブジェクトを定義するステップは、前記グリッド上に配置される複数のオブジェクトについて繰り返されることを特徴とする請求項1に記載の方法。
- 前記グリッド上に前記オブジェクトを配置するステップは、罫線境界ボックス内に前記オブジェクトを配置するステップを含むことを特徴とする請求項1に記載の方法。
- 前記罫線境界ボックスは、前記オブジェクトを含む複数の行および列を含むことを特徴とする請求項5に記載の方法。
- 前記グリッドを定義するステップは、複数の仮想セルを生成するステップを含むことを特徴とする請求項1に記載の方法。
- 前記グリッド上に前記オブジェクトを配置するステップは、前記オブジェクトが複数の仮想セルに架かるように前記オブジェクトを配置するステップを含むことを特徴とする請求項7に記載の方法。
- 前記グリッドに第2のオブジェクトを配置するステップをさらに備え、前記グリッドは、複数の仮想セルを含み、前記オブジェクトおよび前記第2のオブジェクトは、前記複数の仮想セルの内の同一のセルの少なくとも1つを占めることを特徴とする請求項1に記載の方法。
- ディスプレイ上にオブジェクトを配置するステップと、
前記オブジェクトに対して罫線境界ボックスを決定するステップと、
前記オブジェクトに対して複数の属性を実行するステップと
を備えたことを特徴とするグリッドキャンバスレイアウトを作成する方法。 - 前記複数の属性を実行するステップは、前記オブジェクトの余白、高さ、および幅を設定するステップを含むことを特徴とする請求項10に記載の方法。
- 前記複数の属性を実行する前に、前記複数の属性を決定するステップをさらに備えたことを特徴とする請求項10に記載の方法。
- 前記複数の属性を決定するステップは、前記オブジェクトの余白、高さ、および幅を決定するために、前記罫線境界ボックスの範囲を所望の位置と比較するステップを含むことを特徴とする請求項12に記載の方法。
- オブジェクトを描くことができるキャンバスを含むグリッドキャンバスレイアウトであって、前記キャンバスは、サイズを変更できる行および列を含み、前記行および列は、前記オブジェクトを含む仮想セルを定義することを特徴とするグリッドキャンバスレイアウト。
- 座標系として働く仮想罫線をさらに備えたことを特徴とする請求項14に記載のグリッドキャンバスレイアウト。
- 前記オブジェクトのグリッド境界ボックスをさらに備えたことを特徴とする請求項14に記載のグリッドキャンバスレイアウト。
- 前記オブジェクトへの所望のオフセットを提供する前記グリッド境界ボックス内の余白設定をさらに備えたことを特徴とする請求項16に記載のグリッドキャンバスレイアウト。
- ディスプレイ装置上に、オブジェクトを描くことができるキャンバスを含むグリッドキャンバスレイアウトをレンダリングされ、前記キャンバスは、サイズを変更できる行および列を含み、前記行および列は、前記オブジェクトを含む仮想セルを定義することを特徴とするディスプレイ装置。
- 前記グリッドキャンバスレイアウトは、座標系として働く仮想罫線をさらに含むことを特徴とする請求項18に記載のディスプレイ装置。
- 前記グリッドキャンバスレイアウトは、前記オブジェクトのグリッド境界ボックスをさらに含むことを特徴とする請求項18に記載のディスプレイ装置。
- 前記グリッドキャンバスレイアウトは、前記オブジェクトに対する所望のオフセットを提供する前記グリッド境界ボックス内の余白設定をさらに含むことを特徴とする請求項20に記載のディスプレイ装置。
- 第2のオブジェクトは、前記グリッドキャンバスレイアウト上に描くことができ、前記オブジェクトおよび前記第2のオブジェクトは、前記同一の仮想セルの少なくとも1つを占めることを特徴とする請求項18に記載のディスプレイ装置。
- グラフィカルユーザインターフェースおよびディスプレイを有するコンピュータシステムにおいて、
グリッドを定義するステップと、
前記グリッドに関するオブジェクト定義信号を受け取るステップと、
前記グリッド上に複数の行および列を定義するステップと、
前記グリッド上に前記オブジェクトを表示するステップと
を備えたことを特徴とするグリッドキャンバスを生成する方法。 - 前記オブジェクトを表示するステップは、前記オブジェクトの属性またはプロパティの少なくとも1つに従って前記オブジェクトを表示するステップを含むことを特徴とする請求項23に記載の方法。
- オブジェクトを表示する前記ステップは、前記グリッド上で表示される複数のオブジェクトに対して繰り返されることを特徴とする請求項23に記載の方法。
- 前記グリッド上に前記オブジェクトを表示するステップは、罫線境界ボックス内に前記オブジェクトを配置するステップを含むことを特徴とする請求項23に記載の方法。
- 前記グリッド上で前記オブジェクトを表示するステップは、前記オブジェクトが複数の仮想セルに架かるように前記オブジェクトを表示するステップを含むことを特徴とする請求項23に記載の方法。
- 前記グリッド上に第2のオブジェクトを表示するステップをさらに備え、前記グリッドは、複数の仮想セルを含み、前記オブジェクトおよび前記第2のオブジェクトは、前記複数の仮想セルの前記同一のセルの少なくとも1つを占めることを特徴とする請求項23に記載の方法。
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/815,067 US20050237321A1 (en) | 2004-03-31 | 2004-03-31 | Grid canvas |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2005293552A true JP2005293552A (ja) | 2005-10-20 |
JP2005293552A5 JP2005293552A5 (ja) | 2008-03-27 |
Family
ID=34887735
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005033505A Pending JP2005293552A (ja) | 2004-03-31 | 2005-02-09 | グリッドキャンバス |
Country Status (18)
Country | Link |
---|---|
US (1) | US20050237321A1 (ja) |
EP (1) | EP1583036A3 (ja) |
JP (1) | JP2005293552A (ja) |
KR (1) | KR101130487B1 (ja) |
CN (1) | CN1677343B (ja) |
AU (1) | AU2005200389B2 (ja) |
BR (1) | BRPI0500582A (ja) |
CA (1) | CA2496101A1 (ja) |
CO (1) | CO5680120A1 (ja) |
IL (1) | IL167162A (ja) |
MX (1) | MXPA05002325A (ja) |
MY (1) | MY144679A (ja) |
NO (1) | NO20051057L (ja) |
NZ (1) | NZ538523A (ja) |
RU (1) | RU2376639C2 (ja) |
SG (1) | SG115729A1 (ja) |
TW (1) | TW200532485A (ja) |
ZA (1) | ZA200501720B (ja) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008035475A (ja) * | 2006-07-04 | 2008-02-14 | Seiko Epson Corp | 文書編集支援装置、プログラムおよび記憶媒体 |
JP2012099098A (ja) * | 2010-10-25 | 2012-05-24 | Konica Minolta Laboratory Usa Inc | 表のセルの高さを決定する方法、コンピューター読取可能媒体及びシステム |
JP2012198670A (ja) * | 2011-03-18 | 2012-10-18 | Fujitsu Ltd | 図形描画プログラム、図形描画装置 |
JP2019512787A (ja) * | 2016-03-08 | 2019-05-16 | ネイバー ビジネス プラットフォーム コーポレーション | 可変グリッドのインデックスを利用した入力認識方法およびシステム |
Families Citing this family (61)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006099385A (ja) * | 2004-09-29 | 2006-04-13 | Fujitsu Ltd | 形状設計支援プログラム |
US7581169B2 (en) | 2005-01-14 | 2009-08-25 | Nicholas James Thomson | Method and apparatus for form automatic layout |
US20080062204A1 (en) * | 2006-09-08 | 2008-03-13 | Microsoft Corporation | Automated pixel snapping for anti-aliased rendering |
US8782551B1 (en) * | 2006-10-04 | 2014-07-15 | Google Inc. | Adjusting margins in book page images |
US7912829B1 (en) | 2006-10-04 | 2011-03-22 | Google Inc. | Content reference page |
US7979785B1 (en) | 2006-10-04 | 2011-07-12 | Google Inc. | Recognizing table of contents in an image sequence |
US20080115081A1 (en) * | 2006-11-09 | 2008-05-15 | Microsoft Corporation | Enhanced windows management feature |
JP4337867B2 (ja) * | 2006-12-01 | 2009-09-30 | セイコーエプソン株式会社 | 文書編集支援装置、文書編集装置、プログラムおよび記憶媒体 |
US20080218532A1 (en) * | 2007-03-08 | 2008-09-11 | Microsoft Corporation | Canvas-like authoring experience atop a layout engine |
US7712226B1 (en) * | 2007-09-21 | 2010-05-11 | Stearns David R | Grid system apparatus |
US20090106648A1 (en) * | 2007-10-19 | 2009-04-23 | Microsoft Corporation | Positioning content using a grid |
KR100917756B1 (ko) * | 2007-12-18 | 2009-09-15 | 한국전자통신연구원 | 도면을 이용한 격자지도 생성방법 및 장치 |
US9400597B2 (en) * | 2008-07-23 | 2016-07-26 | Microsoft Technology Licensing, Llc | Presenting dynamic grids |
US8751921B2 (en) * | 2008-07-24 | 2014-06-10 | Microsoft Corporation | Presenting annotations in hierarchical manner |
US20100218090A1 (en) * | 2009-02-26 | 2010-08-26 | Universal - Ad Ltd. | Sub-page-based page layout system and method thereof |
US8612858B2 (en) * | 2009-05-01 | 2013-12-17 | Apple Inc. | Condensing graphical representations of media clips in a composite display area of a media-editing application |
US20110249007A1 (en) * | 2010-04-13 | 2011-10-13 | Disney Enterprises, Inc. | Computer rendering of drawing-tool strokes |
US8819557B2 (en) | 2010-07-15 | 2014-08-26 | Apple Inc. | Media-editing application with a free-form space for organizing or compositing media clips |
US20120030550A1 (en) * | 2010-07-28 | 2012-02-02 | Chin Ai | Method for editing multimedia |
US8760453B2 (en) * | 2010-09-01 | 2014-06-24 | Microsoft Corporation | Adaptive grid generation for improved caching and image classification |
US9436685B2 (en) | 2010-12-23 | 2016-09-06 | Microsoft Technology Licensing, Llc | Techniques for electronic aggregation of information |
US9679404B2 (en) | 2010-12-23 | 2017-06-13 | Microsoft Technology Licensing, Llc | Techniques for dynamic layout of presentation tiles on a grid |
US8751924B2 (en) | 2011-04-27 | 2014-06-10 | Microsoft Corporation | Rule-based grid independent of content |
US9013510B2 (en) | 2011-07-29 | 2015-04-21 | Google Inc. | Systems and methods for rendering user interface elements in accordance with a device type |
EP2555165B1 (en) * | 2011-08-04 | 2020-04-15 | Samsung Electronics Co., Ltd. | Method and device for packing multiple images |
US9164777B2 (en) * | 2011-08-30 | 2015-10-20 | Microsoft Technology Licensing, Llc | Determining the display of equal spacing guides between diagram shapes |
TWI579827B (zh) * | 2011-09-23 | 2017-04-21 | 微軟技術授權有限責任公司 | 以動態佈局在網格上展現圖磚之技術 |
US8645851B1 (en) * | 2011-09-30 | 2014-02-04 | Google Inc. | Methods and apparatus for using a variant of the Bellman-Ford algorithm that operates with inconsistent constraints |
US8866854B2 (en) | 2011-10-31 | 2014-10-21 | Microsoft Corporation | Consolidated orthogonal guide creation |
US20130167072A1 (en) * | 2011-12-22 | 2013-06-27 | Sap Portals Israel Ltd. | Smart and Flexible Layout Context Manager |
US8458587B1 (en) * | 2012-01-27 | 2013-06-04 | Think-Cell Software Gmbh | Method of entering page layout constraints into a computer |
US9323436B2 (en) | 2012-04-05 | 2016-04-26 | Microsoft Technology Licensing, Llc | Utilizing drawing guides in determining the display of smart guides in a drawing program |
USD727929S1 (en) * | 2012-05-02 | 2015-04-28 | Pantech Co., Ltd. | Display screen or portion thereof with graphical user interface |
USD728592S1 (en) * | 2012-05-02 | 2015-05-05 | Pantech Co., Ltd. | Display screen or portion thereof with graphical user interface |
USD727337S1 (en) * | 2012-05-02 | 2015-04-21 | Pantech Co., Ltd. | Display screen or portion thereof with graphical user interface |
USD727931S1 (en) * | 2012-05-02 | 2015-04-28 | Pantech Co., Ltd. | Display screen or portion thereof with graphical user interface |
USD728591S1 (en) * | 2012-05-02 | 2015-05-05 | Pantech Co., Ltd. | Display screen or portion thereof with graphical user interface |
USD728590S1 (en) * | 2012-05-02 | 2015-05-05 | Pantech Co., Ltd. | Display screen or portion thereof with graphical user interface |
USD727338S1 (en) * | 2012-05-02 | 2015-04-21 | Pantech Co., Ltd. | Display screen or portion thereof with graphical user interface |
US9548042B2 (en) * | 2012-06-28 | 2017-01-17 | Adobe Systems Incorporated | Responsive document breakpoints systems and methods |
KR101221948B1 (ko) * | 2012-07-19 | 2013-02-08 | (주)지란지교소프트 | 윈도우 표시 방법 및 그 방법이 기록된 기록매체 |
US20140095986A1 (en) * | 2012-09-30 | 2014-04-03 | Vinay Krishnaswamy | Baseline Alignment |
CN103870508B (zh) * | 2012-12-18 | 2016-04-20 | 腾讯科技(深圳)有限公司 | 一种网页缩放方法、装置和系统 |
US9280523B2 (en) * | 2013-01-23 | 2016-03-08 | Go Daddy Operating Company, LLC | System for conversion of website content |
US10719829B2 (en) | 2013-09-09 | 2020-07-21 | Touchtunes Music Corporation | Techniques for processing pin-inclusive transactions in connection with an electronic device |
US9921717B2 (en) | 2013-11-07 | 2018-03-20 | Touchtunes Music Corporation | Techniques for generating electronic menu graphical user interface layouts for use in connection with electronic devices |
US9582825B2 (en) | 2014-03-24 | 2017-02-28 | Touchtunes Music Corporation | Systems, apparatuses, and methods for ordering items from an electronic menu, and servicing thereof |
US10037122B2 (en) | 2014-09-26 | 2018-07-31 | Oracle International Corporation | Canvas layout algorithm |
JP6465277B6 (ja) * | 2014-10-23 | 2019-03-13 | Dynabook株式会社 | 電子機器、処理方法およびプログラム |
US10037131B2 (en) | 2015-05-21 | 2018-07-31 | Adobe Systems Incorporated | Facilitating object set replication |
US10325384B2 (en) | 2015-08-20 | 2019-06-18 | International Business Machines Corporation | Multi-attribute relation network visualization and interaction interface |
US9959257B2 (en) | 2016-01-08 | 2018-05-01 | Adobe Systems Incorporated | Populating visual designs with web content |
EP3400526A1 (en) * | 2016-05-17 | 2018-11-14 | Google LLC | Constraints-based layout system for efficient layout and control of user interface elements |
KR101866033B1 (ko) * | 2016-07-05 | 2018-06-08 | 에스케이 주식회사 | 웹 브라우저에서의 그리드 렌더링 방법 및 이를 적용한 컴퓨팅 시스템 |
CN108564637B (zh) * | 2018-04-19 | 2022-03-29 | 北京知道创宇信息技术股份有限公司 | 几何模型排布方法及装置 |
US10824318B1 (en) | 2018-10-24 | 2020-11-03 | Amdocs Development Limited | System, method, and computer program for automatic user interface layout organization |
US10984170B2 (en) * | 2018-12-26 | 2021-04-20 | Software Ag | Systems and/or methods for dynamic layout design |
CN110162367B (zh) * | 2019-05-10 | 2020-11-24 | 上海莉莉丝科技股份有限公司 | 用户界面自适应配置的方法、系统、设备和介质 |
CN110211131A (zh) * | 2019-05-21 | 2019-09-06 | 上海阿几网络技术有限公司 | 一种基于参数化设计的平面设计尺寸自动拓展方法 |
CN111651161B (zh) * | 2020-07-16 | 2023-04-18 | 深圳市易鸿达软件开发有限公司 | 图形化界面构建方法、装置、计算机设备及存储介质 |
CN112346725B (zh) * | 2020-11-05 | 2023-12-12 | 南方电网数字电网研究院有限公司 | 页面设计方法、装置、设备及存储介质 |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11102446A (ja) * | 1997-09-29 | 1999-04-13 | Fujitsu Ltd | グラフィックス入力装置 |
JP2002251624A (ja) * | 2001-02-23 | 2002-09-06 | Toppan Printing Co Ltd | オブジェクト配置システム、オブジェクト配置方法、オブジェクト配置プログラム、及びオブジェクト配置プログラムを記録した記録媒体 |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5490241A (en) * | 1989-10-06 | 1996-02-06 | Xerox Corporation | Interactive computer graphics system for making precise drawings |
US5796401A (en) * | 1996-08-09 | 1998-08-18 | Winer; Peter W. | System for designing dynamic layouts adaptable to various display screen sizes and resolutions |
US6323879B1 (en) * | 1998-05-14 | 2001-11-27 | Autodesk, Inc. | Method and system for determining the spacing of objects |
US6392673B1 (en) * | 1998-09-04 | 2002-05-21 | Microsoft Corporation | Method for resizing user interface elements for an operating system |
US6694487B1 (en) * | 1998-12-10 | 2004-02-17 | Canon Kabushiki Kaisha | Multi-column page preview using a resizing grid |
US6377285B1 (en) * | 1999-01-29 | 2002-04-23 | Sony Corporation | Zooming space-grid for graphical user interface |
US6919890B2 (en) * | 2000-09-28 | 2005-07-19 | Curl Corporation | Grid and table layout using elastics |
US7136081B2 (en) * | 2001-05-25 | 2006-11-14 | Nvidia Corporation | System and method of line sampling object scene information |
-
2004
- 2004-03-31 US US10/815,067 patent/US20050237321A1/en not_active Abandoned
-
2005
- 2005-01-31 AU AU2005200389A patent/AU2005200389B2/en not_active Ceased
- 2005-02-03 CA CA002496101A patent/CA2496101A1/en not_active Abandoned
- 2005-02-09 JP JP2005033505A patent/JP2005293552A/ja active Pending
- 2005-02-15 SG SG200500887A patent/SG115729A1/en unknown
- 2005-02-17 TW TW094104695A patent/TW200532485A/zh unknown
- 2005-02-18 BR BR0500582-5A patent/BRPI0500582A/pt not_active IP Right Cessation
- 2005-02-22 KR KR1020050014608A patent/KR101130487B1/ko not_active IP Right Cessation
- 2005-02-25 NO NO20051057A patent/NO20051057L/no not_active Application Discontinuation
- 2005-02-28 NZ NZ538523A patent/NZ538523A/en not_active IP Right Cessation
- 2005-02-28 ZA ZA200501720A patent/ZA200501720B/xx unknown
- 2005-02-28 MY MYPI20050809A patent/MY144679A/en unknown
- 2005-02-28 RU RU2005105514/02A patent/RU2376639C2/ru not_active IP Right Cessation
- 2005-02-28 CN CN2005100531143A patent/CN1677343B/zh not_active Expired - Fee Related
- 2005-02-28 MX MXPA05002325A patent/MXPA05002325A/es unknown
- 2005-03-01 IL IL167162A patent/IL167162A/en not_active IP Right Cessation
- 2005-03-15 CO CO05024082A patent/CO5680120A1/es not_active Application Discontinuation
- 2005-03-18 EP EP05102145A patent/EP1583036A3/en not_active Withdrawn
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11102446A (ja) * | 1997-09-29 | 1999-04-13 | Fujitsu Ltd | グラフィックス入力装置 |
JP2002251624A (ja) * | 2001-02-23 | 2002-09-06 | Toppan Printing Co Ltd | オブジェクト配置システム、オブジェクト配置方法、オブジェクト配置プログラム、及びオブジェクト配置プログラムを記録した記録媒体 |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008035475A (ja) * | 2006-07-04 | 2008-02-14 | Seiko Epson Corp | 文書編集支援装置、プログラムおよび記憶媒体 |
JP4665933B2 (ja) * | 2006-07-04 | 2011-04-06 | セイコーエプソン株式会社 | 文書編集支援装置、プログラムおよび記憶媒体 |
JP2012099098A (ja) * | 2010-10-25 | 2012-05-24 | Konica Minolta Laboratory Usa Inc | 表のセルの高さを決定する方法、コンピューター読取可能媒体及びシステム |
JP2012198670A (ja) * | 2011-03-18 | 2012-10-18 | Fujitsu Ltd | 図形描画プログラム、図形描画装置 |
JP2019512787A (ja) * | 2016-03-08 | 2019-05-16 | ネイバー ビジネス プラットフォーム コーポレーション | 可変グリッドのインデックスを利用した入力認識方法およびシステム |
Also Published As
Publication number | Publication date |
---|---|
CO5680120A1 (es) | 2006-09-29 |
AU2005200389A1 (en) | 2005-10-20 |
NO20051057L (no) | 2005-10-03 |
EP1583036A3 (en) | 2011-12-07 |
KR101130487B1 (ko) | 2012-03-27 |
KR20060043083A (ko) | 2006-05-15 |
CN1677343B (zh) | 2012-09-05 |
SG115729A1 (en) | 2005-10-28 |
MY144679A (en) | 2011-10-31 |
EP1583036A2 (en) | 2005-10-05 |
CN1677343A (zh) | 2005-10-05 |
NZ538523A (en) | 2007-02-23 |
RU2376639C2 (ru) | 2009-12-20 |
CA2496101A1 (en) | 2005-09-30 |
NO20051057D0 (no) | 2005-02-25 |
ZA200501720B (en) | 2006-11-29 |
MXPA05002325A (es) | 2005-12-12 |
TW200532485A (en) | 2005-10-01 |
US20050237321A1 (en) | 2005-10-27 |
RU2005105514A (ru) | 2006-08-10 |
BRPI0500582A (pt) | 2005-11-01 |
IL167162A (en) | 2015-03-31 |
AU2005200389B2 (en) | 2010-07-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2005293552A (ja) | グリッドキャンバス | |
US11016635B2 (en) | Layout system for devices with variable display screen sizes and orientations | |
US10025767B2 (en) | Method and apparatus for form automatic layout | |
US5760772A (en) | Method for automatically resizing a child window | |
US7181699B2 (en) | Dynamic resizing of dialogs | |
US20080218532A1 (en) | Canvas-like authoring experience atop a layout engine | |
JP2003288144A (ja) | 表示制御方法、これを用いたプログラム及び情報処理装置 | |
US20090210819A1 (en) | System, method, and program for executing applications | |
US6311196B1 (en) | Method and apparatus for implementing web pages having master borders | |
US7278098B1 (en) | Method and apparatus for implementing web pages having smart tables | |
CN112380357B (zh) | 一种知识图谱可视化可交互导航实现的方法 | |
US7453474B2 (en) | Flexibly resizeable vector graphics | |
CN110832456A (zh) | 为图形界面创建默认布局约束 | |
CN113849175A (zh) | 一种代码生成方法、装置、设备及存储介质 | |
JP2007067662A (ja) | 描画方法、データ放送受信装置およびプログラム | |
US6973642B2 (en) | Multi-dimensional programming device and multi-dimensional programming method | |
CN112035199A (zh) | 一种界面布局方法、电子设备以及计算机可读存储介质 | |
JP7377046B2 (ja) | 情報処理装置およびその制御方法 | |
JPH1139123A (ja) | 情報表示装置および情報表示プログラムを記録した記録媒体 | |
JP2833203B2 (ja) | 表作成処理装置 | |
JPH09171565A (ja) | 図形情報の画面表示編集方法及び図形処理装置 | |
CN115344252A (zh) | 可视化大屏的生成方法、装置及存储介质 | |
JPH0255396A (ja) | マルチウィンドウ管理方式 | |
Veltman et al. | High-speed mask EB graphical image browser | |
JPH08314990A (ja) | Cad図面上の罫線表作成方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080208 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080208 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20100907 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100917 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20110225 |