CN106484243A - 基于多个对象节点显示不同属性的轮盘式菜单显示方法 - Google Patents

基于多个对象节点显示不同属性的轮盘式菜单显示方法 Download PDF

Info

Publication number
CN106484243A
CN106484243A CN201610832868.7A CN201610832868A CN106484243A CN 106484243 A CN106484243 A CN 106484243A CN 201610832868 A CN201610832868 A CN 201610832868A CN 106484243 A CN106484243 A CN 106484243A
Authority
CN
China
Prior art keywords
icon
wheel
display method
circular trace
different attribute
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.)
Withdrawn
Application number
CN201610832868.7A
Other languages
English (en)
Inventor
米影
周祖胜
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.)
Tianjin Mass Information Technology Ltd By Share Ltd
Original Assignee
Tianjin Mass Information Technology Ltd By Share Ltd
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 Tianjin Mass Information Technology Ltd By Share Ltd filed Critical Tianjin Mass Information Technology Ltd By Share Ltd
Priority to CN201610832868.7A priority Critical patent/CN106484243A/zh
Publication of CN106484243A publication Critical patent/CN106484243A/zh
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04817Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons

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)
  • Digital Computer Display Output (AREA)

Abstract

本发明公开了一种基于多个对象节点显示不同属性的轮盘式菜单显示方法,包括以下步骤:1)将多个对象的图标以圆形轨迹排列的方式进行布置;2)接收显示目标对象的属性菜单的命令;3)将该目标对象的子元素的图标以圆形轨迹排列的方式布置在目标对象图标所在的圆形轨迹径向内侧;并且居中显示目标对象的内容标签。采用上述技术方案,本发明的轮盘式菜单显示方法操作简便,用户体验较好,并且在菜单栏具有较为针对性的功能展示,十分方便用户操作。

Description

基于多个对象节点显示不同属性的轮盘式菜单显示方法
技术领域
本发明涉及一种基于多个对象节点显示不同属性的轮盘式菜单显示方法,属于计算机应用技术领域。
背景技术
目前在许多系统或网站上,有多个节点或元素,而他们又分别对应不同的属性和操作。对于多目标多属性的这种操作,使用起来,普通条形菜单已经不能充分满足用户的需要。
发明内容
因此,本发明的目的在于克服现有技术中的缺陷,提供一种基于多个对象节点显示不同属性的轮盘式菜单显示方法。
为了实现上述目的,本发明的一种基于多个对象节点显示不同属性的轮盘式菜单显示方法,包括以下步骤:
1)将多个对象的图标以圆形轨迹排列的方式进行布置;
2)接收显示目标对象的属性菜单的命令;
3)将该目标对象的子元素的图标以圆形轨迹排列的方式布置在目标对象图标所在的圆形轨迹径向内侧;并且居中显示目标对象的内容标签。
所述步骤1或3中,每个图标以其连接至圆形轨迹圆心的连线为图标的中心线,进行倾斜。
所述步骤3还包括:将该目标对象旋转至其所在的圆形轨迹的12点方向。
所述步骤3还包括:隐藏除目标对象图标以外的其他对象图标。
所述步骤1或3中,每个图标均为圆形。
采用上述技术方案,本发明的基于多个对象节点显示不同属性的轮盘式菜单显示方法,操作简便,用户体验较好,并且在菜单栏具有较为针对性的功能展示,十分方便用户操作。
附图说明
图1为本发明的基于多个对象节点显示不同属性的轮盘式菜单显示方法的流程示意图。
具体实施方式
随着HTML5和CSS3的普遍应用和发展,我们越来越多的利用它们的特性创造出许多种展示形式。轮盘就是CSS3变形制作圆形导航,运用数学知识和简单的逻辑而生成。以下通过附图和具体实施方式对本发明作进一步的详细说明。
如图所示,本实施例提供一种基于多个对象节点显示不同属性的轮盘式菜单显示方法,包括以下步骤:
1)将多个对象的图标以圆形轨迹排列的方式进行布置;其中每个图标为圆形,并且以其连接至圆形轨迹圆心的连线为图标的中心线,进行倾斜。
2)在用户操作之后,系统接收到用户输入的显示目标对象的属性菜单的命令;
3)将该目标对象的子元素的图标以圆形轨迹排列的方式布置在目标对象图标所在的圆形轨迹径向内侧;并且居中显示目标对象的内容标签;同时与多个对象的图标一样,其中每个子元素的图标也为圆形,并且以其连接至圆形轨迹圆心的连线为图标的中心线,进行倾斜;并且将该目标对象旋转至其所在的圆形轨迹的12点方向,同时将除目标对象图标以外的其他对象图标进行隐藏。
采用上述技术方案,本发明的基于多个对象节点显示不同属性的轮盘式菜单显示方法,操作简便,用户体验较好,并且在菜单栏具有较为针对性的功能展示,十分方便用户操作。
显然,上述实施例仅是为清楚地说明所作的举例,而并非对实施方式的限定。对于所属领域的普通技术人员来说,在上述说明的基础上还可以做出其它不同形式的变化或变动。这里无需也无法对所有的实施方式予以穷举。而由此所引伸出的显而易见的变化或变动仍处于本发明创造的保护范围之中。

Claims (5)

