A B C D E F G H I L M O P R S T U V W X Y Z 

A

addCustomPaintListener(ICustomPaintListener) - Method in class org.swtchart.internal.PlotArea
 
addCustomPaintListener(ICustomPaintListener) - Method in interface org.swtchart.IPlotArea
Adds the custom paint listener.
addDisposeListener(IDisposeListener) - Method in interface org.swtchart.IAxis
Adds the dispose listener.
addDisposeListener(IDisposeListener) - Method in class org.swtchart.internal.axis.Axis
 
addDisposeListener(IDisposeListener) - Method in class org.swtchart.internal.series.Series
 
addDisposeListener(IDisposeListener) - Method in interface org.swtchart.ISeries
Adds the dispose listener.
addNecessaryPlots(ArrayList<Double>, ArrayList<Double>, ArrayList<Integer>) - Method in class org.swtchart.internal.compress.Compress
Adds the necessary plots.
addNecessaryPlots(ArrayList<Double>, ArrayList<Double>, ArrayList<Integer>) - Method in class org.swtchart.internal.compress.CompressBarSeries
 
addNecessaryPlots(ArrayList<Double>, ArrayList<Double>, ArrayList<Integer>) - Method in class org.swtchart.internal.compress.CompressLineSeries
 
addNecessaryPlots(ArrayList<Double>, ArrayList<Double>, ArrayList<Integer>) - Method in class org.swtchart.internal.compress.CompressScatterSeries
 
addToList(ArrayList<Double>, ArrayList<Double>, ArrayList<Integer>, double, double, int) - Method in class org.swtchart.internal.compress.Compress
Adds the given coordinate to list.
adjustRange() - Method in interface org.swtchart.IAxis
Adjusts the axis range to the series belonging to the axis, so that all series are completely shown.
adjustRange() - Method in interface org.swtchart.IAxisSet
Adjusts the axis range of all axes.
adjustRange() - Method in class org.swtchart.internal.axis.Axis
 
adjustRange(boolean) - Method in class org.swtchart.internal.axis.Axis
Adjusts the axis range to the series belonging to the axis.
adjustRange() - Method in class org.swtchart.internal.axis.AxisSet
 
Axis - Class in org.swtchart.internal.axis
An axis.
Axis(int, IAxis.Direction, Chart) - Constructor for class org.swtchart.internal.axis.Axis
Constructor.
AxisSet - Class in org.swtchart.internal.axis
An axis container.
AxisSet(Chart) - Constructor for class org.swtchart.internal.axis.AxisSet
Constructor.
AxisTick - Class in org.swtchart.internal.axis
An axis tick.
AxisTick(Chart, Axis) - Constructor for class org.swtchart.internal.axis.AxisTick
Constructor.
AxisTickLabels - Class in org.swtchart.internal.axis
Axis tick labels.
AxisTickLabels(Chart, Axis) - Constructor for class org.swtchart.internal.axis.AxisTickLabels
Constructor.
AxisTickMarks - Class in org.swtchart.internal.axis
Axis tick marks.
AxisTickMarks(Chart, Axis) - Constructor for class org.swtchart.internal.axis.AxisTickMarks
Constructor.
AxisTitle - Class in org.swtchart.internal.axis
An Axis title.
AxisTitle(Chart, int, Axis, IAxis.Direction) - Constructor for class org.swtchart.internal.axis.AxisTitle
Constructor.

B

BarSeries - Class in org.swtchart.internal.series
Bar series.
BarSeries(Chart, String) - Constructor for class org.swtchart.internal.series.BarSeries
Constructor.
BLACK - Static variable in class org.swtchart.Constants
Deprecated.
BLUE - Static variable in class org.swtchart.Constants
Deprecated.
bringForward(String) - Method in class org.swtchart.internal.series.SeriesSet
 
bringForward(String) - Method in interface org.swtchart.ISeriesSet
Brings the series for given id forward.
bringToFront(String) - Method in class org.swtchart.internal.series.SeriesSet
 
bringToFront(String) - Method in interface org.swtchart.ISeriesSet
Brings the series for given id to front.

C

Chart - Class in org.swtchart
A chart which are composed of title, legend, axes and plot area.
Chart(Composite, int) - Constructor for class org.swtchart.Chart
Constructor.
chart - Variable in class org.swtchart.internal.PlotArea
the chart
chart - Variable in class org.swtchart.internal.series.Series
the chart
chart - Variable in class org.swtchart.internal.Title
the chart
ChartLayout - Class in org.swtchart.internal
Manages the layout on plot chart panel.
ChartLayout() - Constructor for class org.swtchart.internal.ChartLayout
Constructor.
ChartLayoutData - Class in org.swtchart.internal
The chart layout data
ChartLayoutData(int, int) - Constructor for class org.swtchart.internal.ChartLayoutData
Constructor.
ChartTitle - Class in org.swtchart.internal
A chart title.
ChartTitle(Chart) - Constructor for class org.swtchart.internal.ChartTitle
Constructor.
color - Variable in class org.swtchart.internal.series.SeriesLabel
the series label color
Compress - Class in org.swtchart.internal.compress
A base class for compressor providing default implementations.
Compress() - Constructor for class org.swtchart.internal.compress.Compress
 
compress(CompressConfig) - Method in class org.swtchart.internal.compress.Compress
 
compress(CompressConfig) - Method in interface org.swtchart.internal.compress.ICompress
Ignores the points which are in the same grid as the previous point.
compressAllSeries() - Method in class org.swtchart.internal.series.SeriesSet
Compresses all series data.
CompressBarSeries - Class in org.swtchart.internal.compress
A compressor for bar series data.
CompressBarSeries() - Constructor for class org.swtchart.internal.compress.CompressBarSeries
 
CompressConfig - Class in org.swtchart.internal.compress
Configuration for compression.
CompressConfig() - Constructor for class org.swtchart.internal.compress.CompressConfig
Constructor.
CompressConfig(CompressConfig) - Constructor for class org.swtchart.internal.compress.CompressConfig
Constructor.
compressed - Variable in class org.swtchart.internal.compress.Compress
the flag indicating whether the data is compressed
compressedIndexes - Variable in class org.swtchart.internal.compress.Compress
the compressed series indexes
compressedXSeries - Variable in class org.swtchart.internal.compress.Compress
the compressed X series
compressedYSeries - Variable in class org.swtchart.internal.compress.Compress
the compressed Y series
CompressLineSeries - Class in org.swtchart.internal.compress
A compressor for line series data.
CompressLineSeries() - Constructor for class org.swtchart.internal.compress.CompressLineSeries
 
compressor - Variable in class org.swtchart.internal.series.Series
the compressor
CompressScatterSeries - Class in org.swtchart.internal.compress
A compressor for scatter series data
CompressScatterSeries() - Constructor for class org.swtchart.internal.compress.CompressScatterSeries
 
computeSize(Composite, int, int, boolean) - Method in class org.swtchart.internal.ChartLayout
 
config - Variable in class org.swtchart.internal.compress.Compress
the configuration for compressor
Constants - Class in org.swtchart
Constant values.
Constants() - Constructor for class org.swtchart.Constants
 
createSeries(ISeries.SeriesType, String) - Method in class org.swtchart.internal.series.SeriesSet
 
createSeries(ISeries.SeriesType, String) - Method in interface org.swtchart.ISeriesSet
Creates the series.
createXAxis() - Method in interface org.swtchart.IAxisSet
Creates the X axis.
createXAxis() - Method in class org.swtchart.internal.axis.AxisSet
 
