WO2017009901A1 - Dispositif de dessin - Google Patents

Dispositif de dessin Download PDF

Info

Publication number
WO2017009901A1
WO2017009901A1 PCT/JP2015/069917 JP2015069917W WO2017009901A1 WO 2017009901 A1 WO2017009901 A1 WO 2017009901A1 JP 2015069917 W JP2015069917 W JP 2015069917W WO 2017009901 A1 WO2017009901 A1 WO 2017009901A1
Authority
WO
WIPO (PCT)
Prior art keywords
processing unit
container
containers
drawing object
tree structure
Prior art date
Application number
PCT/JP2015/069917
Other languages
English (en)
Japanese (ja)
Inventor
喬之 築谷
Original Assignee
三菱電機株式会社
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 三菱電機株式会社 filed Critical 三菱電機株式会社
Priority to JP2016524554A priority Critical patent/JP5972509B1/ja
Priority to PCT/JP2015/069917 priority patent/WO2017009901A1/fr
Publication of WO2017009901A1 publication Critical patent/WO2017009901A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering

Definitions

  • the present invention relates to a drawing device that manages a display list in a tree structure.
  • drawing processing systems for example, OpenGL (registered trademark) and Adobe Flash (registered trademark)
  • drawing objects and drawing commands are stored in a data structure called a display list, and drawing processing is executed collectively.
  • a function for realizing high-speed processing is provided.
  • processing systems that manage the display list in a tree structure (for example, Adobe Flash), and the overlapping order of drawing objects is controlled by this tree structure.
  • FIG. 8 shows an example of managing drawing objects in a tree structure.
  • a rounded rectangle, a triangle, and a rectangle are managed on the tree 801. If the left side of the tree 801 is set to the back and the right side to the front, the drawing result 802 is obtained.
  • this tree structure is operated so that drawing objects are arranged in a desired overlapping order via an API (Application Programming Interface) of a drawing processing system such as Adobe Flash.
  • each drawing object has a restriction that it can exist only in one place in the tree due to the structure of the display list. Therefore, the program creator must understand the tree structure and its restrictions and create the program while taking into consideration.
  • Patent Document 1 discloses the control of the overlapping order of drawing objects.
  • Patent Documents 2 to 4 disclose techniques related to speeding up drawing by taking advantage of the fact that the display list manages drawing objects in a tree structure.
  • Patent Document 1 the conventional apparatus as described in Patent Document 1 is not conscious of the tree structure of the display list.
  • Patent Documents 2 to 4 a drawing speed-up technique that makes use of the characteristics of the tree structure is provided, but for the convenience of controlling the overlapping order in the tree structure, a certain drawing object is provided. It is very difficult to place drawing objects that move in the middle of different subtrees in the tree structure.
  • a tree structure 901 is formed in which triangles and rectangles are arranged according to a rule, and each set forms a subtree.
  • the drawing object in the tree structure It is difficult to easily determine where to place 904, and it is difficult to implement a desired operation. If the drawing object 904 is placed between the triangle A and the quadrangle A, there is no problem when the drawing object 904 is placed in the subtree, but the drawing object 904 is placed in the subtree including the drawing object B.
  • the present invention has been made to solve such a problem, and an object thereof is to obtain a drawing apparatus capable of expressing freely.
  • a drawing apparatus includes a drawing processing unit that processes drawing data in a two-dimensional drawing coordinate system using a plurality of containers that can be operated by unifying the same drawing object, and the drawing processing unit processes drawing data.
  • the clipping processing unit that performs clipping processing on the same drawing object in each container area of multiple containers, and multiple containers that have been subjected to clipping processing are placed on the drawing data processed by the drawing processing unit And a drawing execution unit for drawing.
  • the drawing apparatus uses a plurality of containers that can be operated by unifying the same drawing objects, and arranges the drawing objects in these containers by clipping processing. Thereby, it is possible to obtain a drawing apparatus capable of expressing freely.
  • FIG. 1 is a configuration diagram of a drawing apparatus according to the present embodiment.
  • the drawing apparatus according to the present embodiment includes a drawing processing unit 1, a clipping processing unit 2, and a drawing execution unit 3.
  • the drawing processing unit 1 is a processing unit that processes the drawing data 5 of the two-dimensional drawing coordinate system using the drawing object container 4 and passes the processing result to the drawing execution unit 3, and is configured using a drawing processing system API.
  • the drawing object container 4 is a container that can be operated by unifying copies of the same drawing object, and a plurality of drawing object containers 4 are provided.
  • the clipping processing unit 2 is a processing unit for clipping a copy in the drawing object container 4 when the drawing processing unit 1 performs drawing data processing.
  • the drawing execution unit 3 is a processing unit that arranges and draws a plurality of drawing object containers 4 subjected to clipping processing by the clipping processing unit 2 with respect to the drawing data processed by the drawing processing unit 1.
  • FIG. 2 is a hardware configuration diagram for realizing the drawing apparatus according to the first embodiment.
  • This configuration example includes a computer 10, an input device 20, and an output device 30.
  • the computer 10 is composed of, for example, a personal computer and includes a processing device 11 and a storage device 12.
  • the processing device 11 is composed mainly of a CPU (central processing unit), and the storage device 12 is composed of a ROM, a RAM, or a hard disk device.
  • the input device 20 is a device such as a keyboard or a mouse for a user to perform an input operation
  • the drawing apparatus provides a special container for defining a drawing object that moves in the middle of different subtrees in the situation shown in FIG.
  • This special container is the drawing object container 4, and this drawing object container 4 can be placed in any part of each sub-tree, and each drawing object container 4 operates in cooperation, so that the drawing object shown in FIG. A motion animation such as 903 can be realized.
  • a motion animation such as 903 can be realized.
  • FIG. 3 is an explanatory diagram illustrating the operation of the drawing apparatus according to the first embodiment.
  • FIG. 4 is an explanatory diagram showing the flow of processing of the drawing object container 4.
  • the drawing object container 4 can be arranged at an arbitrary position in each subtree as in the tree structure 301.
  • the dotted rounded rectangle represents the drawing object container 4, which is the drawing object 302 in FIG. 3.
  • the same parts correspond to the drawing object container 4 (the drawing object 411 in FIG. 4), but each actually has a copy of the same part (the drawing object 412 in FIG. 4). All the copies can be operated in a unified manner (state 401 in FIG. 4).
  • being able to operate uniformly refers to, for example, that position control and size control during animation are performed at the same time, and may be other operations as long as they are operations related to the drawing object.
  • the internal components are clipped and displayed by the drawing object container 4 at the boundary of each drawing object container 4 (state 402 in FIG. 4).
  • the drawing object containers 4 are displayed in a horizontal direction without leaving a gap, but there may be a gap of any size between the drawing object containers 4.
  • the arrangement is not required to be aligned and may be any arrangement.
  • FIG. 5 is a flowchart illustrating the operation of the drawing apparatus according to the first embodiment.
  • the drawing processing unit 1 arranges the drawing object container 4 for the drawing data 5 as shown in the tree structure 301 of FIG. 3 and performs data processing (step ST1). Further, the clipping processor 2 performs a clipping process as shown in the state 402 of FIG. 4 (step ST2). As a result, the drawing execution unit 3 connects and displays the drawing object containers 4 as shown in a state 403 in FIG. 4 (step ST3), and obtains a drawing result 304 in FIG.
  • one type of copy is included in one drawing object container 4, but a plurality of types of copies may be included.
  • the drawing execution unit 3 may speed up the drawing process by omitting the drawing process itself of the drawing object container 4. .
  • the drawing object container 4 by using the special container called the drawing object container 4, it is possible to easily realize drawing that passes through each drawing object between the sub-trees of the tree structure of the display list. it can. Further, considering that the clipping process in the state 402 is generally a drawing process that is processed at high speed and that the drawing process by the drawing execution unit 3 can be accelerated, the present invention is not used. Compared with, the processing load is not so large.
  • the drawing processing unit that processes the drawing data of the two-dimensional drawing coordinate system using the plurality of containers that can be operated by unifying the same drawing object.
  • the clipping processing unit for clipping the same drawing object occupying the area of each container of multiple containers, and clipping for the drawing data processed by the drawing processing unit Since it has a drawing execution unit that places a plurality of processed containers and draws, it can draw so that there is a single part that can be observed only from the area occupied by the plurality of containers, Free expression is possible.
  • the drawing processing unit manages drawing objects in a tree structure and arranges each container of a plurality of containers at an arbitrary position in a sub-tree of the tree structure. For example, it is possible to perform a free expression that is not bound by the constraints of the tree structure, such as drawing a drawing object that passes between other drawing objects across subtrees.
  • each container of a plurality of containers is operated by unifying a plurality of the same drawing objects, so that more free expression can be made possible.
  • the drawing execution unit is configured to omit the drawing process of the container when the same drawing object is located outside the container area, so that the drawing process can be speeded up. Can do.
  • FIG. 1 an example of a general use as a drawing apparatus has been described.
  • the drawing apparatus of the present invention is applied to a list part on a Graphic User Interface (GUI) will be described.
  • GUI Graphic User Interface
  • the configuration of the drawing apparatus in the second embodiment is the same as that of the first embodiment shown in FIG.
  • FIG. 6 shows a list part on the GUI, and each item of the list 601 includes a character string (for example, part 602) and a background pattern (for example, part 603). Further, this list 601 has a function of indicating an item selected in the list by a gray cursor 604, and the cursor 604 is smoothly animated by a cursor key operation or the like (animation like state 611 ⁇ 612 ⁇ 613). ).
  • the cursor 604 is moved so as to pass between the character string of each item and the background pattern. That is, the cursor 604 is a drawing object that passes between a plurality of drawing objects in each subtree.
  • the third item 605 (CCCC display item) is displayed lightly, which indicates that the item is in an invalid state.
  • the cursor 604 passes further forward than the character string. (Animation like state 614 ⁇ 615 ⁇ 616). That is, the position where the cursor 604 slips through in the sub-tree is different between the item 605 and other items.
  • the drawing object container 4 which is a special container of the drawing apparatus of the present invention is arranged in each sub-tree, and the position of the special container is usually placed between the character string and the background pattern and in front of the character string when it becomes invalid. By setting, a desired appearance can be realized.
  • FIG. 7 shows a tree structure 701 of the display list at this time.
  • the drawing object container 4 is indicated by a dotted rounded rectangle.
  • the cursor 604 in the subtrees 702, 703, 705, 706, and 707, the cursor 604 (see FIG. 6) must pass between the character string and the background pattern, so the drawing object container 4 is on the tree structure 701. It is arranged at an intermediate position.
  • the item 605 in an invalid state, and the cursor 604 needs to pass through the character string, so that the drawing object container 4 is arranged at the right position (front position) on the tree structure 701. Yes.
  • the drawing processing unit 1 may change the position of the drawing object container 4 on the tree structure 701.
  • the drawing processing unit dynamically changes the position of each container in the subtree, and therefore dynamically changes the display contents. Can do.
  • the drawing apparatus relates to a configuration for managing a display list in a tree structure and managing an overlapping order of drawing objects, and overlapping between objects belonging to the same subtree in a two-dimensional drawing processing system. Suitable for forward control.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Graphics (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Processing Or Creating Images (AREA)
  • Image Generation (AREA)

Abstract

Selon la présente invention, une unité 1 de traitement de dessin traite des données de dessin 5 au moyen d'un contenant 4 d'objets de dessin. Le contenant 4 d'objets de dessin est configuré de façon à pouvoir gérer de manière unifiée les mêmes objets de dessin. Lorsque l'unité 1 de traitement de dessin effectue un traitement des données de dessin, une unité de traitement de découpage découpe les objets de dessin qui occupent une région à l'intérieur du contenant 4 d'objets de dessin. Une unité 3 d'exécution de dessin exécute un dessin par disposition du contenant 4 d'objets de dessin qui a été soumis au découpage dans les données de dessin traitées par l'unité 1 de traitement de dessin.
PCT/JP2015/069917 2015-07-10 2015-07-10 Dispositif de dessin WO2017009901A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2016524554A JP5972509B1 (ja) 2015-07-10 2015-07-10 描画装置
PCT/JP2015/069917 WO2017009901A1 (fr) 2015-07-10 2015-07-10 Dispositif de dessin

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2015/069917 WO2017009901A1 (fr) 2015-07-10 2015-07-10 Dispositif de dessin

Publications (1)

Publication Number Publication Date
WO2017009901A1 true WO2017009901A1 (fr) 2017-01-19

Family

ID=56701713

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2015/069917 WO2017009901A1 (fr) 2015-07-10 2015-07-10 Dispositif de dessin

Country Status (2)

Country Link
JP (1) JP5972509B1 (fr)
WO (1) WO2017009901A1 (fr)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0798771A (ja) * 1993-09-29 1995-04-11 Fujitsu Ltd アニメーション作成装置
JP2006243807A (ja) * 2005-02-28 2006-09-14 Canon Inc 画像処理装置及び画像処理方法並びにプログラム

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0798771A (ja) * 1993-09-29 1995-04-11 Fujitsu Ltd アニメーション作成装置
JP2006243807A (ja) * 2005-02-28 2006-09-14 Canon Inc 画像処理装置及び画像処理方法並びにプログラム

Also Published As

Publication number Publication date
JP5972509B1 (ja) 2016-08-17
JPWO2017009901A1 (ja) 2017-07-13

Similar Documents

Publication Publication Date Title
US10157593B2 (en) Cross-platform rendering engine
US10338672B2 (en) System and method for manipulating objects in a graphical user interface
US9196075B2 (en) Animation of computer-generated display components of user interfaces and content items
US9354707B2 (en) Combination color and pen palette for electronic drawings
US8127239B2 (en) Object transitions
US20110258534A1 (en) Declarative definition of complex user interface state changes
US10553001B2 (en) Master page overlay
US10372290B2 (en) Comparing 3D modeled objects
CN109074225B (zh) 墨水效果
US10120659B2 (en) Adaptive user interfaces
GB2530078A (en) Launching applications through an application selection screen
JP5972509B1 (ja) 描画装置
JP5866085B1 (ja) ユーザインタフェース装置およびユーザインタフェース装置の画面表示方法
WO2011083676A1 (fr) Dispositif de traitement d'objet et procédé de sélection d'objet
EP3479220B1 (fr) Fenêtre de superposition compacte personnalisable
US20140375572A1 (en) Parametric motion curves and manipulable content
US20150160810A1 (en) Common user interface view grouping and sharing framework in online applications
Napier et al. IOS 7 Programming Pushing the Limits: Develop Advance Applications for Apple IPhone, IPad, and IPod Touch
KR102245042B1 (ko) 단말기, 이의 제어 방법 및 상기 방법을 구현하기 위한 프로그램을 기록한 기록 매체
US10754495B1 (en) 3-D screen menus
JP6478260B2 (ja) 電子機器、電子機器の制御方法及びプログラム
Brendel et al. Exploring the immediate mode GUI concept for graphical user interfaces in mixed reality applications
CN110785740A (zh) 基于规则的用户界面生成
US20120169736A1 (en) Methods, apparatuses and computer program products for providing a true resolution of graphics displayed on devices
KR20220120472A (ko) 벡터선의 색상정보 추출방법

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2016524554

Country of ref document: JP

Kind code of ref document: A

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15898217

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15898217

Country of ref document: EP

Kind code of ref document: A1