WO2013071749A1 - 一种界面布局的生成方法及装置 - Google Patents

一种界面布局的生成方法及装置 Download PDF

Info

Publication number
WO2013071749A1
WO2013071749A1 PCT/CN2012/077148 CN2012077148W WO2013071749A1 WO 2013071749 A1 WO2013071749 A1 WO 2013071749A1 CN 2012077148 W CN2012077148 W CN 2012077148W WO 2013071749 A1 WO2013071749 A1 WO 2013071749A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
interface
shape
layout
size
Prior art date
Application number
PCT/CN2012/077148
Other languages
English (en)
French (fr)
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 中兴通讯股份有限公司
Publication of WO2013071749A1 publication Critical patent/WO2013071749A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Definitions

  • the present invention relates to the field of software development technologies, and in particular, to a method and an apparatus for generating a page layout.
  • the layout of the generated interface is the same as that of industrial products for industrial modeling. It is very important for the product, and the end user feels when testing the standard of the interface layout. A friendly and beautiful interface will give users a comfortable visual enjoyment. .
  • the present invention provides a method and an apparatus for generating a page layout, which are used to solve the problem of a single page layout generated in the prior art.
  • the invention provides a method for generating an interface layout, the method comprising:
  • the layout is performed within the interface to be laid out according to the determined arrangement position and size.
  • the present invention provides an apparatus for generating an interface layout, the apparatus comprising:
  • a first acquiring module configured to: obtain coordinate information of the interface to be laid out
  • a second obtaining module configured to: obtain information about a shape used by the interface to be laid out, and Direction information of the shape;
  • a third obtaining module configured to: obtain layer information of the shape used in the interface to be laid out;
  • a determining module configured to: determine, according to the acquired coordinate information, the shape information, the direction information of the shape, and the level information, the position and size of the control in the interface to be laid out;
  • the layout module is configured to: perform layout in the interface to be laid according to the determined arrangement position and size.
  • An embodiment of the present invention provides a method and an apparatus for generating a page layout.
  • the method includes: according to coordinate information of an interface to be laid out, a shape used, a direction of the shape, and a level of arrangement of the graphic in the interface to be laid out, Specifically determine the position and size of the control to make the layout.
  • the control is not required to be laid out by the code, which facilitates the design, improves the development efficiency, and realizes the diversity of the layout, so that the interface is more abundant and satisfies the user experience.
  • FIG. 1 is a flowchart of generating an interface layout according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of a process for generating an interface layout according to another embodiment of the present invention.
  • FIG. 3 is a schematic structural diagram of an apparatus for generating an interface layout according to the present invention.
  • FIG. 1 is a flowchart of generating an interface layout according to an embodiment of the present invention, where the process includes the following steps:
  • S101 Obtain coordinate information of the interface to be laid out.
  • the coordinate information includes: location information and size information for layout on the interface.
  • S102 Obtain information about a shape used by the interface to be laid out and direction information of the shape.
  • the shape to be used for the layout interface includes common geometric shapes such as a circle, an ellipse, a triangle, a rectangle, a diamond, a trapezoid, a polygon, etc., and also includes some special shapes, such as a heart shape, a star shape, an arc shape, and the like. .
  • the shape of the shape includes the usual up, down, left, right, left, bottom, right, and bottom right directions, and the direction of the shape can also be set by setting the angle.
  • S103 Acquire hierarchical information of the shape used in the interface to be laid out.
  • S104 Determine, according to the acquired coordinate information, the shape information, the direction information of the shape, and the layer information, the arrangement position and size of the control in the interface to be laid out.
  • S105 Perform layout in the interface to be laid according to the determined arrangement position and size.
  • the position and size of the control are specifically determined, thereby performing layout.
  • the control is not required to be laid out by the code, which facilitates the design, improves the development efficiency, and realizes the diversity of the layout, so that the interface is richer and more satisfying the user experience.
  • FIG. 2 is a schematic diagram of a process for generating an interface layout according to another embodiment of the present invention. The process includes the following steps:
  • S201 Obtain coordinate information of the layout displayed on the interface to be laid out, where the coordinate information includes location information and size information.
  • the layout is set to which container is used.
  • the panel is set to an absolute layout, and the position and size of the layout on the interface are also It is determined that the position and size of the layout coincide with the position and size of the container.
  • Other layout schemes are the same as those described above, and it is believed that those skilled in the art can obtain corresponding coordinate information for layout according to the above description.
  • S202 Obtain information about a shape used by the interface to be laid out and direction information of the shape.
  • the present invention may preset a plurality of shapes.
  • the user may select the used shape by using a drop-down box to obtain the used in the interface to be laid out. shape.
  • the direction information of the specific shape used may be obtained by the information input by the user, for example, the information may be 30 degrees on the top left or the like, or may be based on the direction and setting of the user in the combo frame. The angle is obtained, and the direction information of the shape used is obtained.
  • the level of the graphics used in the interface to be laid out can be understood as the number of laps of the shape used in the container.
  • the number of laps can range from 1 to 5.
  • it can be obtained by the drop-down box or by the way the user inputs it.
  • S204 Determine, according to the acquired coordinate information, the shape information, the direction information of the shape, and the layer information, the position and size of the arrangement in the interface to be laid out by the control.
  • S205 Perform layout in the interface to be laid according to the determined arrangement position and size.
  • a specific visual layout can be performed through the drawing board and the specific shape used in the layout interface according to the determined arrangement position and size.
  • each The specific arrangement position of the controls when the layout is set, the first control is set, and when the first control is directly above the circle, each setting of the control will trigger the adjustment of the entire layout, thereby determining that when the entire control is formed into a circle , the number of controls required, and by calculating the angle between each of the two controls and the center of the circle, in turn, the position of the controls arranged in the order can be determined, so that all the controls can be arranged in a circle.
  • the corresponding visual layout can be performed according to the determined arrangement position and size.
  • the arrangement position and size of the above controls can be modified.
  • the mouse drags the control or changes the coordinates of the control to form a drag parameter and a modified parameter, and adjusts the position and size of the control according to the drag parameter or the modified parameter.
  • the specific drag parameter and the modified parameter may be a drag parameter and a modification parameter of a specific mobile control size and direction.
  • the general layout interface is from the coordinate system, dragging the control from one point to the target point, or directly modifying the coordinates of the control to the coordinates of the target point.
  • the arrangement position and size of the control are re-determined according to the drag parameter or the modified parameter, and the coordinate information, the shape information, and the direction information of the shape.
  • FIG. 3 is a schematic structural diagram of an apparatus for generating an interface layout according to the present invention.
  • the apparatus includes: a first acquiring module 31, configured to acquire coordinate information of an interface to be laid out;
  • a second obtaining module 32 configured to acquire information about a shape used by the interface to be laid out and direction information of the shape
  • a third obtaining module 33 configured to acquire hierarchical information of the shape used in the interface to be laid out
  • a determining module 34 configured to determine, according to the acquired coordinate information, shape information, direction information of the shape, and the layer information, an arrangement position and a size of the control in the interface to be laid out;
  • the layout module 35 is configured to perform layout in the interface to be laid according to the determined arrangement position and size.
  • the first obtaining module 31 is specifically configured to obtain location information and size information for performing layout.
  • the second obtaining module 32 is specifically configured to acquire information about a regular geometric shape and a special shape.
  • the device also includes:
  • the adjustment module 36 is configured to receive the drag parameter or modify the parameter, and adjust the arrangement position and size of the control.
  • the adjustment module 36 is specifically configured to modify the drag parameter and the modification parameter of the size and direction of the control.
  • the invention provides a method and a device for generating a page layout, the method comprising: according to coordinate information of an interface to be laid out, a shape used, a direction of the shape, and a level of arrangement of the graphic in the interface to be laid, specific Determine the position and size of the control to make the layout.
  • the control is not required to be laid out by code, which facilitates the design and improves the development efficiency.
  • the diversity of the layout is realized, and the interface is richer and more satisfying the user experience.
  • An embodiment of the present invention provides a method and an apparatus for generating a page layout.
  • the method includes: a shape to be used, a direction of the shape, and an arrangement of the graphic in the interface to be laid out according to coordinate information of the interface to be laid out.
  • the level specifically determines the position and size of the control, and thus the layout.
  • the control is not required to be laid out by the code, which facilitates the design, improves the development efficiency, and realizes the diversity of the layout, so that the interface is more abundant and satisfies the user experience.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (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)
  • Processing Or Creating Images (AREA)

