English 中文(简体)
Ext.js - Drawing
  • 时间:2024-09-17

Ext.js - Drawing


Previous Page Next Page  

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.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 Elppse

This graphics is used to create an elppse shape.

5 ElppticalArc

This graphics is used to create an elpptical arc shape.

6 Image

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

7 Path

This graphics is used to create a free path.

8 Text

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

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.

Advertisements