| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client | |
| org.moxieapps.gwt.highcharts.client.plotOptions |
| Modifier and Type | Method and Description |
|---|---|
Animation |
Animation.setDuration(Number duration)
Convenience method for setting the 'duration' option of the animation.
|
Animation |
Animation.setEasing(Animation.Easing easing)
Convenience method for setting the 'easing' option of the animation.
|
Animation |
Animation.setEasing(String easing)
Convenience method for setting the 'easing' option of the animation.
|
| Modifier and Type | Method and Description |
|---|---|
Series |
Series.addPoint(Number y,
boolean redraw,
boolean shift,
Animation animation)
Add a point to the series with a specific value on the Y axis, controlling the
options on how the change will be drawn to the series.
|
Series |
Series.addPoint(Number x,
Number y,
boolean redraw,
boolean shift,
Animation animation)
Add a point to the series with a specific value on the X and Y axis, controlling the
options on how the change will be drawn to the series.
|
Series |
Series.addPoint(Number x,
Number open,
Number high,
Number low,
Number close,
boolean redraw,
boolean shift,
Animation animation)
Add a point to the series with a specific value on the X and Y axis (in OHLC format), controlling the
options on how the change will be drawn to the series.
|
Series |
Series.addPoint(Point point,
boolean redraw,
boolean shift,
Animation animation)
Add a point to the series with a specific value on the X and Y axis, controlling the
options on how the change will be drawn to the series.
|
T |
BaseChart.addSeries(Series series,
boolean redraw,
Animation animation)
Add a data series to this chart, controlling the redraw and animation options.
|
Point |
Point.remove(boolean redraw,
Animation animation)
Remove the point from the series, explicitly controlling whether the chart is redrawn
and the details of the animation options.
|
Series |
Series.removePoint(Point point,
boolean redraw,
Animation animation)
Remove the point from the series, explicitly controlling whether the chart is redrawn
and the details of the animation options.
|
T |
BaseChart.setAnimation(Animation animation)
Convenience method for setting the 'animation' options of the chart.
|
Drilldown |
Drilldown.setAnimation(Animation animation)
Convenience method for setting the 'animation' option of the drilldown.
|
T |
Axis.setExtremes(Number min,
Number max,
boolean redraw,
Animation animation)
Set the minimum and maximum of the axes after render time, controlling the redraw and animation
options.
|
ColorAxis |
ColorAxis.setMarkerAnimation(Animation markerAnimation)
Convenience method for setting the 'markerAnimation' option of the map.
|
Legend |
Legend.setNavigationAnimation(Animation animation)
Convenience method for setting the "animation" option for the legend navigation.
|
T |
BaseChart.setSize(int width,
int height,
Animation animation)
Updates the size of the chart to match the given width and height, allowing for custom control
over how the animation will be resized.
|
Point |
Point.slice(boolean sliced,
boolean redraw,
Animation animation)
Slice out or set back in a pie chart slice, controlling whether or not the chart will be
automatically redraw or not.
|
Point |
Point.sliceToggle(boolean redraw,
Animation animation)
Toggle slicing out or set back in a pie chart slice, controlling whether or not the chart will be
automatically redraw or not.
|
Point |
Point.update(Point pointOptions,
boolean redraw,
Animation animation)
Update the point with the new values and options from the given point, specifying if the chart
should be automatically redrawn and animated or not.
|
| Modifier and Type | Method and Description |
|---|---|
T |
PlotOptions.setAnimation(Animation animation)
Convenience method for setting the 'animation' plot option, controlling the details
of the animation more precisely.
|
T |
BaseMapOptions.setNormalStateAnimation(Animation normalStateAnimation)
Convenience method for setting the 'animation' option of the select state.
|
Copyright © 2015. All Rights Reserved.