1.一种基于多个对象节点显示不同属性的轮盘式菜单显示方法,其特征在于,包括以下步骤:
1)将多个对象的图标以圆形轨迹排列的方式进行布置;
2)接收显示目标对象的属性菜单的命令;
3)将该目标对象的子元素的图标以圆形轨迹排列的方式布置在目标对象图标所在的圆形轨迹径向内侧;并且居中显示目标对象的内容标签。
2.如权利要求1所述的基于多个对象节点显示不同属性的轮盘式菜单显示方法,其特征在于:所述步骤1或3中,每个图标以其连接至圆形轨迹圆心的连线为图标的中心线,进行倾斜。
3.如权利要求2所述的基于多个对象节点显示不同属性的轮盘式菜单显示方法,其特征在于:所述步骤3还包括:将该目标对象旋转至其所在的圆形轨迹的12点方向。
4.如权利要求1所述的基于多个对象节点显示不同属性的轮盘式菜单显示方法,其特征在于:所述步骤3还包括:隐藏除目标对象图标以外的其他对象图标。
5.如权利要求1所述的基于多个对象节点显示不同属性的轮盘式菜单显示方法,其特征在于:所述步骤1或3中,每个图标均为圆形。
CN201610832868.7A 2016-09-20 2016-09-20 基于多个对象节点显示不同属性的轮盘式菜单显示方法 Withdrawn CN106484243A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610832868.7A CN106484243A (zh) 2016-09-20 2016-09-20 基于多个对象节点显示不同属性的轮盘式菜单显示方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610832868.7A CN106484243A (zh) 2016-09-20 2016-09-20 基于多个对象节点显示不同属性的轮盘式菜单显示方法

Publications (1)

Publication Number Publication Date
CN106484243A true CN106484243A (zh) 2017-03-08

Family

ID=58268727

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610832868.7A Withdrawn CN106484243A (zh) 2016-09-20 2016-09-20 基于多个对象节点显示不同属性的轮盘式菜单显示方法

Country Status (1)

Country Link
CN (1) CN106484243A (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106789286A (zh) * 2016-12-28 2017-05-31 曙光信息产业(北京)有限公司 一种网络拓扑图的显示方法和装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1255985A (zh) * 1998-01-30 2000-06-07 皇家菲利浦电子有限公司 音频/视频装置及音频/视频装置的基于层次菜单的操作方法
CN101080068A (zh) * 2006-05-22 2007-11-28 Lg电子株式会社 移动终端和其菜单显示方法
CN104065816A (zh) * 2014-06-16 2014-09-24 深圳市东信时代信息技术有限公司 转盘式导航菜单装置及其实现方法
CN105426059A (zh) * 2015-11-05 2016-03-23 现代城市环境服务(深圳)有限公司 转盘式菜单的显示方法及终端

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1255985A (zh) * 1998-01-30 2000-06-07 皇家菲利浦电子有限公司 音频/视频装置及音频/视频装置的基于层次菜单的操作方法
CN101080068A (zh) * 2006-05-22 2007-11-28 Lg电子株式会社 移动终端和其菜单显示方法
CN104065816A (zh) * 2014-06-16 2014-09-24 深圳市东信时代信息技术有限公司 转盘式导航菜单装置及其实现方法
CN105426059A (zh) * 2015-11-05 2016-03-23 现代城市环境服务(深圳)有限公司 转盘式菜单的显示方法及终端

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106789286A (zh) * 2016-12-28 2017-05-31 曙光信息产业(北京)有限公司 一种网络拓扑图的显示方法和装置
CN106789286B (zh) * 2016-12-28 2020-12-22 曙光信息产业(北京)有限公司 一种网络拓扑图的显示方法和装置

Similar Documents

Publication Publication Date Title
US10430070B2 (en) Providing defined icons on a graphical user interface of a navigation system
US9898851B2 (en) Icon animation based on detected activity
AU2015241091A1 (en) Native web-based application
US20150324101A1 (en) Visualization and Navigation for Multi-Dimensional Hierarchical Data
US10275118B1 (en) Radial control system and method
CN105593852B (zh) 与搜索栏相关联来提供信息
US9734555B2 (en) Generating a tree map
RU2010103687A (ru) Система и способ конфигурирования множества профилей программного обеспечения
US20150205447A1 (en) Mobile device friendly window management for remote desktop
US20150268807A1 (en) Adjusting a size of an active region within a graphical user interface
RU2014119416A (ru) Процессор медиаконтента и способ отображения данных в информационно-развлекательной системе
US9886170B2 (en) Breadth-first menu system for mobile applications
US9563489B2 (en) Embedding a guest module within an embedder module
US20150220151A1 (en) Dynamically change between input modes based on user input
US9781065B2 (en) Lightweight application integration for mobile cloud computing
CN106484243A (zh) 基于多个对象节点显示不同属性的轮盘式菜单显示方法
US9747005B1 (en) Adaptive user interface
RU2016140336A (ru) Платформа рабочего процесса приложения
US9652139B1 (en) Graphical representation of an output
CN107133022B (zh) 终端设备中的控件显示方法和装置
Burns Assisted outpatient treatment services and the influence of compulsory treatment
US10521956B2 (en) Simulating a geological region with multiple realizations
US11163441B2 (en) Micro-radial chart graphical user interface
CN110019492B (zh) 一种信息显示方法及装置
CN106598734B (zh) 基于业务视图的Openstack虚拟资源拓扑显示方法

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20170308

WW01 Invention patent application withdrawn after publication