Abstract

一种页面布局的生成方法及装置,该方法包括:根据待布局界面的坐标信息,所使用的形状、该形状的方向以及该图形在该待布局界面内的排列的层次,具体的确定控件的位置和大小,从而进行布局。该过程中无需通过代码对所使控件进行布局,方便了设计,提高了开发的效率,同时实现了布局的多样性,使得界面更加的丰富,满足用户的体验感受。

Description

一种界面布局的生成方法及装置
技术领域
本发明涉及软件开发技术领域, 尤其涉及一种页面布局的生成方法及装 置。
背景技术
在软件开发过程中, 生成界面的布局如同工业产品进行工业造型一样, 对于产品非常重要, 而检验生成界面布局的标准时最终用户的感受, 一个友 好、 美观的界面会给用户带来舒适的视觉享受。
通过软件开发在生成页面布局的过程中,为了满足用户的良好感受需求, 界面布局的生成已经从软件产品开发的次要地位变成重要因素之一。 目前在 生成界面布局的过程中方法比较单一, 无法为用户提供丰富、 多样化的感受。
发明内容
本发明提供一种页面布局的生成方法及装置, 用以解决现有技术中生成 的页面布局单一的问题。
本发明提供一种界面布局的生成方法, 该方法包括:
获取待布局界面的坐标信息; 获取该待布局界面所使用的形状的信息和该形状的方向信息;
获取所使用形状在该待布局界面内排列的层次信息;
根据获取的坐标信息、 形状信息和该形状的方向信息以及该层次信息, 确定控件在该待布局界面内的排列位置和大小;
根据确定的排列位置和大小, 在该待布局界面内进行布局。
本发明提供一种界面布局的生成装置, 该装置包括:
第一获取模块, 其设置为: 获取待布局界面的坐标信息;
第二获取模块, 其设置为: 获取该待布局界面所使用的形状的信息和该 形状的方向信息;
第三获取模块, 其设置为: 获取所使用形状在该待布局界面内排列的层 次信息;
确定模块, 其设置为: 根据获取的坐标信息、 形状信息和该形状的方向 信息以及该层次信息, 确定控件在该待布局界面内的排列位置和大小;
布局模块, 其设置为: 根据确定的排列位置和大小, 在该待布局界面内 进行布局。
本发明实施例提供一种页面布局的生成方法及装置, 该方法包括: 根据 待布局界面的坐标信息, 所使用的形状、 该形状的方向以及该图形在该待布 局界面内的排列的层次, 具体的确定控件的位置和大小, 从而进行布局。 该 过程中无需通过代码对所使控件进行布局, 方便了设计, 提高了开发的效率, 同时实现了布局的多样性, 使得界面更加的丰富, 满足用户的体验感受。 附图概述
此处所说明的附图用来提供对本发明的进一步理解,构成本发明的一部 分, 本发明的示意性实施例及其说明用于解释本发明, 并不构成对本发明的 不当限定。 在附图中:
图 1为本发明实施例提供的一种界面布局的生成过程;
图 2为本发明提供的另一实施例, 对本发明的界面布局的生成过程进行 详细说明;
图 3为本发明提供的一种界面布局的生成装置结构示意图。
本发明的较佳实施方式
以下结合附图和实施例, 对本发明进行进一步详细说明。 应当理解, 此 处所描述的具体实施例仅仅用以解释本发明, 并不用于限定本发明。
图 1为本发明实施例提供的一种界面布局的生成过程, 该过程包括以下 步骤:
S101 : 获取待布局界面的坐标信息。 其中该坐标信息包括: 在界面上进行布局的位置信息和大小信息等。
S102: 获取该待布局界面所使用的形状的信息和该形状的方向信息。 其中待布局界面所使用的形状包括常用的几何形状,例如圓形、椭圓形、 三角形、 矩形、 菱形、 梯形、 多边形等, 还包括一些特殊的形状, 例如心形、 星形、 弧形等。
另外, 该形状的方向既包括常用的上下左右、 左上、 左下、 右上、 右下 8个方向, 还可以通过设定角度来设定形状的方向。
S103: 获取所使用形状在该待布局界面内排列的层次信息。
即所述使用的形状在该待布局的界面内排列的圈数, 越往内层, 所使用 的形状的数量越少。
S104: 根据获取的坐标信息、 形状信息和该形状的方向信息以及该层次 信息, 确定控件在该待布局界面内的排列位置和大小。
S105: 根据确定的排列位置和大小, 在该待布局界面内进行布局。
由于在本发明中可以根据待布局界面的坐标信息, 所使用的形状、 该形 状的方向以及该图形在该待布局界面内的排列的层次, 具体的确定控件的位 置和大小, 从而进行布局。 该过程中无需通过代码对所使控件进行布局, 方 便了设计, 提高了开发的效率, 同时实现了布局的多样性, 使得界面更加的 丰富, 满足用户的体验感受。
图 2为本发明提供的另一实施例, 对本发明的界面布局的生成过程进行 详细说明, 该过程包括以下步骤:
S201 : 获取在待布局的界面上显示的进行布局的坐标信息, 该坐标信息 包括位置信息和大小信息。
一般在针对界面进行布局时, 为该界面即该容器设定为使用何种布局, 例如当该界面为面板时, 为面板设定为绝对布局, 则在该界面上进行布局的 位置和大小也就确定, 即该布局的位置和大小与该容器的位置和大小一致。 其他的布局方案与上述描述相同, 相信本领域技术人员可以根据上述描述获 取相应的进行布局的坐标信息。
S202: 获取待布局界面所使用的形状的信息和该形状的方向信息。 具体的, 本发明在生成界面布局时, 可以预置多种形状, 在进行形状的 选择时, 用户可以通过下拉框的形式选择所使用的形状, 从而获取在该待布 局的界面内所使用的形状。
在获取该形状的方向信息时, 可以通过用户输入的信息, 获取具体的所 使用形状的方向信息, 例如可以为具体左上 30度等等信息, 也可以根据组合 框内用户时输入的方向和设定的角度, 获取该所使用形状的方向信息。
S203 : 获取该所使用的形状在该待布局的界面内排列的层次信息。
具体的, 该所使用的图形在待布局的界面内排列的层次可以理解为, 该 所使用的形状在容器内的排列的圈数, 一般该圈数的范围可以为 1~5。 在具 体的获取该层次信息时, 可以通过下拉框的形式获取, 也可以根据用户时输 入的方式获取。
S204: 根据获取的坐标信息、 形状信息和该形状的方向信息以及该层次 信息, 确定控件该待布局界面内的排列位置和大小。
当获取了待布局界面的坐标信息、 所使用的形状、 该形状的方向以及该 层次信息后, 即可生成具体的布局。
S205: 根据确定的排列位置和大小, 在该待布局界面内进行布局。
在该待布局界面内进行布局时, 可以根据确定的排列位置和大小, 在待 布局界面内通过画板和具体的所使用的形状, 进行具体的可视化布局。
例如, 当获取了待布局界面的位置信息和大小信息后, 该所使用的形状 为圓形时, 固定圓形的正上方为控件的一个排列位置处, 则才艮据上述信息, 可以确定每个控件的具体排列位置。 当在进行布局时, 设置了第一个控件, 并且该第一个控件位于圓形的正上方时, 每设置一个控件, 都将触发整个布 局的调整, 从而确定在将整个控件构成圓形时, 所需的控件数, 并且通过计 算每两个控件与圓心之间的角度, 依次可以确定后面排列的控件的位置, 从 而可以将所有的控件排列成圓形。
通过本发明的上述实施例确定了控件的具体排列位置和大小后, 在具体 的进行设计时,可以根据上述确定的排列位置和大小进行相应的可视化布局。 另外还可以对上述控件的排列位置和大小进行修改, 具体修改时, 可以通过 鼠标拖拽控件或修改控件坐标来进行, 形成拖拽参数和修改参数, 根据该拖 拽参数或修改参数, 调整控件的排列位置和大小。 具体的该拖拽参数和修改 参数可以为具体的移动控件大小和方向的拖拽参数和修改参数。 一般的进行 布局的界面是由坐标系的, 将控件从一点拖拽到目标点, 或者直接将控件的 坐标修改为目标点的坐标。 当获取了相应的拖拽参数或修改参数后, 根据该 拖拽参数或修改参数, 以及坐标信息、 形状的信息和该形状的方向信息, 重 新确定控件的排列位置和大小。
图 3为本发明提供的一种界面布局的生成装置结构示意图,该装置包括: 第一获取模块 31 , 用于获取待布局界面的坐标信息;
第二获取模块 32 , 用于获取该待布局界面所使用的形状的信息和该形状 的方向信息;
第三获取模块 33 , 用于获取所使用形状在该待布局界面内排列的层次信 息;
确定模块 34 , 用于根据获取的坐标信息、 形状信息和该形状的方向信息 以及该层次信息, 确定控件在该待布局界面内的排列位置和大小;
布局模块 35 , 用于根据确定的排列位置和大小, 在该待布局界面内进行 布局。
所述第一获取模块 31 , 具体用于获取进行布局的位置信息和大小信息。 所述第二获取模块 32 , 具体用于获取规则几何形状和特殊形状的信息。 所述装置还包括:
调整模块 36 , 用于接收拖拽参数或修改参数, 调整控件的排列位置和大 小。
所述调整模块 36 ,具体用于修改控件的大小和方向的拖拽参数和修改参 数。
本发明提供一种页面布局的生成方法及装置, 该方法包括: 根据待布局 界面的坐标信息, 所使用的形状、 该形状的方向以及该图形在该待布局界面 内的排列的层次, 具体的确定控件的位置和大小, 从而进行布局。 该过程中 无需通过代码对所使控件进行布局, 方便了设计, 提高了开发的效率, 同时 实现了布局的多样性, 使得界面更加的丰富, 满足用户的体验感受。
上述说明示出并描述了本发明的一个优选实施例, 但如前所述, 应当理 解本发明并非局限于本文所披露的形式, 不应看作是对其他实施例的排除, 而可用于各种其他组合、 修改和环境, 并能够在本文所述发明构想范围内, 通过上述教导或相关领域的技术或知识进行改动。 而本领域人员所进行的改 动和变化不脱离本发明的精神和范围, 则都应在本发明所附权利要求的保护 范围内。
工业实用性 本发明实施例提供一种页面布局的生成方法及装置, 该方法包括: 根据 待布局界面的坐标信息, 所使用的形状、 该形状的方向以及该图形在该待布 局界面内的排列的层次, 具体的确定控件的位置和大小, 从而进行布局。 该 过程中无需通过代码对所使控件进行布局, 方便了设计, 提高了开发的效率, 同时实现了布局的多样性, 使得界面更加的丰富, 满足用户的体验感受。