createYAxis() - Method in interface org.swtchart.IAxisSet
Creates the Y axis.
createYAxis() - Method in class org.swtchart.internal.axis.AxisSet
 

D

DARK_GRAY - Static variable in class org.swtchart.Constants
Deprecated.
DEFAULT_LOG_SCALE_MAX - Static variable in class org.swtchart.internal.axis.Axis
the default maximum value of log scale range
DEFAULT_LOG_SCALE_MIN - Static variable in class org.swtchart.internal.axis.Axis
the default minimum value of log scale range
DEFAULT_MAX - Static variable in class org.swtchart.internal.axis.Axis
the default maximum value of range
DEFAULT_MIN - Static variable in class org.swtchart.internal.axis.Axis
the default minimum value of range
DEFAULT_SERIES_TYPE - Static variable in class org.swtchart.internal.series.Series
the default series type
deleteSeries(String) - Method in class org.swtchart.internal.series.SeriesSet
 
deleteSeries(String) - Method in interface org.swtchart.ISeriesSet
Deletes the series for given id.
deleteXAxis(int) - Method in interface org.swtchart.IAxisSet
Deletes the X Axis for given axis id.
deleteXAxis(int) - Method in class org.swtchart.internal.axis.AxisSet
 
deleteYAxis(int) - Method in interface org.swtchart.IAxisSet
Deletes the Y Axis for given id.
deleteYAxis(int) - Method in class org.swtchart.internal.axis.AxisSet
 
dispose() - Method in class org.swtchart.Chart
 
dispose() - Method in class org.swtchart.internal.axis.Axis
Disposes the resources.
dispose() - Method in class org.swtchart.internal.axis.AxisSet
Disposes the resources.
dispose() - Method in class org.swtchart.internal.axis.AxisTickLabels
Disposes the resources.
dispose() - Method in class org.swtchart.internal.axis.AxisTickMarks
Disposes the resources.
dispose() - Method in class org.swtchart.internal.axis.AxisTitle
 
dispose() - Method in class org.swtchart.internal.Legend
 
dispose() - Method in class org.swtchart.internal.PlotArea
 
dispose() - Method in class org.swtchart.internal.series.Series
Disposes SWT resources.
dispose() - Method in class org.swtchart.internal.series.SeriesSet
Disposes the series.
dispose() - Method in class org.swtchart.internal.Title
Disposes the resources.
disposed(Event) - Method in interface org.swtchart.IDisposeListener
The method to be invoked when the target is disposed.
draw(GC, int, int) - Method in class org.swtchart.internal.Grid
Draws grid.
draw(GC, int, int, Axis, Axis) - Method in class org.swtchart.internal.series.BarSeries
 
draw(GC, int, int, Axis, int) - Method in class org.swtchart.internal.series.ErrorBar
Draws error bar.
draw(GC, int, int, Axis, Axis) - Method in class org.swtchart.internal.series.LineSeries
 
draw(GC, int, int) - Method in class org.swtchart.internal.series.Series
Draws series.
draw(GC, int, int, Axis, Axis) - Method in class org.swtchart.internal.series.Series
Draws series.
draw(GC, int, int, double, int, int) - Method in class org.swtchart.internal.series.SeriesLabel
Draws series label.
drawBehindSeries() - Method in interface org.swtchart.ICustomPaintListener
Gets the state indicating if painting behind series.
drawSeriesSymbol(GC, int, int, Color) - Method in class org.swtchart.internal.series.LineSeries
Draws series symbol.
drawSymbol(GC, Series, Rectangle) - Method in class org.swtchart.internal.Legend
Draws the symbol of series.

E

enableArea(boolean) - Method in interface org.swtchart.ILineSeries
Enables the area chart.
enableArea(boolean) - Method in class org.swtchart.internal.series.LineSeries
 
enableCategory(boolean) - Method in interface org.swtchart.IAxis
Enables category.
enableCategory(boolean) - Method in class org.swtchart.internal.axis.Axis
 
enableCompress(boolean) - Method in class org.swtchart.Chart
Enables compressing series.
enableLogScale(boolean) - Method in interface org.swtchart.IAxis
Enables the log scale.
enableLogScale(boolean) - Method in class org.swtchart.internal.axis.Axis
 
enableStack(boolean) - Method in class org.swtchart.internal.series.Series
 
enableStack(boolean) - Method in interface org.swtchart.ISeries
Enables the stack series.
enableStep(boolean) - Method in interface org.swtchart.ILineSeries
Enables the step chart.
enableStep(boolean) - Method in class org.swtchart.internal.series.LineSeries
 
equals(Object) - Method in class org.swtchart.internal.compress.CompressConfig
 
ErrorBar - Class in org.swtchart.internal.series
The error bar.
ErrorBar() - Constructor for class org.swtchart.internal.series.ErrorBar
The constructor.

F

font - Variable in class org.swtchart.internal.series.SeriesLabel
the series label font

G

getAdjustedRange(Axis, int) - Method in class org.swtchart.internal.series.BarSeries
 
getAdjustedRange(Axis, int) - Method in class org.swtchart.internal.series.LineSeries
 
getAdjustedRange(Axis, int) - Method in class org.swtchart.internal.series.Series
Gets the adjusted range to show all series in screen.
getAntialias() - Method in interface org.swtchart.ILineSeries
Gets the anti-aliasing value for drawing line.
getAntialias() - Method in class org.swtchart.internal.series.LineSeries
 
getAxes() - Method in interface org.swtchart.IAxisSet
Gets the array of all axes.
getAxes() - Method in class org.swtchart.internal.axis.AxisSet
 
getAxis() - Method in class org.swtchart.internal.axis.AxisTickMarks
Gets the associated axis.
getAxisSet() - Method in class org.swtchart.Chart
Gets the set of axes.
getAxisTickLabels() - Method in class org.swtchart.internal.axis.AxisTick
Gets the axis tick labels.
getAxisTickMarks() - Method in class org.swtchart.internal.axis.AxisTick
Gets the axis tick marks.
getBackground() - Method in interface org.swtchart.ILegend
Gets the background color of legend.
getBackgroundInPlotArea() - Method in class org.swtchart.Chart
Gets the background color in plot area.
getBarColor() - Method in interface org.swtchart.IBarSeries
Gets the bar color.
getBarColor() - Method in class org.swtchart.internal.series.BarSeries
 
getBarPadding() - Method in interface org.swtchart.IBarSeries
Gets the bar padding in percentage.
getBarPadding() - Method in class org.swtchart.internal.series.BarSeries
 
getBarWidth() - Method in interface org.swtchart.IBarSeries
Gets the bar width in pixels.
getBarWidth() - Method in class org.swtchart.internal.series.BarSeries
 
getBarWidthStyle(IBarSeries.BarWidthStyle) - Method in interface org.swtchart.IBarSeries
Gets the bar width style.
getBarWidthStyle(IBarSeries.BarWidthStyle) - Method in class org.swtchart.internal.series.BarSeries
 
getBounds() - Method in interface org.swtchart.IAxisTick
Gets the bounds of axis tick.
getBounds() - Method in interface org.swtchart.IBarSeries
Gets the array of bar rectangles.
getBounds(String) - Method in interface org.swtchart.ILegend
Gets the rectangle associated with the given series id on legend.
getBounds() - Method in class org.swtchart.internal.axis.AxisTick
 
