Welcome![Sign In][Sign Up]
Location:
Search - draw2D

Search list

[Other resourceDraw2d

Description: 提供完整的 2D 图形功能,这包括抽象的 BMP 可绘制对象,几何图元的绘制功能,颜色管理功能,调色板管理功能,位块传送功能,BMP 图片文件功能,点阵字体功能和 Animate 动画对象功能
Platform: | Size: 727926 | Author: 毛旭 | Hits:

[Other resourcedraw2d

Description: 绘制一些特别的图形,以及一些曲线,如B样条,图形的裁剪
Platform: | Size: 776995 | Author: 陈波 | Hits:

[DocumentsDraw2D简明教程

Description: Draw2d是SWT平台上的图形库,你可以用它定制属于自己的、不依赖于特定操作系统本地组件的上层组件;也可以用它开发基于图形的应用程序。一般来说,基础代码编写者/GUI组件提供者们使用前一个功能,像译者这样开发应用程序的人则使用后者更多一些。 Draw2d库依赖于SWT(不依赖JFace),提供了完整的图形应用程序开发包,使用它你几乎可以作出任意的图形,但是除了简单的几何图形以外,任何图形都需要开发者自己手绘、或者用已有的图形进行组合;同时,如果你想让你的图形响应各种事件(鼠标/键盘/拖拽等),也必须事事躬亲,显然自由的代价就是繁冗的代码:( 。 本文从Draw2d的核心类及其方法讲起,然后理论结合实践,以一个flowchart(程序流程图)为例子进行实战演习,同时会讲到拖拽(drag-and-drop, 简写作dnd),以及如何使用Connector对象连接两个图形等
Platform: | Size: 289792 | Author: gaojuntao_nepu@163.com | Hits:

[GDI-BitmapDraw2d

Description: 提供完整的 2D 图形功能,这包括抽象的 BMP 可绘制对象,几何图元的绘制功能,颜色管理功能,调色板管理功能,位块传送功能,BMP 图片文件功能,点阵字体功能和 Animate 动画对象功能-Provide a complete 2D graphics features, including BMP can be drawn abstract objects, geometric primitives, painted features, color management capabilities, the palette management functions, bit block transfer function, BMP picture files function, dot-matrix font features and Animate Animation object function
Platform: | Size: 728064 | Author: 毛旭 | Hits:

[Graph Drawingdraw2d

Description: 绘制一些特别的图形,以及一些曲线,如B样条,图形的裁剪-Drawing some special graphics, as well as some curves, such as the B-spline, graphics cutting
Platform: | Size: 777216 | Author: 陈波 | Hits:

[GDI-Bitmapdraw2d_0.9.17

Description: draw2d_0.9.17.zip 主要处理画图-The main treatment draw2d_0.9.17.zip Paint
Platform: | Size: 11286528 | Author: dream | Hits:

[JSPJfreeChart

Description: 在Java中使用Draw2D和SWT绘图-In Java using SWT graphics Draw2D and
Platform: | Size: 233472 | Author: martin | Hits:

[Graph DrawingjsDraw2D

Description: 一个用js做的矢量图程序,非常简单,容易学习。好东西。-Js to do a vector with the procedure, very simple, easy to learn. Good things.
Platform: | Size: 38912 | Author: li feitian | Hits:

[JSP/JavaDraw2D

Description: 这是利用Java编写的一个绘制二维图形的Java程序,对Graphics2D进行了简单的使用。-It is written in Java using a two-dimensional graphics rendering Java procedures, carried out a simple use of Graphics2D.
Platform: | Size: 8192 | Author: 侯杰 | Hits:

[JSP/JavaEclipse

Description: 本书系统地介绍了SWT、Draw2D、GEF、JET 等与Eclipse 插件开发相关的基础知识,并且以实际的开发案例来演示 这些知识的实战性应用,通过对这些实际开发案例的学习,读者可以非常轻松地掌握Eclipse插件开发的技能,从而开发出满 足个性化需求的插件。-This book introduces the SWT, Draw2D, GEF, JET and other Eclipse plug-ins with the basic knowledge related to the development and the real case to demonstrate knowledge of the real nature of these applications, the actual development of these cases through the study, readers can be very Eclipse plug-in development and easily grasp the skills to develop to meet the individual needs of the plug-in.
Platform: | Size: 1275904 | Author: | Hits:

[JSP/JavaFigure

Description: Draw2D 中的 FigureCanvas 是 SWT Canvas 的一个扩展。FigureCanvas 可以包含 Draw2D 图形。 -Draw2D the FigureCanvas is an extension to SWT Canvas. FigureCanvas can contain Draw2D graphics.
Platform: | Size: 3072 | Author: hewate | Hits:

[2D GraphicUtil

Description: Draw2D 有两个重要的包:org.eclipse.draw2d.geometry 和 org.eclipse.draw2d.graph,本文中使用了这两个包。org.eclipse.draw2d.geometry 包有一些有用的类-There are two important Draw2D packages: org.eclipse.draw2d.geometry and org.eclipse.draw2d.graph, this article uses the two packages. org.eclipse.draw2d.geometry package has some useful classes
Platform: | Size: 1024 | Author: hewate | Hits:

[Graph DrawingTutoGEF

Description: gef是基于Draw2D的图形框架,本工程是我在做流程图的时候参考一本英文的指导书编写的例子,内容不算复杂,主要是一个建立流程图的例子。适合于gef入门研究-gef Draw2D based graphics framework, the project is when I' m doing a flow chart refer to the guidance of a book written in the English example, the content is not complexity, is primarily a build flowchart example. Introduction to Research for gef
Platform: | Size: 112640 | Author: lidf | Hits:

[JSP/JavaGEF-ALL-3.2.1

Description: java开发中awt,swing图形界面插件-java development awt, swing GUI plug-in
Platform: | Size: 6935552 | Author: 赵洒脱 | Hits:

[JSP/Javaorg.eclipse.draw2d.examples

Description: 使用eclipse提供的draw2d框架,绘制一个属性结构的图形例子。-Java draw2d example
Platform: | Size: 234496 | Author: KarelunHuang | Hits:

[JSPjavaxuexi

Description: 一本介绍在Java中使用Draw2D和SWT绘图的书籍,比较系统详细的讲解了绘图的技巧-One introduced in Java use Draw2D and SWT drawing books, more systematic detailed explanation of the skills of drawing
Platform: | Size: 40960 | Author: 阳俊杰 | Hits:

[JSPDraw2D-document

Description: 定制不依赖于系统的上层组件:从Draw2d的核心类及其方法讲起,然后理论结合实践,以一个flowchart(程序流程图)为例子进行实战演习-Custom does not depend on the upper components of the system: from the Draw2d the core class and its methods of talk, and then to integrate theory with practice, combat exercises as an example a flowchart of the (program flow chart)
Platform: | Size: 157696 | Author: 张弛 | Hits:

[2D GraphicDraw2D

Description: 绘制具有较为完整流程的二维图形;在同一个坐标系中显示三条曲线图形-Draw a more complete process of two-dimensional graphics graphics of the three curves displayed in the same coordinate system
Platform: | Size: 1024 | Author: 何朝飞 | Hits:

[JSP/Javadraw2d

Description: 说明了draw2d的图形功能通过json数据格式实现-draw2d technology
Platform: | Size: 1036288 | Author: yangbin | Hits:

[JSP/JavaGraFix

Description: 在 Java 中使用 Draw2D 和 SWT 绘图 编写自己的平台无关代码来创建 X-Y 坐标图、条形图和其他更多图形(Using Draw2D and SWT drawing in Java Write platform independent code to create X-Y coordinates, bar charts and other more graphics.)
Platform: | Size: 23552 | Author: 你好么12345 | Hits:
« 12 »

CodeBus www.codebus.net