Claims

权 利 要 求 书
1、 一种界面布局的生成方法, 所述方法包括:
获取待布局界面的坐标信息;
获取该待布局界面所使用的形状的信息和该形状的方向信息;
获取所使用形状在该待布局界面内排列的层次信息;
根据获取的坐标信息、 形状信息和该形状的方向信息以及该层次信息, 确定控件在该待布局界面内的排列位置和大小;
根据确定的排列位置和大小, 在该待布局界面内进行布局。
2、 如权利要求 1所述的方法, 其中, 所述坐标信息包括: 该进行布局的 位置信息和大小信息。
3、 如权利要求 1所述的方法, 其中, 所述所使用的形状包括: 规则几何 形状和特殊形状。
4、 如权利要求 1所述的方法, 其中, 所述方法还包括:
接收拖拽参数或修改参数, 调整控件的排列位置和大小。
5、 如权利要求 4所述的方法, 其中, 所述拖拽参数或修改参数包括: 修 改控件的大小和方向的拖拽参数和修改参数。
6、 一种界面布局的生成装置, 所述装置包括:
第一获取模块, 其设置为: 获取待布局界面的坐标信息;
第二获取模块, 其设置为: 获取该待布局界面所使用的形状的信息和该 形状的方向信息;
第三获取模块, 其设置为: 获取所使用形状在该待布局界面内排列的层 次信息;
确定模块, 其设置为: 根据获取的坐标信息、 形状信息和该形状的方向 信息以及该层次信息, 确定控件在该待布局界面内的排列位置和大小;
布局模块, 其设置为: 根据确定的排列位置和大小, 在该待布局界面内 进行布局。
7、 如权利要求 6所述的装置, 其中, 所述第一获取模块设置为: 获取进 行布局的位置信息和大小信息。
8、 如权利要求 6所述的装置, 其中, 所述第二获取模块设置为: 获取规 则几何形状和特殊形状的信息。
9、 如权利要求 6所述的装置, 其中, 所述装置还包括:
调整模块, 设置为: 接收拖拽参数或修改参数, 调整控件的排列位置和 大小。
10、 如权利要求 9所述的装置, 其中, 所述调整模块设置为: 修改控件 的大小和方向的拖拽参数和修改参数。
PCT/CN2012/077148 2011-11-15 2012-06-19 一种界面布局的生成方法及装置 WO2013071749A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110361845.XA CN102436381B (zh) 2011-11-15 2011-11-15 一种界面布局的生成方法及装置
CN201110361845.X 2011-11-15