getBounds() - Method in class org.swtchart.internal.axis.AxisTickLabels
Gets the bounds on chart panel.
getBounds() - Method in class org.swtchart.internal.axis.AxisTickMarks
Gets the bounds on chart panel.
getBounds(String) - Method in class org.swtchart.internal.Legend
 
getBounds() - Method in class org.swtchart.internal.series.BarSeries
 
getBounds() - Method in class org.swtchart.internal.Title
Gets the bounds on chart panel.
getCategorySeries() - Method in interface org.swtchart.IAxis
Gets the category series.
getCategorySeries() - Method in class org.swtchart.internal.axis.Axis
 
getColor() - Method in interface org.swtchart.IErrorBar
Gets the error bar color.
getColor() - Method in class org.swtchart.internal.series.ErrorBar
 
getCompressedIndexes() - Method in class org.swtchart.internal.compress.Compress
 
getCompressedIndexes() - Method in interface org.swtchart.internal.compress.ICompress
Gets the compressed series indexes
getCompressedXSeries() - Method in class org.swtchart.internal.compress.Compress
 
getCompressedXSeries() - Method in interface org.swtchart.internal.compress.ICompress
Gets the compressed X series
getCompressedYSeries() - Method in class org.swtchart.internal.compress.Compress
 
getCompressedYSeries() - Method in interface org.swtchart.internal.compress.ICompress
Gets the compressed Y series
getCompressor() - Method in class org.swtchart.internal.series.Series
Gets the compressor.
getDataCoordinate(int) - Method in interface org.swtchart.IAxis
Gets the data coordinate corresponding to the given pixel coordinate on plot area.
getDataCoordinate(int) - Method in class org.swtchart.internal.axis.Axis
 
getDataCoordinate(int, double, double) - Method in class org.swtchart.internal.axis.Axis
Gets the data coordinate corresponding to the given pixel coordinate on plot area.
getDefaultText() - Method in class org.swtchart.internal.axis.AxisTitle
 
getDefaultText() - Method in class org.swtchart.internal.ChartTitle
 
getDefaultText() - Method in class org.swtchart.internal.Title
Gets the default title text.
getDescription() - Method in class org.swtchart.internal.series.Series
 
getDescription() - Method in interface org.swtchart.ISeries
Gets the series description
getDirection() - Method in interface org.swtchart.IAxis
Gets the axis direction.
getDirection() - Method in class org.swtchart.internal.axis.Axis
 
getError() - Method in interface org.swtchart.IErrorBar
Gets the error.
getError() - Method in class org.swtchart.internal.series.ErrorBar
 
getExtentInGC(Font, String) - Static method in class org.swtchart.internal.Util
Gets the text extent with given font in GC.
getFont() - Method in interface org.swtchart.IAxisTick
Gets the font for tick labels.
getFont() - Method in interface org.swtchart.ILegend
Gets the font.
getFont() - Method in class org.swtchart.internal.axis.AxisTick
 
getFont() - Method in class org.swtchart.internal.axis.AxisTickLabels
Gets the font.
getFont() - Method in class org.swtchart.internal.series.SeriesLabel
 
getFont() - Method in class org.swtchart.internal.Title
Gets the font.
getFont() - Method in interface org.swtchart.ISeriesLabel
Gets the label font.
getFont() - Method in interface org.swtchart.ITitle
Gets the font for title text.
getForeground() - Method in interface org.swtchart.IAxisTick
Gets the foreground color of axis tick.
getForeground() - Method in interface org.swtchart.IGrid
Gets the foreground color.
getForeground() - Method in interface org.swtchart.ILegend
Gets the foreground color of legend.
getForeground() - Method in class org.swtchart.internal.axis.AxisTick
 
getForeground() - Method in class org.swtchart.internal.axis.AxisTickLabels
Gets the foreground color.
getForeground() - Method in class org.swtchart.internal.axis.AxisTickMarks
Gets the foreground color.
getForeground() - Method in class org.swtchart.internal.Grid
 
getForeground() - Method in class org.swtchart.internal.series.SeriesLabel
 
getForeground() - Method in class org.swtchart.internal.Title
Gets the foreground color.
getForeground() - Method in interface org.swtchart.ISeriesLabel
Gets the label color.
getForeground() - Method in interface org.swtchart.ITitle
Gets the foreground color of title.
getFormat() - Method in interface org.swtchart.IAxisTick
Gets the format for axis tick label.
getFormat() - Method in class org.swtchart.internal.axis.AxisTick
 
getFormat() - Method in class org.swtchart.internal.axis.AxisTickLabels
Gets the format for axis tick label.
getFormat() - Method in class org.swtchart.internal.series.SeriesLabel
 
getFormat() - Method in interface org.swtchart.ISeriesLabel
Gets the format for label.
getFormats() - Method in class org.swtchart.internal.series.SeriesLabel
 
getFormats() - Method in interface org.swtchart.ISeriesLabel
Gets the formats for all data points.
getGrid() - Method in interface org.swtchart.IAxis
Gets the grid.
getGrid() - Method in class org.swtchart.internal.axis.Axis
 
getHeightInPixel() - Method in class org.swtchart.internal.compress.CompressConfig
Gets the height of plot area in pixels
getId() - Method in interface org.swtchart.IAxis
Gets the axis id.
getId() - Method in class org.swtchart.internal.axis.Axis
 
getId() - Method in class org.swtchart.internal.series.Series
 
getId() - Method in interface org.swtchart.ISeries
Gets the series id.
getIndexDefinedInSWT(LineStyle) - Static method in class org.swtchart.internal.Util
Gets the index defined in SWT.
getLabel() - Method in class org.swtchart.internal.series.Series
 
getLabel() - Method in interface org.swtchart.ISeries
Gets the series label.
getLayoutData() - Method in class org.swtchart.internal.axis.AxisTickLabels
Gets the layout data.
getLayoutData() - Method in class org.swtchart.internal.axis.AxisTickMarks
Gets the layout data.
getLayoutData() - Method in class org.swtchart.internal.Title
Gets the layout data.
getLeftMarginHint(int) - Method in class org.swtchart.internal.axis.AxisTickLabels
Updates the left margin hint.
getLegend() - Method in class org.swtchart.Chart
Gets the legend.
getLineColor() - Method in interface org.swtchart.ILineSeries
Gets the line color.
getLineColor() - Method in class org.swtchart.internal.series.LineSeries
 
getLineStyle() - Method in interface org.swtchart.ILineSeries
Gets line style.
getLineStyle() - Method in class org.swtchart.internal.series.LineSeries
 
getLineWidth() - Method in interface org.swtchart.IErrorBar
Gets the line width to draw error bar.
getLineWidth() - Method in interface org.swtchart.ILineSeries
Gets the line width.
getLineWidth() - Method in class org.swtchart.internal.series.ErrorBar
 
getLineWidth() - Method in class org.swtchart.internal.series.LineSeries
 
getMinusErrors() - Method in interface org.swtchart.IErrorBar
Gets the minus errors.
getMinusErrors() - Method in class org.swtchart.internal.series.ErrorBar
 
getNumRisers() - Method in class org.swtchart.internal.axis.Axis
Gets the number of risers per category.
getOrientation() - Method in class org.swtchart.Chart
Gets the state of chart orientation.
getPixelCoordinate(double) - Method in interface org.swtchart.IAxis
Gets the pixel coordinate corresponding to the given data coordinate.
getPixelCoordinate(double) - Method in class org.swtchart.internal.axis.Axis
 
