|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PathSprite in com.sencha.gxt.chart.client.chart.axis |
|---|
| Methods in com.sencha.gxt.chart.client.chart.axis that return PathSprite | |
|---|---|
PathSprite |
Axis.getAxisConfig()
Returns the configuration for the axis lines. |
PathSprite |
CartesianAxis.getGridDefaultConfig()
Returns the config for the default axis grid. |
PathSprite |
CartesianAxis.getGridEvenConfig()
Returns the config for the grid on the even indices. |
PathSprite |
CartesianAxis.getGridOddConfig()
Returns the config for the grid on the odd indices. |
| Methods in com.sencha.gxt.chart.client.chart.axis with parameters of type PathSprite | |
|---|---|
void |
Axis.setAxisConfig(PathSprite axisConfig)
Sets the configuration for the axis lines. |
void |
CartesianAxis.setGridDefaultConfig(PathSprite defaultGridConfig)
Sets the config for the default axis grid. |
void |
CartesianAxis.setGridEvenConfig(PathSprite gridEvenConfig)
Sets the config for the grid on the even indices. |
void |
CartesianAxis.setGridOddConfig(PathSprite gridOddConfig)
Sets the config for the grid on the odd indices. |
| Uses of PathSprite in com.sencha.gxt.chart.client.chart.series |
|---|
| Methods in com.sencha.gxt.chart.client.chart.series that return PathSprite | |
|---|---|
static PathSprite |
Primitives.arrow(double cx,
double cy,
double radius)
Generates an arrow using the given parameters. |
static PathSprite |
Primitives.cross(double cx,
double cy,
double radius)
Generates a cross using the given parameters. |
static PathSprite |
Primitives.diamond(double cx,
double cy,
double radius)
Generates a diamond using the given parameters. |
static PathSprite |
Primitives.plus(double cx,
double cy,
double radius)
Generates a plus using the given parameters. |
static PathSprite |
Primitives.triangle(double cx,
double cy,
double radius)
Generates a triangle using the given parameters. |
| Uses of PathSprite in com.sencha.gxt.chart.client.draw |
|---|
| Methods in com.sencha.gxt.chart.client.draw with parameters of type PathSprite | |
|---|---|
static Animator |
DrawFx.createCommandsAnimator(PathSprite origin,
List<PathCommand> commands)
Returns an Animator that will animate the given PathSprite
to the given list of PathCommands. |
| Uses of PathSprite in com.sencha.gxt.chart.client.draw.path |
|---|
| Methods in com.sencha.gxt.chart.client.draw.path that return PathSprite | |
|---|---|
PathSprite |
PathSprite.copy()
|
PathSprite |
PathSprite.getPathSprite()
|
PathSprite |
PathSprite.map(Matrix matrix)
Transforms the PathSprite by the passed Matrix. |
PathSprite |
PathSprite.toAbsolute()
Returns the path converted to only absolute PathCommands. |
PathSprite |
PathSprite.toCurve()
Returns the path converted to only MoveTo and CurveTo
commands. |
PathSprite |
PathSprite.toSmooth(int subsections)
Returns the path smoothed by increasing the number of subsections. |
| Methods in com.sencha.gxt.chart.client.draw.path that return types with arguments of type PathSprite | |
|---|---|
static List<PathSprite> |
PathSprite.findDelta(PathSprite origin,
List<PathCommand> commands)
Ensures PathCommand parity between this path and the given path. |
| Methods in com.sencha.gxt.chart.client.draw.path with parameters of type PathSprite | |
|---|---|
static List<PathSprite> |
PathSprite.findDelta(PathSprite origin,
List<PathCommand> commands)
Ensures PathCommand parity between this path and the given path. |
| Constructors in com.sencha.gxt.chart.client.draw.path with parameters of type PathSprite | |
|---|---|
PathSprite(PathSprite path)
Creates a copy of the given path. |
|
| Uses of PathSprite in com.sencha.gxt.chart.client.draw.sprite |
|---|
| Methods in com.sencha.gxt.chart.client.draw.sprite that return PathSprite | |
|---|---|
PathSprite |
TextSprite.getPathSprite()
|
abstract PathSprite |
Sprite.getPathSprite()
Returns the Sprite as a path. |
PathSprite |
RectangleSprite.getPathSprite()
|
PathSprite |
ImageSprite.getPathSprite()
|
PathSprite |
EllipseSprite.getPathSprite()
|
PathSprite |
CircleSprite.getPathSprite()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||