Publications (1)

Publication Number Publication Date
WO2013071749A1 true WO2013071749A1 (zh) 2013-05-23

Family

ID=45984460

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/077148 WO2013071749A1 (zh) 2011-11-15 2012-06-19 一种界面布局的生成方法及装置

Country Status (2)

Country Link
CN (1) CN102436381B (zh)
WO (1) WO2013071749A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109074246A (zh) * 2016-05-17 2018-12-21 谷歌有限责任公司 自动确定布局约束的系统和方法

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102436381B (zh) * 2011-11-15 2018-09-28 南京中兴软件有限责任公司 一种界面布局的生成方法及装置
WO2013170525A1 (zh) * 2012-05-16 2013-11-21 Liu Yong 一种以逻辑流程图示方式展示或绘制计算机应用程序组织逻辑流程关系的方法及装置
CN103870251B (zh) * 2012-12-07 2017-06-06 广州四三九九信息科技有限公司 从psd文件快速生成游戏ui功能面板的方法及装置
CN104656454A (zh) * 2013-11-18 2015-05-27 北京北方微电子基地设备工艺研究中心有限责任公司 一种气路系统的显示方法和装置
CN104951201A (zh) * 2014-03-28 2015-09-30 上海斐讯数据通信技术有限公司 一种可调节界面布局的广告机及其界面布局调节方法
CN104850436B (zh) * 2015-05-15 2018-02-09 无锡天脉聚源传媒科技有限公司 一种在页面中加载插件的方法及装置
CN105022632A (zh) * 2015-07-10 2015-11-04 深圳市永兴元科技有限公司 界面生成方法及装置
CN110058909B (zh) * 2019-02-26 2022-03-08 创新先进技术有限公司 控件的布局方法、布局装置、服务器及可读存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101976194A (zh) * 2010-10-29 2011-02-16 中兴通讯股份有限公司 一种设置用户界面的方法及装置
CN102193786A (zh) * 2010-03-11 2011-09-21 中国工商银行股份有限公司 一种自适应的图形用户界面构建装置及方法
CN102436381A (zh) * 2011-11-15 2012-05-02 中兴通讯股份有限公司 一种界面布局的生成方法及装置

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI273487B (en) * 2004-06-08 2007-02-11 Via Tech Inc Computer system, related method, manufacture developing method and related system for generating program codes for describing relations of numerous function titles and numerous control signal codes of a device
CN100456239C (zh) * 2007-08-28 2009-01-28 中国科学院软件研究所 一种图形用户界面的多语言自适应方法
CN101131637A (zh) * 2007-09-17 2008-02-27 北大方正集团有限公司 一种生成用户界面的方法及装置
CN101859245A (zh) * 2009-04-09 2010-10-13 北大方正集团有限公司 一种生成用户界面的方法和装置
CN101655793A (zh) * 2009-09-25 2010-02-24 金蝶软件(中国)有限公司 一种界面生成方法及装置

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102193786A (zh) * 2010-03-11 2011-09-21 中国工商银行股份有限公司 一种自适应的图形用户界面构建装置及方法
CN101976194A (zh) * 2010-10-29 2011-02-16 中兴通讯股份有限公司 一种设置用户界面的方法及装置
CN102436381A (zh) * 2011-11-15 2012-05-02 中兴通讯股份有限公司 一种界面布局的生成方法及装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109074246A (zh) * 2016-05-17 2018-12-21 谷歌有限责任公司 自动确定布局约束的系统和方法
CN109074246B (zh) * 2016-05-17 2022-05-24 谷歌有限责任公司 自动确定布局约束的系统和方法