getPixelCoordinate(double, double, double) - Method in class org.swtchart.internal.axis.Axis
Gets the pixel coordinate corresponding to the given data coordinate.
getPixelCoordinates(int) - Method in class org.swtchart.internal.series.Series
 
getPixelCoordinates(int) - Method in interface org.swtchart.ISeries
Gets the pixel coordinates corresponding to the given series index.
getPlotArea() - Method in class org.swtchart.Chart
Gets the plot area.
getPlusErrors() - Method in interface org.swtchart.IErrorBar
Gets the plus errors.
getPlusErrors() - Method in class org.swtchart.internal.series.ErrorBar
 
getPosition() - Method in interface org.swtchart.IAxis
Gets the axis position.
getPosition() - Method in interface org.swtchart.ILegend
Gets the position of legend.
getPosition() - Method in class org.swtchart.internal.axis.Axis
 
getPosition() - Method in class org.swtchart.internal.Legend
 
getRange() - Method in interface org.swtchart.IAxis
Gets the axis range.
getRange() - Method in class org.swtchart.internal.axis.Axis
 
getRangeWithMargin(int, int, int, Axis, Range) - Method in class org.swtchart.internal.series.Series
Gets the range with given margin.
getRightMarginHint(int) - Method in class org.swtchart.internal.axis.AxisTickLabels
Gets the right margin hint.
getSeries(String) - Method in class org.swtchart.internal.series.SeriesSet
 
getSeries() - Method in class org.swtchart.internal.series.SeriesSet
 
getSeries(String) - Method in interface org.swtchart.ISeriesSet
Gets the series for given id.
getSeries() - Method in interface org.swtchart.ISeriesSet
Gets the array of series
getSeriesSet() - Method in class org.swtchart.Chart
Gets the set of series.
getSeriesSet() - Method in class org.swtchart.internal.PlotArea
Gets the set of series.
getStyle() - Method in interface org.swtchart.IGrid
Gets the line style.
getStyle() - Method in class org.swtchart.internal.Grid
 
getStyleRanges() - Method in class org.swtchart.internal.Title
 
getStyleRanges() - Method in interface org.swtchart.ITitle
Gets the style ranges.
getSymbolColor() - Method in interface org.swtchart.ILineSeries
Gets the symbol color.
getSymbolColor() - Method in class org.swtchart.internal.series.LineSeries
 
getSymbolColors() - Method in interface org.swtchart.ILineSeries
Gets the symbol colors.
getSymbolColors() - Method in class org.swtchart.internal.series.LineSeries
 
getSymbolSize() - Method in interface org.swtchart.ILineSeries
Gets the symbol size in pixels.
getSymbolSize() - Method in class org.swtchart.internal.series.LineSeries
 
getSymbolType() - Method in interface org.swtchart.ILineSeries
Gets the symbol type.
getSymbolType() - Method in class org.swtchart.internal.series.LineSeries
 
getText() - Method in class org.swtchart.internal.Title
 
getText() - Method in interface org.swtchart.ITitle
Gets the title text.
getTick() - Method in interface org.swtchart.IAxis
Gets the axis tick.
getTick() - Method in class org.swtchart.internal.axis.Axis
 
getTickLabelAngle() - Method in interface org.swtchart.IAxisTick
Gets the tick label angle.
getTickLabelAngle() - Method in class org.swtchart.internal.axis.AxisTick
 
getTickLabelMaxLength() - Method in class org.swtchart.internal.axis.AxisTickLabels
Gets the max length of tick label.
getTickLabelPositions() - Method in class org.swtchart.internal.axis.AxisTickLabels
Gets the tick label positions.
getTickLabelValues() - Method in interface org.swtchart.IAxisTick
Gets the tick label values.
getTickLabelValues() - Method in class org.swtchart.internal.axis.AxisTick
 
getTickLabelValues() - Method in class org.swtchart.internal.axis.AxisTickLabels
Gets the tick label values.
getTickMarkStepHint() - Method in interface org.swtchart.IAxisTick
Gets the tick mark step hint in pixels.
getTickMarkStepHint() - Method in class org.swtchart.internal.axis.AxisTick
 
getTitle() - Method in class org.swtchart.Chart
Gets the chart title.
getTitle() - Method in interface org.swtchart.IAxis
Gets the axis title.
getTitle() - Method in class org.swtchart.internal.axis.Axis
 
getType() - Method in interface org.swtchart.IErrorBar
Gets the error type.
getType() - Method in class org.swtchart.internal.series.ErrorBar
 
getType() - Method in class org.swtchart.internal.series.Series
 
getType() - Method in interface org.swtchart.ISeries
Gets the series type.
getWidthInPixel() - Method in class org.swtchart.internal.compress.CompressConfig
Gets the width of plot area in pixels
getXAxes() - Method in interface org.swtchart.IAxisSet
Gets the array of X axes.
getXAxes() - Method in class org.swtchart.internal.axis.AxisSet
 
getXAxis(int) - Method in interface org.swtchart.IAxisSet
Gets the X axis for the given id.
getXAxis(int) - Method in class org.swtchart.internal.axis.AxisSet
 
getXAxisId() - Method in class org.swtchart.internal.series.Series
 
getXAxisId() - Method in interface org.swtchart.ISeries
Gets the X axis id.
getXAxisIds() - Method in interface org.swtchart.IAxisSet
Gets the array of X axis ids.
getXAxisIds() - Method in class org.swtchart.internal.axis.AxisSet
 
getXDateSeries() - Method in class org.swtchart.internal.series.Series
 
getXDateSeries() - Method in interface org.swtchart.ISeries
Gets the X date series.
getXErrorBar() - Method in class org.swtchart.internal.series.Series
 
getXErrorBar() - Method in interface org.swtchart.ISeries
Gets the X error bar.
getXLowerValue() - Method in class org.swtchart.internal.compress.CompressConfig
Gets the lower value of x range.
getXRange() - Method in class org.swtchart.internal.series.Series
Gets the X range of series.
getXSeries() - Method in class org.swtchart.internal.series.Series
 
getXSeries() - Method in interface org.swtchart.ISeries
Gets the X series.
getXUpperValue() - Method in class org.swtchart.internal.compress.CompressConfig
Gets the upper value of x range.
getYAxes() - Method in interface org.swtchart.IAxisSet
Gets the array of Y axes.
getYAxes() - Method in class org.swtchart.internal.axis.AxisSet
 
getYAxis(int) - Method in interface org.swtchart.IAxisSet
Gets the Y axis for given index.
getYAxis(int) - Method in class org.swtchart.internal.axis.AxisSet
 
getYAxisId() - Method in class org.swtchart.internal.series.Series
 
getYAxisId() - Method in interface org.swtchart.ISeries
Gets the Y axis id.
getYAxisIds() - Method in interface org.swtchart.IAxisSet
Gets the array of Y axis ids.
getYAxisIds() - Method in class org.swtchart.internal.axis.AxisSet
 
getYErrorBar() - Method in class org.swtchart.internal.series.Series
 
getYErrorBar() - Method in interface org.swtchart.ISeries
Gets the Y error bar.
getYLowerValue() - Method in class org.swtchart.internal.compress.CompressConfig
Gets the lower value of y range.
getYRange() - Method in class org.swtchart.internal.series.Series
Gets the Y range of series.
getYSeries() - Method in class org.swtchart.internal.series.Series
 
