提供3000多款全球软件/控件产品
针对软件研发的各个阶段提供专业培训与技术咨询
根据客户需求提供定制化的软件开发服务
全球知名设计软件,显著提升设计质量
打造以经营为中心,实现生产过程透明化管理
帮助企业合理产能分配,提高资源利用率
快速打造数字化生产线,实现全流程追溯
生产过程精准追溯,满足企业合规要求
以六西格玛为理论基础,实现产品质量全数字化管理
通过大屏电子看板,实现车间透明化管理
对设备进行全生命周期管理,提高设备综合利用率
实现设备数据的实时采集与监控
利用数字化技术提升油气勘探的效率和成功率
钻井计划优化、实时监控和风险评估
提供业务洞察与决策支持实现数据驱动决策
为开发高级图形的动态界面而设计的艺术化的框架:它不仅仅是简单的按键与菜单,它是全动态的,能显示动态数据以及能反映用户互动的图片对象
标签:数据可视化HMI工业4.0开发商: Generic Logic
当前版本: v3.7
产品类型:控件
产品功能:图表
平台语言:Activex & COM|JAVA|C++/ MFC
开源水平:不提供源码
本产品的分类与介绍仅供参考,具体以商家网站介绍为准,如有疑问请来电 023-68661681 咨询。
GLG工具包是为开发高级图形的动态界面而设计的艺术化的框架:它不仅仅是简单的按键与菜单,它是全动态的能显示动态数据以及能反映用户互动的图片对象。它不仅仅是能制作“漂亮图片”绘制工具(它还具有很多其他功能),而是能使开发人员定义图片对象以及与程序中的对象互动的图形引擎。它的使用对象主要针对应用程序开发人员,能将乏味的低级别图片代码编译工作转化成高级的互动设计行为。
GLG Toolkit is a state-of-the-art framework for developing highly graphical dynamic interfaces: not just simple buttons and menus, but fully animated graphical objects that show dynamic data and react to users' interactions. It is not just a drawing tool for creating "pretty pictures" (there are plenty), but a graphical engine that allows developers to define graphical objects and interact with them from a program. It is uniquely targeted towards an application developer, converting a tedious job of coding low-level graphics into an engaging interactive design of high-level behavior.
声明:本产品中文介绍为慧都网版权所有,未经慧都公司书面许可,严禁拷贝、转载!
* 关于本产品的分类与介绍仅供参考,精准产品资料以官网介绍为准,如需购买请先行测试。
图片创建程序
GLG图片创建程序使用点选式界面并专为应用程序的开发而设计。它不仅能让开发人员绘制图片对象,还能附加上2D与3D动画效果,并定义对象与资源的级别以及能建立限制等。该程序同样能提供通过动态数据还原绘图功能以测试绘图行为的方法。
该工具包最主要的原则是能让开发人员最大限度地定义应用程序的图形外观从而让代码只需处理应用程序的逻辑。在开始阶段,该程序被用来绘制图片对象、编辑图片外形以及定义色彩、梯度、阴影以及其它转化属性,并用来为动画添加动态数据与部署设计绘制中的图片。
 此外,该程序能让开发人员将自定义名称分配到对象与属性。他们变成了能访问的应用程序资源。该工具包的资源以树状结构进行分级,这类似于文件在文件系统中的组织结构。这减少了在分级结构中可视资源的数量,使大型图片的处理更加简单。绘图功能的资源分级能与创建程序协调一致,这能最大限度地减少以后的编程工作。
该程序提供了两种访问对象的方法:选择对象以及遍历分级结构或直接浏览资源。当资源界面如应用程序一样浏览分级时,对象选择能使您快速地访问对象进行编辑。并且对象选择对于解决调试资源访问错误相当方便。
生成的绘图压缩了大量对象的图片外观,并且完全与应用程序代码分开。所以,当绘图改变时,但只要资源分级不变,应用程序不需重新编译。当提供的多版本绘图包含相同的资源分级,但可能外观不同时,该功能很有用处。例如,当某些具有简单图片的版本进行更加快速的更新时,这些版本的绘图就可能会包含更加精细的图片。
Widget与自定义控件
该工具包提供了大量的预置widget:dials and meters, graphs, avionic gauges, process control widgets以及其它一些图片控件。所有的widget被置于工具包对象引擎的顶端并且它们的行为被压缩在空间绘图中。每个控件的绘图能加载到图片创建程序中并能进行自定义,还能编辑它的资源与更改图片元素的外形。能创建自定义控件并把它添加到Builder的调色板中。
平台:
Graphics Builder
The GLG Graphics Builder uses a point and click interface and is geared towards application development. It allows the developer to not only draw graphical objects, but also attach 2D and 3D dynamic animation, define object and resource hierarchies, setup constraints, etc. The Builder also provides a way to prototype the drawing with dynamic data to test the drawing's behavior.
The governing principle of the Toolkit is to allow developers to define as much of the graphical aspects of the application in the Builder as possible, leaving the code to handle only the application logic. In the beginning, the Builder is used to draw graphical objects, edit their shapes, define colors, gradients, shadows and other rendering attributes, attach dynamics for animation and layout the graphics in the drawing.
Furthermore, the Builder allows developers to assign custom names to objects and their attributes. They become resources for the application to access. The Toolkit organizes resources into tree-like hierarchies, resembling the way files are organized in a file system. This decreases the number of resources visible on each level of the hierarchy, making dealing with large drawings easier. The resource hierarchy of the drawing may be tuned interactively with the Builder to minimize later programming efforts.
The Builder provides two ways to access objects: by selecting objects and traversing their hierarchies, or by browsing resources directly. Object selection provides immediate access to objects for editing, while the resource interface views the hierarchy as the application sees it, and is convenient for debugging resource access errors.
The produced drawing encapsulates the graphical appearance of the objects, and is completely separate from the application code. As a result, the application does not need to be recompiled when the drawing changes, as long as the resource hierarchy remains intact. This feature is useful when providing multiple versions of the drawing, all of which contain identical resource hierarchies, but may differ in appearance. For example, some versions of the drawing may contain much more elaborate graphics, while those with simple graphics result in faster updates.
Widgets and Custom Components
The Toolkit provides a vast library of pre-built widgets: dials and meters, graphs, avionic gauges, process control widgets and other graphical components. All widgets are built on top of the Toolkit's object engine and their behavior is encapsulated in the component's drawing. Each component's drawing can be loaded into the Graphics Builder and extensively customized, including not only editing its resources, but also changing the shape of its graphical elements. Custom components can be created and added to the Builder's palette.
更新时间:2021-12-13 13:55:29.000 | 录入时间:2008-09-03 14:54:50.000 | 责任编辑:何家巧
为开发高级图形的动态界面而设计的框架,是完全动画的图形对象。智能制造推荐产品,帮助企业领跑工业4.0。
DHTMLX 超值正版套包DHTMLX旗下Diagram、Sute、Pivot、Gantt等插件正版授权合集
JointJSJointJS 是一款基于 JavaScript 的开源库,用于创建基于 HTML5 的交互式图表
SciChart WPF Charts一款实时、高性能的WPF图表库,专为金融、医疗和工程应用而设计。
SciChart JavaScript Charts一款用于Web的高性能JavaScript图表和图形库。
服务电话
重庆/ 023-68661681
华东/ 13452821722
华南/ 18100878085
华北/ 17347785263
客户支持
技术支持咨询服务
服务热线:400-700-1020
邮箱:sales@pclwef.cn
关注我们
地址 : 重庆市九龙坡区火炬大道69号6幢