Also Published As

Publication number Publication date
CN102436381B (zh) 2018-09-28
CN102436381A (zh) 2012-05-02

Similar Documents

Publication Publication Date Title
WO2013071749A1 (zh) 一种界面布局的生成方法及装置
JP6449133B2 (ja) ユーザインターフェースプログラムおよびゲームプログラム
JP6034930B2 (ja) オブジェクトの操作のためのシステムおよび方法
US9632623B2 (en) Processing method for touch operation and terminal
WO2013153455A3 (en) System and method for controlling technical processes
WO2007013296A1 (ja) ループシミュレーション装置とその方法並びにそのプログラム
JP2013500517A5 (zh)
WO2013186616A3 (en) Graphical user interface for a gaming system
CN107930119A (zh) 信息处理方法、装置、电子设备及存储介质
WO2013143372A1 (zh) 选择光标操作方法、对象显示方法及终端设备
CN102789361B (zh) 一种矢量电子地图信息的显示风格设置方法
CN103038737A (zh) 显示器上对象的突出显示
CN104802412B (zh) 立体列印机的列印方法及装置
CN104070087B (zh) 一种基于工站的钣金折弯工序排配方法
CN102929558B (zh) 用于触屏设备的单手控制装置及方法
US20180221766A1 (en) Control method of controlling game handle supporting android game
CN107077754A (zh) 显示装置和控制显示装置的方法
CN107426412A (zh) 信息处理方法及装置、存储介质、电子设备
CN102430244B (zh) 一种通过手指接触产生视觉上的人机互动的方法
JP2009271909A (ja) 図形描画編集システム、図形描画編集装置及び図形描画編集方法
JP6321362B2 (ja) 3dにおけるオブジェクトグループの定義
WO2013127046A1 (zh) Pdf文档静态表单中添加可填写表单域的方法及装置
CN104199807B (zh) 一种图形排版方法
CN107256164A (zh) 一种Mac下自定义形状进度条的优化处理算法
JP2007020699A (ja) ゲーム装置、その制御方法及びプログラム

Legal Events

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

Ref document number: 12849380

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: 12849380

Country of ref document: EP

Kind code of ref document: A1