getYSeries() - Method in interface org.swtchart.ISeries
Gets the Y series.
getYUpperValue() - Method in class org.swtchart.internal.compress.CompressConfig
Gets the upper value of y range.
GRAY - Static variable in class org.swtchart.Constants
Deprecated.
Grid - Class in org.swtchart.internal
A grid.
Grid(Axis) - Constructor for class org.swtchart.internal.Grid
Constructor.

H

handleEvent(Event) - Method in class org.swtchart.Chart
 
hashCode() - Method in class org.swtchart.internal.compress.CompressConfig
 
heightHint - Variable in class org.swtchart.internal.ChartLayoutData
the height hint

I

IAxis - Interface in org.swtchart
An axis which is composed of title and tick.
IAxis.Direction - Enum in org.swtchart
An axis direction
IAxis.Position - Enum in org.swtchart
An axis position
IAxisSet - Interface in org.swtchart
An axis container.
IAxisTick - Interface in org.swtchart
An axis tick.
IBarSeries - Interface in org.swtchart
Bar series.
IBarSeries.BarWidthStyle - Enum in org.swtchart
Bar width style.
ICompress - Interface in org.swtchart.internal.compress
A Compressor.
ICustomPaintListener - Interface in org.swtchart
The paint listener to paint on plot area.
id - Variable in class org.swtchart.internal.series.Series
the series id
IDisposeListener - Interface in org.swtchart
The dispose listener.
IErrorBar - Interface in org.swtchart
An error bar.
IErrorBar.ErrorBarType - Enum in org.swtchart
The error bar type.
IGrid - Interface in org.swtchart
A grid.
ILegend - Interface in org.swtchart
A legend for chart.
ILineSeries - Interface in org.swtchart
Line series.
ILineSeries.PlotSymbolType - Enum in org.swtchart
A plot symbol type.
INITIAL_BAR_WIDTH - Static variable in class org.swtchart.internal.series.BarSeries
the initial bar width in pixels
INITIAL_PADDING - Static variable in class org.swtchart.internal.series.BarSeries
the initial bar padding in percentage
IPlotArea - Interface in org.swtchart
The plot area.
isAreaEnabled() - Method in interface org.swtchart.ILineSeries
Gets the state indicating if area chart is enabled.
isAreaEnabled() - Method in class org.swtchart.internal.series.LineSeries
 
isCategoryEnabled() - Method in interface org.swtchart.IAxis
Gets the state indicating if category is enabled.
isCategoryEnabled() - Method in class org.swtchart.internal.axis.Axis
 
isCompressEnabled() - Method in class org.swtchart.Chart
Gets the state indicating if compressing series is enabled.
isDateEnabled() - Method in class org.swtchart.internal.axis.Axis
Gets the state indicating if date is enabled.
isDateSeries() - Method in class org.swtchart.internal.series.Series
Gets the state indicating if date series is set.
ISeries - Interface in org.swtchart
Series.
ISeries.SeriesType - Enum in org.swtchart
A Series type.
ISeriesLabel - Interface in org.swtchart
A series label.
ISeriesSet - Interface in org.swtchart
A series container.
isHorizontal() - Method in class org.swtchart.internal.axis.AxisTitle
 
isHorizontal() - Method in class org.swtchart.internal.Title
Gets the state indicating if showing title horizontally.
isHorizontalAxis() - Method in class org.swtchart.internal.axis.Axis
Checks if the axis is horizontal.
isInSameGridAsPrevious(double, double) - Method in class org.swtchart.internal.compress.Compress
Checks if the given coordinate is in the same grid as previous.
isLogScaleEnabled() - Method in interface org.swtchart.IAxis
Gets the state indicating if log scale is enabled.
isLogScaleEnabled() - Method in class org.swtchart.internal.axis.Axis
 
isStackEnabled() - Method in class org.swtchart.internal.series.Series
 
isStackEnabled() - Method in interface org.swtchart.ISeries
Gets the state indicating if stack is enabled.
isStepEnabled() - Method in interface org.swtchart.ILineSeries
Gets the state indicating if step chart is enabled.
isStepEnabled() - Method in class org.swtchart.internal.series.LineSeries
 
isUpdateSuspended() - Method in class org.swtchart.Chart
Gets the state indicating if the update of chart appearance is suspended.
isValidCategoryAxis() - Method in class org.swtchart.internal.axis.Axis
Gets the state indicating if the axis is valid category axis.
isValidStackSeries() - Method in class org.swtchart.internal.series.Series
Gets the state indicating if the series is valid stack series.
isVisible() - Method in interface org.swtchart.IAxisTick
Gets the state indicating if tick marks are visible.
isVisible() - Method in interface org.swtchart.IErrorBar
Gets the visibility state.
isVisible() - Method in interface org.swtchart.ILegend
Gets the visibility state.
isVisible() - Method in class org.swtchart.internal.axis.AxisTick
 
isVisible() - Method in class org.swtchart.internal.Legend
 
isVisible() - Method in class org.swtchart.internal.series.ErrorBar
 
isVisible() - Method in class org.swtchart.internal.series.Series
 
isVisible() - Method in class org.swtchart.internal.series.SeriesLabel
 
isVisible - Variable in class org.swtchart.internal.Title
the visibility state of axis
isVisible() - Method in class org.swtchart.internal.Title
 
isVisible() - Method in interface org.swtchart.ISeries
Gets the visibility state.
isVisible() - Method in interface org.swtchart.ISeriesLabel
Gets the label visibility state.
isVisible() - Method in interface org.swtchart.ITitle
Gets the visibility state.
isVisibleInLegend() - Method in class org.swtchart.internal.series.Series
 
isVisibleInLegend() - Method in interface org.swtchart.ISeries
Gets the visibility state in legend.
isXLogScale() - Method in class org.swtchart.internal.compress.CompressConfig
Gets the state indicating whether the X axis is log scale.
isXMonotoneIncreasing - Variable in class org.swtchart.internal.series.Series
the state indicating whether x series are monotone increasing
isYLogScale() - Method in class org.swtchart.internal.compress.CompressConfig
Gets the state indicating whether the Y axis is log scale.
ITitle - Interface in org.swtchart
A title.

L

label - Variable in enum org.swtchart.IErrorBar.ErrorBarType
the label for error bar type
label - Variable in enum org.swtchart.ILineSeries.PlotSymbolType
the label for plot symbol
label - Variable in enum org.swtchart.ISeries.SeriesType
the label for series type
label - Variable in enum org.swtchart.LineStyle
the label for line style
LARGE_FONT_SIZE - Static variable in class org.swtchart.Constants
the large font size
layout(Composite, boolean) - Method in class org.swtchart.internal.ChartLayout
 
Legend - Class in org.swtchart.internal
A legend for chart.
Legend(Chart, int) - Constructor for class org.swtchart.internal.Legend
Constructor.
LIGHT_BLUE - Static variable in class org.swtchart.Constants
Deprecated.
LINE_WIDTH - Static variable in class org.swtchart.internal.axis.AxisTickMarks
the line width
LineSeries - Class in org.swtchart.internal.series
Line series.
LineSeries(Chart, String) - Constructor for class org.swtchart.internal.series.LineSeries
Constructor.
LineStyle - Enum in org.swtchart
A line style.
lower - Variable in class org.swtchart.Range
the lower value of range

M

