Friday, February 17, 2017

Ext.js - Drawing

Drawing package in ExtJS enables you to draw general purpose graphics. This can be used to graphics that work on all browsers and mobile devices.

S.N. Drawing
1 CircleThis graphics is used to create circulare shape.
2 RectangleThis graphics is used to create rectanglar shape.
3 ArcThis graphics is used to create an arc shape.
4 EllipseThis graphics is used to create ellipse shape.
5 EllipticalArcThis graphics is used to create elliptical arc shape.
6 ImageThis graphics is used to add image to your application.
7 PathThis graphics is used to create free path.
8 TextThis graphics is used to add any text to your appication.
9 Translate after renderThis property is used to move your starting point in your container after the graphic is rendered. It can be used with any graphics.
10 RotationThis property is used to add rotation to the drawing added. It can be used with any graphics.
11 SquareThis graphic is used to create a square.

No comments:

Post a Comment