| Package | Description |
|---|---|
| com.sencha.gxt.chart.client.draw.path |
| Modifier and Type | Class and Description |
|---|---|
class |
CurveTo
A
PathCommand that represents a cubic Bézier segment. |
class |
CurveToQuadratic
A
PathCommand that represents a quadratic Bézier segment. |
class |
CurveToQuadraticSmooth
A
PathCommand that represents a shorthand quadratic Bézier segment. |
class |
CurveToSmooth
A
PathCommand that represents a shorthand cubic Bézier segment. |
class |
EllipticalArc
A
PathCommand that represents a segment of an ellipse. |
class |
LineTo
A
PathCommand that represents a line. |
class |
MoveTo
A
PathCommand that represents a moving of the current point. |
| Constructor and Description |
|---|
EndPointCommand(EndPointCommand command)
Creates a copy of the given end point command.
|
Copyright © 2014. All Rights Reserved.