MARGIN - Static variable in class org.swtchart.internal.axis.Axis
the margin in pixels
MARGIN - Static variable in class org.swtchart.internal.ChartLayout
the margin
maxX - Variable in class org.swtchart.internal.series.Series
the maximum value of x series
maxY - Variable in class org.swtchart.internal.series.Series
the maximum value of y series
MEDIUM_FONT_SIZE - Static variable in class org.swtchart.Constants
the medium font size
MIN_GRID_STEP_HINT - Static variable in interface org.swtchart.IAxisTick
the minimum grid step hint
minX - Variable in class org.swtchart.internal.series.Series
the minimum value of x series
minY - Variable in class org.swtchart.internal.series.Series
the minimum value of y series

O

org.swtchart - package org.swtchart
 
org.swtchart.internal - package org.swtchart.internal
 
org.swtchart.internal.axis - package org.swtchart.internal.axis
 
org.swtchart.internal.compress - package org.swtchart.internal.compress
 
org.swtchart.internal.series - package org.swtchart.internal.series
 

P

PADDING - Static variable in class org.swtchart.internal.ChartLayout
the padding
paintControl(PaintEvent) - Method in class org.swtchart.internal.axis.AxisTickLabels
 
paintControl(PaintEvent) - Method in class org.swtchart.internal.axis.AxisTickMarks
 
paintControl(PaintEvent) - Method in class org.swtchart.internal.Legend
 
paintControl(PaintEvent) - Method in class org.swtchart.internal.PlotArea
 
paintControl(PaintEvent) - Method in class org.swtchart.internal.Title
 
PlotArea - Class in org.swtchart.internal
Plot area to draw series and grids.
PlotArea(Chart, int) - Constructor for class org.swtchart.internal.PlotArea
Constructor.
prevConfig - Variable in class org.swtchart.internal.compress.Compress
the previous configuration for compressor
previousXGridIndex - Variable in class org.swtchart.internal.compress.Compress
the previous X grid index
previousYGridIndex - Variable in class org.swtchart.internal.compress.Compress
the previous Y grid index

R

Range - Class in org.swtchart
A range.
Range(double, double) - Constructor for class org.swtchart.Range
Constructor.
Range(Range) - Constructor for class org.swtchart.Range
Constructor.
redraw() - Method in class org.swtchart.Chart
 
refresh() - Method in class org.swtchart.internal.axis.Axis
Refreshes the cache.
refresh() - Method in class org.swtchart.internal.axis.AxisSet
Refreshes the cache.
removeCustomPaintListener(ICustomPaintListener) - Method in class org.swtchart.internal.PlotArea
 
removeCustomPaintListener(ICustomPaintListener) - Method in interface org.swtchart.IPlotArea
Removes the custom paint listener
renderOffscreenImage(Image) - Method in class org.swtchart.Chart
Renders off-screen image.

S

save(String, int) - Method in class org.swtchart.Chart
Saves to file with given format.
scrollDown() - Method in interface org.swtchart.IAxis
Scrolls up the axis.
scrollDown() - Method in class org.swtchart.internal.axis.Axis
 
scrollUp() - Method in interface org.swtchart.IAxis
Scrolls up the axis.
scrollUp() - Method in class org.swtchart.internal.axis.Axis
 
sendBackward(String) - Method in class org.swtchart.internal.series.SeriesSet
 
sendBackward(String) - Method in interface org.swtchart.ISeriesSet
Sends the series for given id backward.
sendToBack(String) - Method in class org.swtchart.internal.series.SeriesSet
 
sendToBack(String) - Method in interface org.swtchart.ISeriesSet
Sends the series for given id to back.
Series - Class in org.swtchart.internal.series
Series.
Series(Chart, String) - Constructor for class org.swtchart.internal.series.Series
Constructor.
seriesLabel - Variable in class org.swtchart.internal.series.Series
the series label
SeriesLabel - Class in org.swtchart.internal.series
A series label.
SeriesLabel() - Constructor for class org.swtchart.internal.series.SeriesLabel
Constructor.
seriesSet - Variable in class org.swtchart.internal.PlotArea
the set of plots
SeriesSet - Class in org.swtchart.internal.series
A series container.
SeriesSet(Chart) - Constructor for class org.swtchart.internal.series.SeriesSet
Constructor.
setAntialias(int) - Method in interface org.swtchart.ILineSeries
Sets the anti-aliasing value for drawing line.
setAntialias(int) - Method in class org.swtchart.internal.series.LineSeries
 
setBackground(Color) - Method in class org.swtchart.Chart
 
setBackground(Color) - Method in interface org.swtchart.ILegend
Sets the background color of legend.
setBackground(Color) - Method in class org.swtchart.internal.Legend
 
setBackground(Color) - Method in class org.swtchart.internal.PlotArea
 
setBackgroundInPlotArea(Color) - Method in class org.swtchart.Chart
Sets the background color in plot area.
setBarColor(Color) - Method in interface org.swtchart.IBarSeries
Sets the bar color.
setBarColor(Color) - Method in class org.swtchart.internal.series.BarSeries
 
setBarPadding(int) - Method in interface org.swtchart.IBarSeries
Sets the bar padding in percentage.
setBarPadding(int) - Method in class org.swtchart.internal.series.BarSeries
 
setBarWidth(int) - Method in interface org.swtchart.IBarSeries
Sets the bar width in pixels.
setBarWidth(int) - Method in class org.swtchart.internal.series.BarSeries
 
setBarWidthStyle(IBarSeries.BarWidthStyle) - Method in interface org.swtchart.IBarSeries
Sets the bar width style.
setBarWidthStyle(IBarSeries.BarWidthStyle) - Method in class org.swtchart.internal.series.BarSeries
 
setBounds(int, int, int, int) - Method in class org.swtchart.internal.axis.AxisTickLabels
Sets the bounds on chart panel.
setBounds(int, int, int, int) - Method in class org.swtchart.internal.axis.AxisTickMarks
Sets the bounds on chart panel.
setBounds(int, int, int, int) - Method in class org.swtchart.internal.PlotArea
 
setBounds(int, int, int, int) - Method in class org.swtchart.internal.Title
Sets the bounds on chart panel.
setCategorySeries(String[]) - Method in interface org.swtchart.IAxis
Sets the category series.
setCategorySeries(String[]) - Method in class org.swtchart.internal.axis.Axis
 
setColor(Color) - Method in interface org.swtchart.IErrorBar
Sets the error bar color.
setColor(Color) - Method in class org.swtchart.internal.series.ErrorBar
 
setCompressor() - Method in class org.swtchart.internal.series.BarSeries
 
setCompressor() - Method in class org.swtchart.internal.series.LineSeries
 
setCompressor() - Method in class org.swtchart.internal.series.Series
Sets the compressor.
setDescription(String) - Method in class org.swtchart.internal.series.Series
 
setDescription(String) - Method in interface org.swtchart.ISeries
Sets the series description.
setError(double) - Method in interface org.swtchart.IErrorBar
Sets the error.
setError(double) - Method in class org.swtchart.internal.series.ErrorBar
 
setFont(Font) - Method in interface org.swtchart.IAxisTick
Sets the font for tick labels.
setFont(Font) - Method in interface org.swtchart.ILegend
Sets the font.
setFont(Font) - Method in class org.swtchart.internal.axis.AxisTick
 
setFont(Font) - Method in class org.swtchart.internal.axis.AxisTickLabels
Sets the font.
setFont(Font) - Method in class org.swtchart.internal.Legend
 
setFont(Font) - Method in class org.swtchart.internal.series.SeriesLabel
 
