Ext.js – Drawing

Ext.js - Drawing

In the Ext.js drawing package in ExtJS enables you to draw general purpose graphics. This can be used for graphics that work on all browsers and mobile devices.

Sr.NoDrawing
1Circle
This graphics is used to create a circulare shape in Ext.js Drawing.
2Rectangle
This graphics is used to create a rectanglar shape.
3Arc
This graphics is used to create an arc shape.
4Ellipse
This graphics is used to create an ellipse shape.
5EllipticalArc
This graphics is used to create an elliptical arc shape.
6Image
This graphics is used to add an image to your application.
7Path
This graphics is used to create a free path.
8Text
This graphics is used to add any text to your application.
9Translate 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.
10Rotation
This property is used to add a rotation to the drawing added. It can be used with any graphics.
11Square
This graphic is used to create a square.

Next Topic : Click Here

This Post Has 10 Comments

Leave a Reply