📜  Ext.js-绘图

📅  最后修改于: 2020-10-25 11:18:25             🧑  作者: Mango


ExtJS中的绘图包使您可以绘制通用图形。可以用于在所有浏览器和移动设备上均可使用的图形。

Sr.No Drawing
1 Circle

This graphics is used to create a circulare shape.

2 Rectangle

This graphics is used to create a rectanglar shape.

3 Arc

This graphics is used to create an arc shape.

4 Ellipse

This graphics is used to create an ellipse shape.

5 EllipticalArc

This graphics is used to create an elliptical arc shape.

6 Image

This graphics is used to add an image to your application.

7 Path

This graphics is used to create a free path.

8 Text

This graphics is used to add any text to your application.

9 Translate after render

This property is used to move the starting point in your container, after the graphic is rendered. It can be used with any graphics.

10 Rotation

This property is used to add a rotation to the drawing added. It can be used with any graphics.

11 Square

This graphic is used to create a square.