setFont(Font) - Method in class org.swtchart.internal.Title
Sets the font.
setFont(Font) - Method in interface org.swtchart.ISeriesLabel
Sets the label font.
setFont(Font) - Method in interface org.swtchart.ITitle
Sets the font for title text.
setForeground(Color) - Method in interface org.swtchart.IAxisTick
Sets the foreground color of axis tick.
setForeground(Color) - Method in interface org.swtchart.IGrid
Sets the foreground color.
setForeground(Color) - Method in interface org.swtchart.ILegend
Sets the foreground color of legend.
setForeground(Color) - Method in class org.swtchart.internal.axis.AxisTick
 
setForeground(Color) - Method in class org.swtchart.internal.axis.AxisTickLabels
Sets the foreground color.
setForeground(Color) - Method in class org.swtchart.internal.axis.AxisTickMarks
Sets the foreground color.
setForeground(Color) - Method in class org.swtchart.internal.Grid
 
setForeground(Color) - Method in class org.swtchart.internal.Legend
 
setForeground(Color) - Method in class org.swtchart.internal.series.SeriesLabel
 
setForeground(Color) - Method in class org.swtchart.internal.Title
Sets the foreground color.
setForeground(Color) - Method in interface org.swtchart.ISeriesLabel
Sets the label color.
setForeground(Color) - Method in interface org.swtchart.ITitle
Sets the foreground color of title.
setFormat(Format) - Method in interface org.swtchart.IAxisTick
Sets the format for axis tick label.
setFormat(Format) - Method in class org.swtchart.internal.axis.AxisTick
 
setFormat(Format) - Method in class org.swtchart.internal.axis.AxisTickLabels
Sets the format for axis tick label.
setFormat(String) - Method in class org.swtchart.internal.series.SeriesLabel
 
setFormat(String) - Method in interface org.swtchart.ISeriesLabel
Sets the decimal format DecimalFormat or/plus plain string.
setFormats(String[]) - Method in class org.swtchart.internal.series.SeriesLabel
 
setFormats(String[]) - Method in interface org.swtchart.ISeriesLabel
Sets the formats for all data points.
setLayoutData(ChartLayoutData) - Method in class org.swtchart.internal.Title
Sets the layout data.
setLineColor(Color) - Method in interface org.swtchart.ILineSeries
Sets line color.
setLineColor(Color) - Method in class org.swtchart.internal.series.LineSeries
 
setLineStyle(LineStyle) - Method in interface org.swtchart.ILineSeries
Sets line style.
setLineStyle(LineStyle) - Method in class org.swtchart.internal.series.LineSeries
 
setLineVisible(boolean) - Method in class org.swtchart.internal.compress.CompressScatterSeries
Sets the state indicating if the line is visible.
setLineWidth(int) - Method in interface org.swtchart.IErrorBar
Sets the line width to draw error bar.
setLineWidth(int) - Method in interface org.swtchart.ILineSeries
Sets the width of line connecting data points and also line drawing symbol if applicable (i.e.
setLineWidth(int) - Method in class org.swtchart.internal.series.ErrorBar
 
setLineWidth(int) - Method in class org.swtchart.internal.series.LineSeries
 
setMinusErrors(double[]) - Method in interface org.swtchart.IErrorBar
Sets the minus errors.
setMinusErrors(double[]) - Method in class org.swtchart.internal.series.ErrorBar
 
setNumRisers(int) - Method in class org.swtchart.internal.axis.Axis
Sets the number of risers per category.
setOrientation(int) - Method in class org.swtchart.Chart
Sets the state of chart orientation.
setPlusErrors(double[]) - Method in interface org.swtchart.IErrorBar
Sets the plus errors.
setPlusErrors(double[]) - Method in class org.swtchart.internal.series.ErrorBar
 
setPosition(IAxis.Position) - Method in interface org.swtchart.IAxis
Sets the axis position.
setPosition(int) - Method in interface org.swtchart.ILegend
Sets the position of legend.
setPosition(IAxis.Position) - Method in class org.swtchart.internal.axis.Axis
 
setPosition(int) - Method in class org.swtchart.internal.Legend
 
setRange(Range) - Method in interface org.swtchart.IAxis
Sets the axis range.
setRange(Range) - Method in class org.swtchart.internal.axis.Axis
 
setRange(Range, boolean) - Method in class org.swtchart.internal.axis.Axis
Sets the axis range.
setRiserIndex(int) - Method in class org.swtchart.internal.series.BarSeries
Sets the index of riser in a category.
setSizeInPixel(long, long) - Method in class org.swtchart.internal.compress.CompressConfig
Sets the size in pixels.
setStackSeries(double[]) - Method in class org.swtchart.internal.series.Series
Sets the stack series
setStyle(LineStyle) - Method in interface org.swtchart.IGrid
Sets the line style.
setStyle(LineStyle) - Method in class org.swtchart.internal.Grid
 
setStyleRanges(StyleRange[]) - Method in class org.swtchart.internal.Title
 
setStyleRanges(StyleRange[]) - Method in interface org.swtchart.ITitle
Sets the style ranges.
setSymbolColor(Color) - Method in interface org.swtchart.ILineSeries
Sets the symbol color.
setSymbolColor(Color) - Method in class org.swtchart.internal.series.LineSeries
 
setSymbolColors(Color[]) - Method in interface org.swtchart.ILineSeries
Sets the symbol colors.
setSymbolColors(Color[]) - Method in class org.swtchart.internal.series.LineSeries
 
setSymbolSize(int) - Method in interface org.swtchart.ILineSeries
Sets the symbol size in pixels.
setSymbolSize(int) - Method in class org.swtchart.internal.series.LineSeries
 
setSymbolType(ILineSeries.PlotSymbolType) - Method in interface org.swtchart.ILineSeries
Sets the symbol type.
setSymbolType(ILineSeries.PlotSymbolType) - Method in class org.swtchart.internal.series.LineSeries
 
setText(String) - Method in class org.swtchart.internal.Title
 
setText(String) - Method in interface org.swtchart.ITitle
Sets the title text.
setTickLabelAngle(int) - Method in interface org.swtchart.IAxisTick
Sets the tick label angle.
setTickLabelAngle(int) - Method in class org.swtchart.internal.axis.AxisTick
 
setTickMarkStepHint(int) - Method in interface org.swtchart.IAxisTick
Sets the tick mark step hint in pixels.
setTickMarkStepHint(int) - Method in class org.swtchart.internal.axis.AxisTick
 
setType(IErrorBar.ErrorBarType) - Method in interface org.swtchart.IErrorBar
Sets the error type.
setType(IErrorBar.ErrorBarType) - Method in class org.swtchart.internal.series.ErrorBar
 
setVisible(boolean) - Method in interface org.swtchart.IAxisTick
Sets the state indicating if tick marks are visible.
setVisible(boolean) - Method in interface org.swtchart.IErrorBar
Sets the visibility state.
setVisible(boolean) - Method in interface org.swtchart.ILegend
Sets legend visible.
setVisible(boolean) - Method in class org.swtchart.internal.axis.AxisTick
 
setVisible(boolean) - Method in class org.swtchart.internal.Legend
 
setVisible(boolean) - Method in class org.swtchart.internal.series.ErrorBar
 
setVisible(boolean) - Method in class org.swtchart.internal.series.Series
 
setVisible(boolean) - Method in class org.swtchart.internal.series.SeriesLabel
 
setVisible(boolean) - Method in class org.swtchart.internal.Title
 
setVisible(boolean) - Method in interface org.swtchart.ISeries
Sets the visibility state.
setVisible(boolean) - Method in interface org.swtchart.ISeriesLabel
Sets the label visibility state.
setVisible(boolean) - Method in interface org.swtchart.ITitle
Sets the visibility state of title.
setVisibleInLegend(boolean) - Method in class org.swtchart.internal.series.Series
 
setVisibleInLegend(boolean) - Method in interface org.swtchart.ISeries
Sets the visibility state in legend.
setXAxisId(int) - Method in class org.swtchart.internal.series.Series
 
setXAxisId(int) - Method in interface org.swtchart.ISeries
Sets the X axis id.
setXDateSeries(Date[]) - Method in class org.swtchart.internal.series.Series
 
setXDateSeries(Date[]) - Method in interface org.swtchart.ISeries
Sets the X date series.
setXLogScale(boolean) - Method in class org.swtchart.internal.compress.CompressConfig
Sets the state indicating whether the X axis is log scale.
setXRange(double, double) - Method in class org.swtchart.internal.compress.CompressConfig
Sets the X range.
setXSeries(double[]) - Method in class org.swtchart.internal.compress.Compress
 
setXSeries(double[]) - Method in interface org.swtchart.internal.compress.ICompress
Sets X series which have to be sorted.
setXSeries(double[]) - Method in class org.swtchart.internal.series.Series
 
setXSeries(double[]) - Method in interface org.swtchart.ISeries
Sets the X series.
setYAxisId(int) - Method in class org.swtchart.internal.series.Series
 
setYAxisId(int) - Method in interface org.swtchart.ISeries
Sets the Y axis id.
setYLogScale(boolean) - Method in class org.swtchart.internal.compress.CompressConfig
Sets the state indicating whether the Y axis is log scale.
setYRange(double, double) - Method in class org.swtchart.internal.compress.CompressConfig
Sets the Y range.
setYSeries(double[]) - Method in class org.swtchart.internal.compress.Compress
 
setYSeries(double[]) - Method in interface org.swtchart.internal.compress.ICompress
sets the Y series
setYSeries(double[]) - Method in class org.swtchart.internal.series.Series
 
setYSeries(double[]) - Method in interface org.swtchart.ISeries
Sets the Y series.
SMALL_FONT_SIZE - Static variable in class org.swtchart.Constants
the small font size
stackEnabled - Variable in class org.swtchart.internal.series.Series
the state indicating if the series is a stacked type
stackSeries - Variable in class org.swtchart.internal.series.Series
the stack series
suspendUpdate(boolean) - Method in class org.swtchart.Chart
Suspends the update of chart appearance.

T

text - Variable in class org.swtchart.internal.Title
the title text
TICK_LENGTH - Static variable in class org.swtchart.internal.axis.AxisTickMarks
the tick length
Title - Class in org.swtchart.internal
A base class for title.
Title(Chart) - Constructor for class org.swtchart.internal.Title
Constructor.
toString() - Method in class org.swtchart.internal.compress.CompressConfig
 
toString() - Method in class org.swtchart.Range
 
type - Variable in class org.swtchart.internal.series.Series
the series type

U

update() - Method in class org.swtchart.Chart
 
update(int) - Method in class org.swtchart.internal.axis.AxisTickLabels
Updates the tick labels.
updateCompressor(Axis) - Method in class org.swtchart.internal.series.SeriesSet
Updates the compressor associated with the given axis.
updateLayout() - Method in class org.swtchart.Chart
Updates the layout of chart elements.
updateLayoutData() - Method in class org.swtchart.internal.axis.Axis
Updates the layout data.
updateLayoutData() - Method in class org.swtchart.internal.axis.AxisSet
Updates the layout data.
updateLayoutData() - Method in class org.swtchart.internal.axis.AxisTick
Updates the tick layout.
updateLayoutData() - Method in class org.swtchart.internal.axis.AxisTickLabels
Updates the tick labels layout.
updateLayoutData() - Method in class org.swtchart.internal.axis.AxisTickMarks
Updates tick marks layout.
updateLayoutData() - Method in class org.swtchart.internal.Legend
Update the layout data.
updateLayoutData() - Method in class org.swtchart.internal.Title
Updates the title layout data.
updateStackAndRiserData() - Method in class org.swtchart.internal.series.SeriesSet
Updates the stack and riser data.
updateTick(int) - Method in class org.swtchart.internal.axis.AxisTick
Updates the tick around per 64 pixel.
upper - Variable in class org.swtchart.Range
the upper value of range
Util - Class in org.swtchart.internal
A utility class providing generic methods.
Util() - Constructor for class org.swtchart.internal.Util
 

V

valueOf(String) - Static method in enum org.swtchart.IAxis.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.swtchart.IAxis.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.swtchart.IBarSeries.BarWidthStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.swtchart.IErrorBar.ErrorBarType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.swtchart.ILineSeries.PlotSymbolType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.swtchart.ISeries.SeriesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.swtchart.LineStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.swtchart.IAxis.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.swtchart.IAxis.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.swtchart.IBarSeries.BarWidthStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.swtchart.IErrorBar.ErrorBarType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.swtchart.ILineSeries.PlotSymbolType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.swtchart.ISeries.SeriesType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.swtchart.LineStyle
Returns an array containing the constants of this enum type, in the order they are declared.
visible - Variable in class org.swtchart.internal.series.Series
the visibility of series

W

WHITE - Static variable in class org.swtchart.Constants
Deprecated.
widthHint - Variable in class org.swtchart.internal.ChartLayoutData
the width hint

X

xAxisId - Variable in class org.swtchart.internal.series.Series
the x axis id
xErrorBar - Variable in class org.swtchart.internal.series.Series
the x error bar
xLower - Variable in class org.swtchart.internal.compress.Compress
the lower value of x range
xSeries - Variable in class org.swtchart.internal.compress.Compress
the source X series to be compressed
xSeries - Variable in class org.swtchart.internal.series.Series
the x series
xUpper - Variable in class org.swtchart.internal.compress.Compress
the upper value of x range

Y

yAxisId - Variable in class org.swtchart.internal.series.Series
the y axis id
yErrorBar - Variable in class org.swtchart.internal.series.Series
the y error bar
yLower - Variable in class org.swtchart.internal.compress.Compress
the lower value of y range
ySeries - Variable in class org.swtchart.internal.compress.Compress
the source Y series to be compressed
ySeries - Variable in class org.swtchart.internal.series.Series
the y series
yUpper - Variable in class org.swtchart.internal.compress.Compress
the upper value of y range

Z

zoomIn() - Method in interface org.swtchart.IAxis
Zooms in the axis.
zoomIn(double) - Method in interface org.swtchart.IAxis
Zooms in the axis at the given coordinate.
zoomIn() - Method in interface org.swtchart.IAxisSet
Zooms in all axes.
zoomIn() - Method in class org.swtchart.internal.axis.Axis
 
zoomIn(double) - Method in class org.swtchart.internal.axis.Axis
 
zoomIn() - Method in class org.swtchart.internal.axis.AxisSet
 
zoomOut() - Method in interface org.swtchart.IAxis
Zooms out the axis.
zoomOut(double) - Method in interface org.swtchart.IAxis
Zooms out the axis at the given coordinate.
zoomOut() - Method in interface org.swtchart.IAxisSet
Zooms out all axes.
zoomOut() - Method in class org.swtchart.internal.axis.Axis
 
zoomOut(double) - Method in class org.swtchart.internal.axis.Axis
 
zoomOut() - Method in class org.swtchart.internal.axis.AxisSet
 
A B C D E F G H I L M O P R S T U V W X Y Z 

Copyright © 2014. All Rights Reserved.