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

A

actionPerformed(ActionEvent) - Method in class com.java4less.rchart.Msg
 
actionPerformed(ActionEvent) - Method in class com.java4less.rchart.awt.ChartViewer
Action Listener: user clicked on the minus or plus button
actionPerformed(ActionEvent) - Method in class com.java4less.rchart.swing.JChartViewer
Action Listener: user clicked on the minus or plus button
activateSelection - Variable in class com.java4less.rchart.Chart
if true the selectedSerie and selectedSeriePoint will get a value of the point, bar or item the cursor is on.
addAdditionalAxis(Axis) - Method in class com.java4less.rchart.Axis
add an additional axis to this axis
addBarsBase(double[]) - Method in class com.java4less.rchart.BarDataSerie
Adds one interval to the serie.
addChartListener(ChartListener) - Method in class com.java4less.rchart.Chart
add a chart listener
addData(Object, Object) - Method in class com.java4less.rchart.DataSerie
adds a point data to the data serie.
addItem(String, Object) - Method in class com.java4less.rchart.Legend
Adds an item.
addMaxMinData(Object, Object) - Method in class com.java4less.rchart.MaxMinDataSerie
Adds one interval to the serie.
addNote(String) - Method in class com.java4less.rchart.Chart
add new note
addOHLCData(Object, Object, Object, Object) - Method in class com.java4less.rchart.MaxMinDataSerie
 
addPieData(double, FillStyle) - Method in class com.java4less.rchart.PieDataSerie
Adds a new value to the set.
addPieData(double, FillStyle, boolean, String) - Method in class com.java4less.rchart.PieDataSerie
Adds a new value to the set.
addPlotter(Plotter) - Method in class com.java4less.rchart.Chart
adds an additional plotter to the chart.
addSerie(DataSerie) - Method in class com.java4less.rchart.BarPlotter
adds a serie to the plotter.
addSerie(DataSerie) - Method in class com.java4less.rchart.Plotter
add a serie of values to be plotted.
addSerie(DataSerie) - Method in class com.java4less.rchart.BarPlotter3D
adds a serie to the plotter.
addSerie(DataSerie) - Method in class com.java4less.rchart.Chart
adds a serie to the plotter (the one used in the constructor).
addTargetZone(AxisTargetZone) - Method in class com.java4less.rchart.Axis
add new targe zone
addTargetZone(TargetZone) - Method in class com.java4less.rchart.Chart
add new targe zone
adjustmentValueChanged(AdjustmentEvent) - Method in class com.java4less.rchart.awt.ChartViewer
Adjustment listener: scroll bar moved
adjustmentValueChanged(AdjustmentEvent) - Method in class com.java4less.rchart.swing.JChartViewer
Adjustment listener: scroll bar moved
ALICEBLUE - Static variable in class com.java4less.rchart.gc.ChartColor
 
allowZoom - Variable in class com.java4less.rchart.awt.ChartViewer
if TRUE the +/- zoom buttons will be made visible.
allowZoom - Variable in class com.java4less.rchart.swt.ChartViewer
if TRUE the +/- zoom buttons will be made visible.
allowZoom - Variable in class com.java4less.rchart.swing.JChartViewer
if TRUE the +/- zoom buttons will be made visible.
alphaValue - Variable in class com.java4less.rchart.LineStyle
clear (0), transparency (0.5), opaque (1).
alphaValue - Variable in class com.java4less.rchart.FillStyle
clear (0), transparency (0.5), opaque (1).
ANTIQUEWHITE - Static variable in class com.java4less.rchart.gc.ChartColor
 
AQUA - Static variable in class com.java4less.rchart.gc.ChartColor
 
AQUAMARINE - Static variable in class com.java4less.rchart.gc.ChartColor
 
autoNumberOfTicks - Variable in class com.java4less.rchart.Axis
Defautl is 0.
autoRebuild - Variable in class com.java4less.rchart.Chart
rebuild the chart (using the ChartLoader) automatically when the chart is updated using the updater thread?
autoSize - Variable in class com.java4less.rchart.Chart
if true (default) the position and size of the components will be calculated automatically.
Axis - class com.java4less.rchart.Axis.
Axis is made of: - The line - The ticks (small and big) - The labels (text displayed next to the big ticks) - Grid - Scale Example: // create 2 axis with scale and orientation com.java4less.rchart.Axis XAxis=new Axis(Axis.HORIZONTAL,new Scale()); com.java4less.rchart.Axis YAxis=new Axis(Axis.VERTICAL,new Scale()); // set scale values XAxis.scale.min=0; YAxis.scale.min=0; // set the tick configuration Axis.scaleTickInterval=1; XAxis.scaleTickInterval=1; // add user defined labels String[] lbls={"June","July","Aug.","Sept.","Oct.","Nov.","Dec."}; XAxis.tickLabels=lbls;
Axis(int, Scale) - Constructor for class com.java4less.rchart.Axis
creates an axis with an orientation and scale.
axis1 - Variable in class com.java4less.rchart.GaugePlotter
primary scale (external)
axis1LabelMargin - Variable in class com.java4less.rchart.GaugePlotter
axisLabel margin, distance between ticks and label.
axis1Margin - Variable in class com.java4less.rchart.GaugePlotter
pixels between border and ticks
axis2 - Variable in class com.java4less.rchart.GaugePlotter
secondary scale (internal)
axis2LabelMargin - Variable in class com.java4less.rchart.GaugePlotter
axisLabel margin, distance between ticks and label.
axis2Margin - Variable in class com.java4less.rchart.GaugePlotter
pixels between border and ticks
axisFrame - Variable in class com.java4less.rchart.Axis
if true, axis lines will be painted on all four sides of the chart.
AxisLabel - class com.java4less.rchart.AxisLabel.
Axis label are texts that are displayed along the Axis.
AxisLabel(String, ChartColor, ChartFont) - Constructor for class com.java4less.rchart.AxisLabel
creates a label with the specified text, color and font.
axisMargin - Variable in class com.java4less.rchart.Chart
 
AxisTargetZone - class com.java4less.rchart.AxisTargetZone.
Axis target zone
AxisTargetZone(double, double, int, int) - Constructor for class com.java4less.rchart.AxisTargetZone
constructor
AZURE - Static variable in class com.java4less.rchart.gc.ChartColor
 

B

back - Variable in class com.java4less.rchart.Plotter
background of the plotter area.
back - Variable in class com.java4less.rchart.Chart
background of the chart.
background - Variable in class com.java4less.rchart.Legend
background of the legend.
backImage - Variable in class com.java4less.rchart.Plotter
background image of the plotter area.
backImage - Variable in class com.java4less.rchart.Chart
 
backStyle - Variable in class com.java4less.rchart.RadarPlotter
back style to fill the chart
BAR_STYLE_BAR - Static variable in class com.java4less.rchart.Axis
 
BAR_STYLE_NONE - Static variable in class com.java4less.rchart.Axis
 
BAR_STYLE_RAISED_BAR - Static variable in class com.java4less.rchart.Axis
 
barAtAxis - Variable in class com.java4less.rchart.BarPlotter
first bar at the axis
BarDataSerie - class com.java4less.rchart.BarDataSerie.
A BarDataSerie is a DataSerie that will be plotted using bars (horizontal) or columns (vertical).
BarDataSerie(double[], double[], FillStyle) - Constructor for class com.java4less.rchart.BarDataSerie
Creates a serie with the specified values (points x,y) and style.
BarDataSerie(double[], FillStyle) - Constructor for class com.java4less.rchart.BarDataSerie
Creates a serie with the specified values and style.
BarDataSerie(FillStyle) - Constructor for class com.java4less.rchart.BarDataSerie
Creates an empty serie with the specifed style.
barFilling - Variable in class com.java4less.rchart.Axis
filling of the axis if its barstyle is not NONE
BarPlotter - class com.java4less.rchart.BarPlotter.
Plotter used to draw a bar chart.
BarPlotter() - Constructor for class com.java4less.rchart.BarPlotter
 
BarPlotter3D - class com.java4less.rchart.BarPlotter3D.
Plotter used to draw a bar chart.
BarPlotter3D() - Constructor for class com.java4less.rchart.BarPlotter3D
 
barsBase - Variable in class com.java4less.rchart.BarPlotter
start bars at this position
barsBase - Variable in class com.java4less.rchart.BarPlotter3D
start bars at this position
barStyle - Variable in class com.java4less.rchart.Axis
style of the axis regular or bars
barStyles - Variable in class com.java4less.rchart.BarDataSerie
 
barWidth - Variable in class com.java4less.rchart.BarPlotter
Width of the bar.
barWidth - Variable in class com.java4less.rchart.Axis
width of the axis bar if style is not regular
barWidth - Variable in class com.java4less.rchart.BarPlotter3D
Width of the bar.
base - Variable in class com.java4less.rchart.LogScale
Base of the logarithm for the scale.
BEIGE - Static variable in class com.java4less.rchart.gc.ChartColor
 
bigTickInterval - Variable in class com.java4less.rchart.Axis
A value of 5 means that a big tick will be displayed after 4 small ticks.
bigTickIntervalList - Variable in class com.java4less.rchart.Axis
list of positions where big ticks should be painted.

axis.bigTickIntervalList={1,3,6};

means: paint a big tick after 1, 3 and 6 small ticks
bigTickPixels - Variable in class com.java4less.rchart.Axis
length of the line used to draw big ticks.
bigTicksGrid - Variable in class com.java4less.rchart.Axis
if true the grid will be displayed only for the big ticks.
BLACK - Static variable in class com.java4less.rchart.gc.ChartColor
 
BLUE - Static variable in class com.java4less.rchart.gc.ChartColor
 
BLUEVIOLET - Static variable in class com.java4less.rchart.gc.ChartColor
 
BOLD - Static variable in class com.java4less.rchart.gc.ChartFont
 
BOLD_ITALIC - Static variable in class com.java4less.rchart.gc.ChartFont
 
border - Variable in class com.java4less.rchart.GaugePlotter
style of the border
border - Variable in class com.java4less.rchart.PiePlotter
style of the border
border - Variable in class com.java4less.rchart.Legend
border of the legend.
border - Variable in class com.java4less.rchart.LinePlotter3D
style of the lines' border.
border - Variable in class com.java4less.rchart.BarDataSerie
If borderType is BORDER_NORMAL, this style will be used to draw the border.
border - Variable in class com.java4less.rchart.Chart
border of the chart.
BORDER_LOWERED - Static variable in class com.java4less.rchart.BarDataSerie
 
BORDER_NO - Static variable in class com.java4less.rchart.BarDataSerie
 
BORDER_NORMAL - Static variable in class com.java4less.rchart.BarDataSerie
 
BORDER_RAISED - Static variable in class com.java4less.rchart.BarDataSerie
 
border2 - Variable in class com.java4less.rchart.BarDataSerie
see border.
borderType - Variable in class com.java4less.rchart.BarDataSerie
Type of border of the bars.
BORLYWOOD - Static variable in class com.java4less.rchart.gc.ChartColor
 
bottomMargin - Variable in class com.java4less.rchart.Chart
area reserved for the x axis.
brighter() - Method in class com.java4less.rchart.gc.ChartColor
get brighter color
BROWN - Static variable in class com.java4less.rchart.gc.ChartColor
 
bubbleChart - Variable in class com.java4less.rchart.MaxMinDataSerie
if true the max values will be used as radius to draw a bubble chart.
build(boolean, boolean) - Method in class com.java4less.rchart.ChartLoader
create chart.
build(Chart, boolean, boolean) - Method in class com.java4less.rchart.ChartLoader
rebuild a chart chart.

C

ceroAxis - Variable in class com.java4less.rchart.Axis
displays a cero axis if there are negative values in the chart.
CEROAXIS_LINE - Static variable in class com.java4less.rchart.Axis
line at value 0 of the scale
CEROAXIS_NO - Static variable in class com.java4less.rchart.Axis
no line at value 0 of the scale
CEROAXIS_SCALE - Static variable in class com.java4less.rchart.Axis
 
ceroAxisStyle - Variable in class com.java4less.rchart.Axis
style of the cero axis.
changePointer - Variable in class com.java4less.rchart.awt.ChartViewer
change mouse pointer when we are over a point
changePointer - Variable in class com.java4less.rchart.swt.ChartViewer
change mouse pointer when we are over a point
changePointer - Variable in class com.java4less.rchart.swing.JChartViewer
change mouse pointer when we are over a point
Chart - class com.java4less.rchart.Chart.
Main class of RChart.
Chart(Title, Plotter, Axis, Axis) - Constructor for class com.java4less.rchart.Chart
creates a chart for the specified components.
ChartAdapter - class com.java4less.rchart.ChartAdapter.
Default implementation of the ChartListener.
ChartAdapter() - Constructor for class com.java4less.rchart.ChartAdapter
 
ChartCanvas - class com.java4less.rchart.awt.ChartCanvas.
AWT Canvas that renders a chart.
ChartCanvas - class com.java4less.rchart.swt.ChartCanvas.
SWT Canvas that renders a chart.
ChartCanvas() - Constructor for class com.java4less.rchart.awt.ChartCanvas
create canvas
ChartCanvas(Composite, int) - Constructor for class com.java4less.rchart.swt.ChartCanvas
create canvas
ChartColor - class com.java4less.rchart.gc.ChartColor.
Wrapper for the AWT or SWT Color class.
ChartColor() - Constructor for class com.java4less.rchart.gc.ChartColor
 
ChartComponent - class com.java4less.rchart.ChartComponent.
This is the class all chart components are derived from.
ChartComponent() - Constructor for class com.java4less.rchart.ChartComponent
 
chartEvent(Chart, int) - Method in class com.java4less.rchart.ChartAdapter
rchart notifies an event
chartEvent(Chart, int) - Method in interface com.java4less.rchart.ChartListener
rchart notifies an event
chartEvent(Chart, int) - Method in class com.java4less.rchart.awt.ChartCanvas
chart listener
chartEvent(Chart, int) - Method in class com.java4less.rchart.swt.ChartCanvas
chart listener
chartEvent(Chart, int) - Method in class com.java4less.rchart.swing.JChartPanel
chart listener
ChartFont - class com.java4less.rchart.gc.ChartFont.
Wrapper for the AWT or SWT Font class.
ChartFont() - Constructor for class com.java4less.rchart.gc.ChartFont
 
ChartGraphics - class com.java4less.rchart.gc.ChartGraphics.
Wrapper for the AWT or SWT Graphic context class.
ChartGraphics() - Constructor for class com.java4less.rchart.gc.ChartGraphics
 
ChartImage - class com.java4less.rchart.gc.ChartImage.
Wrapper for the AWT or SWT Image class.
ChartImage() - Constructor for class com.java4less.rchart.gc.ChartImage
 
ChartLabel - class com.java4less.rchart.ChartLabel.
This is a private class used for rendering labels of scales, value in the chart ...
ChartLabel(String, String, boolean, boolean) - Constructor for class com.java4less.rchart.ChartLabel
Constructor
ChartListener - interface com.java4less.rchart.ChartListener.
This interface will allow you to perform actions when the chart is painted, the chart ist clicked or updated.
ChartLoader - class com.java4less.rchart.ChartLoader.
This class is used to create a chart using parameters instead or using the java api.
ChartLoader() - Constructor for class com.java4less.rchart.ChartLoader
to be used by java applications
ChartLoader(Applet) - Constructor for class com.java4less.rchart.ChartLoader
to be used by the applet
ChartViewer - class com.java4less.rchart.awt.ChartViewer.
This class is a AWT Panel which can be added to any Panel or Frame.
ChartViewer - class com.java4less.rchart.swt.ChartViewer.
This class is a SWT control which can be added to any SWT Control or window.
ChartViewer() - Constructor for class com.java4less.rchart.awt.ChartViewer
constructor
ChartViewer(Composite, int) - Constructor for class com.java4less.rchart.swt.ChartViewer
 
clearParams() - Method in class com.java4less.rchart.ChartLoader
clear parameters
color - Variable in class com.java4less.rchart.Title
color used for the title
color - Variable in class com.java4less.rchart.Legend
 
color - Variable in class com.java4less.rchart.AxisLabel
color of the text.
colorFrom - Variable in class com.java4less.rchart.FillStyle
Initial color used for the gradient.
colorUntil - Variable in class com.java4less.rchart.FillStyle
Final color used for the gradient.
com.java4less.rchart - package com.java4less.rchart
 
com.java4less.rchart.awt - package com.java4less.rchart.awt
 
com.java4less.rchart.gc - package com.java4less.rchart.gc
 
com.java4less.rchart.swing - package com.java4less.rchart.swing
 
com.java4less.rchart.swt - package com.java4less.rchart.swt
 
convertColor(String) - Static method in class com.java4less.rchart.ChartLoader
 
convertFromDate(Date, String, Date) - Static method in class com.java4less.rchart.Axis
convert a date to a numeric value for date based axis/scales.
CORAL - Static variable in class com.java4less.rchart.gc.ChartColor
 
createFadeArea(ChartColor, ChartColor, int, int, int, int, boolean, boolean) - Method in class com.java4less.rchart.gc.ChartGraphics
creates a gradient filling
createFromString(String) - Static method in class com.java4less.rchart.AxisTargetZone
create target zone
createFromString(String) - Static method in class com.java4less.rchart.TargetZone
create target zone
createFromString(String) - Static method in class com.java4less.rchart.LineStyle
create a new lineStyle form a string
createFromString(String) - Static method in class com.java4less.rchart.FillStyle
create style form string
createImage(int, int) - Static method in class com.java4less.rchart.gc.GraphicsProvider
create a new image of the given size
createTransparentImage(int, int, ChartColor) - Static method in class com.java4less.rchart.gc.GraphicsProvider
create a new transparent image of the given size
cumulative - Variable in class com.java4less.rchart.BarPlotter
If true the bars will be display on the top of each other to create a stack bar chart.
cumulative - Variable in class com.java4less.rchart.BarPlotter3D
If true the bars will be display on the top of each other to create a stack bar chart.
cumulativeBackwardsCompatible - Variable in class com.java4less.rchart.BarPlotter
leave it to the default (false) unless you are upgrading your version of RChart and you want the values not to be automatically acumulated.
currentValueX - Variable in class com.java4less.rchart.Chart
position of the cursor.
currentValueY - Variable in class com.java4less.rchart.Chart
position of the cursor.
currentValueY2 - Variable in class com.java4less.rchart.Chart
position of the cursor.
currentX - Variable in class com.java4less.rchart.Chart
position of the cursor.
currentY - Variable in class com.java4less.rchart.Chart
position of the cursor.
currentZoom - Variable in class com.java4less.rchart.awt.ChartViewer
current value of zoom (initial value is 100)
currentZoom - Variable in class com.java4less.rchart.swt.ChartViewer
current value of zoom (initial value is 100)
currentZoom - Variable in class com.java4less.rchart.swing.JChartViewer
current value of zoom (initial value is 100)
CurvePlotter - class com.java4less.rchart.CurvePlotter.
This is the plotter used to draw curves.
CurvePlotter() - Constructor for class com.java4less.rchart.CurvePlotter
 
CYAN - Static variable in class com.java4less.rchart.gc.ChartColor
 

D

darker() - Method in class com.java4less.rchart.gc.ChartColor
get darker color
DARKGOLGENROD - Static variable in class com.java4less.rchart.gc.ChartColor
 
DARKGRAY - Static variable in class com.java4less.rchart.gc.ChartColor
 
DARKGREEN - Static variable in class com.java4less.rchart.gc.ChartColor
 
DARKOLIVEGREEN - Static variable in class com.java4less.rchart.gc.ChartColor
 
DARKORANGE - Static variable in class com.java4less.rchart.gc.ChartColor
 
DARKORCHID - Static variable in class com.java4less.rchart.gc.ChartColor
 
DARKSALMON - Static variable in class com.java4less.rchart.gc.ChartColor
 
DARKTURQUOISE - Static variable in class com.java4less.rchart.gc.ChartColor
 
DARKVIOLET - Static variable in class com.java4less.rchart.gc.ChartColor
 
dataLabels - Variable in class com.java4less.rchart.DataSerie
labels for the values in the serie
DataSerie - class com.java4less.rchart.DataSerie.
A data serie contains the values that must be plotted on the chart.
DataSerie() - Constructor for class com.java4less.rchart.DataSerie
creates an empty data serie.
DataSerie(double[]) - Constructor for class com.java4less.rchart.DataSerie
creates a data serie for the array y.
DataSerie(Double[]) - Constructor for class com.java4less.rchart.DataSerie
creates a data serie for the array y.
DataSerie(double[], double[]) - Constructor for class com.java4less.rchart.DataSerie
creates a data serie for the array y.
DataSerie(Double[], Double[]) - Constructor for class com.java4less.rchart.DataSerie
creates a data serie for the array of points (pairs of x,y values).
DataSerie(double[], int) - Constructor for class com.java4less.rchart.DataSerie
 
DataSerie(Double[], int) - Constructor for class com.java4less.rchart.DataSerie
 
dateLabelFormat - Variable in class com.java4less.rchart.Axis
date format for date labels (only if initialDate!=null).
dateStep - Variable in class com.java4less.rchart.Axis
date step for ticks (only if initialDate!=null) .
dateStepPerUnit - Variable in class com.java4less.rchart.Axis
if true, the value of dateStep will define the step for each unit of the axis
DEEPPINK - Static variable in class com.java4less.rchart.gc.ChartColor
 
DEEPSKYBLUE - Static variable in class com.java4less.rchart.gc.ChartColor
 
depth - Variable in class com.java4less.rchart.Plotter
depth of the chart (in 3D charts).
DescColor - Variable in class com.java4less.rchart.Axis
Color of the text used to display the labels.
DescFont - Variable in class com.java4less.rchart.Axis
Font of the text used to display the labels.
DISABLED - Static variable in class com.java4less.rchart.TargetZone
use this value if you need to diabled the end position
dispose() - Method in class com.java4less.rchart.Chart
release resources used by the chart (only required for SWT)
dispose() - Method in class com.java4less.rchart.swt.ChartViewer
dispose control
dispose() - Method in class com.java4less.rchart.gc.ChartImage
dispose image
dispose() - Method in class com.java4less.rchart.gc.ChartGraphics
dispose graphic context.
dnum - Static variable in class com.java4less.rchart.Chart
 
doubleBuffering - Variable in class com.java4less.rchart.Chart
use double buffering for creating the chart?
draw(ChartGraphics) - Method in class com.java4less.rchart.VAxisLabel
instructs the label to draw itself at the position specified by the ChartComponent fiels (x,y,width,height).
draw(ChartGraphics) - Method in class com.java4less.rchart.Title
draws the title.
draw(ChartGraphics) - Method in class com.java4less.rchart.Legend
 
draw(ChartGraphics, Axis, boolean, boolean) - Method in class com.java4less.rchart.Axis
draws the axis.
draw(ChartGraphics, int, int, int, int) - Method in class com.java4less.rchart.LineStyle
draws a line between two points.
drawArc(ChartGraphics, int, int, int, int, int, int) - Method in class com.java4less.rchart.LineStyle
 
drawArc(int, int, int, int, int, int) - Method in class com.java4less.rchart.gc.ChartGraphics
paints an arc
drawCircle - Variable in class com.java4less.rchart.RadarPlotter
if true a circle will be painted around the radarchart
drawHorizontal(ChartGraphics) - Method in class com.java4less.rchart.Legend
 
drawImage(ChartImage, int, int) - Method in class com.java4less.rchart.gc.ChartGraphics
paint image at given position
drawImage(ChartImage, int, int, int, int, int, int, int, int) - Method in class com.java4less.rchart.gc.ChartGraphics
paint image from source position to destination position
drawLine(int, int, int, int) - Method in class com.java4less.rchart.gc.ChartGraphics
paint a line
drawLineEnd - Variable in class com.java4less.rchart.MaxMinDataSerie
if true a "line terminator" will be displayed at the bottom abd top of the min/max line.
drawLineWithStyle(int, int, int, int) - Method in class com.java4less.rchart.gc.ChartGraphics
 
drawOpenPolygon(ChartGraphics, int[], int[], int) - Method in class com.java4less.rchart.LineStyle
draws an open polygon.
drawPercentages - Variable in class com.java4less.rchart.PieDataSerie
if true the percenteges will be displayed instead of the actual values.
drawPoint - Variable in class com.java4less.rchart.LineDataSerie
if true a point will be displayed for each vakue of the serie.
drawPolygon(ChartGraphics, int[], int[], int) - Method in class com.java4less.rchart.LineStyle
draws a polygon.
drawPolygon(int[], int[], int) - Method in class com.java4less.rchart.gc.ChartGraphics
draw polygon
drawRadius - Variable in class com.java4less.rchart.PiePlotter
if true the radius lines will be displayed.
drawRect(ChartGraphics, int, int, int, int) - Method in class com.java4less.rchart.LineStyle
 
drawRect(int, int, int, int) - Method in class com.java4less.rchart.gc.ChartGraphics
draw rectangle
drawRotatedText(ChartFont, ChartColor, String, int, int, int, boolean) - Method in class com.java4less.rchart.gc.ChartGraphics
paint rotated text
drawRoundedRect(int, int, int, int) - Method in class com.java4less.rchart.gc.ChartGraphics
draw rounded rectangle
drawRoundRect(ChartGraphics, int, int, int, int) - Method in class com.java4less.rchart.LineStyle
 
drawRoundRect(ChartGraphics, int, int, int, int) - Method in class com.java4less.rchart.FillStyle
 
drawString(String, int, int) - Method in class com.java4less.rchart.gc.ChartGraphics
draw string at position x,y
drawVertical(ChartGraphics) - Method in class com.java4less.rchart.Legend
 

E

effect3D - Variable in class com.java4less.rchart.PiePlotter
set it to trie to create a 3D pie
endAngle - Variable in class com.java4less.rchart.GaugePlotter
end angle of the gauge (default is 200).
EVENT_AFTER_UPDATE - Static variable in interface com.java4less.rchart.ChartListener
chart has been updated.
EVENT_BEFORE_UPDATE - Static variable in interface com.java4less.rchart.ChartListener
chart will be updated now.
EVENT_ENTER_POINT - Static variable in interface com.java4less.rchart.ChartListener
mouse moves over a point in the series.
EVENT_LEAVE_POINT - Static variable in interface com.java4less.rchart.ChartListener
No point selected any more.
EVENT_POINT_CLICKED - Static variable in interface com.java4less.rchart.ChartListener
selected serie and value in the chart have been clicked
EVENT_TIP_UPDATE - Static variable in interface com.java4less.rchart.ChartListener
this is used by RChart to notify that a new tip must be displayed (or hidden) since the mouse pointer moved over a point.
eventChart - Variable in class com.java4less.rchart.BarPlotter
set it to true if you want to draw event charts.
exactMaxValue - Variable in class com.java4less.rchart.Scale
if true, RChart will calculate the max value of the scale using the preferred min/max values list
default value is true for Y axis and false for X axis.
exactMinValue - Variable in class com.java4less.rchart.Scale
if true, RChart will calculate the min value of the scale using the preferred max values list
default value is true for Y axis and false for X axis.

F

factorColor - Variable in class com.java4less.rchart.RadarPlotter
color used to paint the factors
factorColors - Variable in class com.java4less.rchart.RadarPlotter
color of the factor labels
factorFont - Variable in class com.java4less.rchart.RadarPlotter
font used to paint the factors
factorMaxs - Variable in class com.java4less.rchart.RadarPlotter
maximum values ofd the factors.
factorMins - Variable in class com.java4less.rchart.RadarPlotter
minimum vaues of the factors.
factorNames - Variable in class com.java4less.rchart.RadarPlotter
names of the factors
fileEncoding - Variable in class com.java4less.rchart.ChartLoader
file encoding of the data file
fillArc(int, int, int, int, int, int) - Method in class com.java4less.rchart.gc.ChartGraphics
Fills an arc
fillBubble - Variable in class com.java4less.rchart.MaxMinDataSerie
if true the bubbles will be solid.
fillPatern - Variable in class com.java4less.rchart.FillStyle
fill pattern
fillPolygon(int[], int[], int) - Method in class com.java4less.rchart.gc.ChartGraphics
fill polygon
fillRect(int, int, int, int) - Method in class com.java4less.rchart.gc.ChartGraphics
fill rectangle
fillRoundRect(int, int, int, int) - Method in class com.java4less.rchart.gc.ChartGraphics
fill rectangle with rounded corners
fillStyle - Variable in class com.java4less.rchart.AxisTargetZone
fill style of the zone
fillStyle - Variable in class com.java4less.rchart.TargetZone
fill style of the zone
fillStyle - Variable in class com.java4less.rchart.LineDataSerie
fill style used for area charts.
FillStyle - class com.java4less.rchart.FillStyle.
This class fills an area.
FillStyle(ChartColor) - Constructor for class com.java4less.rchart.FillStyle
Creates a fill style for the color c.
FillStyle(ChartColor, float) - Constructor for class com.java4less.rchart.FillStyle
Creates a fill style.
FillStyle(ChartImage) - Constructor for class com.java4less.rchart.FillStyle
Creates a fill style using the image as filling
fixedLimits - Variable in class com.java4less.rchart.LinePlotter
clip lines using maximum and minimum values if the scale?
fixedLimits - Variable in class com.java4less.rchart.LinePlotter3D
clip lines using maximum and minimum values if the scale?
font - Variable in class com.java4less.rchart.Title
font used for the title
font - Variable in class com.java4less.rchart.Legend
 
font - Variable in class com.java4less.rchart.AxisLabel
font of the text.
FORESTGREEN - Static variable in class com.java4less.rchart.gc.ChartColor
 
FUCHSIA - Static variable in class com.java4less.rchart.gc.ChartColor
 
fullDepth - Variable in class com.java4less.rchart.BarPlotter3D
if TRUE the depth of the bars will be the same as the depth of the charts.
fullXAxis - Variable in class com.java4less.rchart.Chart
 

G

gaugeback - Variable in class com.java4less.rchart.GaugePlotter
Gauge background
GaugeDataSerie - class com.java4less.rchart.GaugeDataSerie.
Subclass of PieDataSerie for gaugeCharts.
GaugeDataSerie(double[], FillStyle[]) - Constructor for class com.java4less.rchart.GaugeDataSerie
creates a GaugeDataSerie
GaugePlotter - class com.java4less.rchart.GaugePlotter.
Plotter used to create a gauge chart.
GaugePlotter() - Constructor for class com.java4less.rchart.GaugePlotter
constructor
gChart - Variable in class com.java4less.rchart.ChartLoader
last created chart
getAlphaComposite() - Method in class com.java4less.rchart.gc.ChartGraphics
get transparency value
getBlue() - Method in class com.java4less.rchart.gc.ChartColor
get blue component
getBooleanParam(String, boolean) - Method in class com.java4less.rchart.ChartLoader
get boolean parameter
getChart() - Method in class com.java4less.rchart.awt.ChartViewer
get chart to display
getChart() - Method in class com.java4less.rchart.awt.ChartCanvas
get chart to display
getChart() - Method in class com.java4less.rchart.swt.ChartCanvas
get chart to display
getChart() - Method in class com.java4less.rchart.swt.ChartViewer
get chart to display
getChart() - Method in class com.java4less.rchart.swing.JChartViewer
get chart to display
getChart() - Method in class com.java4less.rchart.swing.JChartPanel
get chart to display
getClickInfo() - Method in class com.java4less.rchart.ChartLabel
get the user information for click processing (this can be for example a http link)
getColor() - Method in class com.java4less.rchart.LineStyle
returns the color of the line.
getColor() - Method in class com.java4less.rchart.FillStyle
get color used for filling the area.
getColor() - Method in class com.java4less.rchart.gc.ChartGraphics
get current color in context
getColor(int, int, int) - Static method in class com.java4less.rchart.gc.GraphicsProvider
 
getColor(String) - Static method in class com.java4less.rchart.gc.GraphicsProvider
 
getColorFromObject(Object) - Static method in class com.java4less.rchart.gc.GraphicsProvider
 
getCombinable() - Method in class com.java4less.rchart.Plotter
can this type of plotter be combined with others
getDoubleParam(String, Double) - Method in class com.java4less.rchart.ChartLoader
get double parameter
getElementX(int) - Method in class com.java4less.rchart.DataSerie
returns x value of the element i.
getElementY(int) - Method in class com.java4less.rchart.DataSerie
returns y value of the element i.
getFont() - Method in class com.java4less.rchart.gc.ChartGraphics
get current font in context
getFont(String, int, int) - Static method in class com.java4less.rchart.gc.GraphicsProvider
create font from string value
getFontFromObject(Object) - Static method in class com.java4less.rchart.gc.GraphicsProvider
 
getFontHeight() - Method in class com.java4less.rchart.gc.ChartGraphics
get the height of the current font
getFontHeight(ChartFont) - Method in class com.java4less.rchart.gc.ChartGraphics
get the height of the current font
getFontWidth(ChartFont, String) - Method in class com.java4less.rchart.gc.ChartGraphics
get the width of a string using the provided font
getFontWidth(String) - Method in class com.java4less.rchart.gc.ChartGraphics
get the width of a string using the current font
getGraphics() - Method in class com.java4less.rchart.gc.ChartImage
get graphic context of the image
getGraphics(Object) - Static method in class com.java4less.rchart.gc.GraphicsProvider
create Graphic context from awt (java.awt.Graphics) or swt (GC) graphic context
getGreen() - Method in class com.java4less.rchart.gc.ChartColor
get green component
getHeight() - Method in class com.java4less.rchart.Chart
height of the component
getHeight() - Method in class com.java4less.rchart.gc.ChartImage
get height of the image
getHTMLImageMap(String) - Method in class com.java4less.rchart.Chart
get HTML image map code.
getImage(Object) - Static method in class com.java4less.rchart.gc.GraphicsProvider
create Image from awt (java.awt.Image) or swt image
getImageFromFile(String) - Static method in class com.java4less.rchart.gc.GraphicsProvider
create Image from file
getLoadedParameter(int) - Method in class com.java4less.rchart.ChartLoader
get parameter name
getLoadedParametersCount() - Method in class com.java4less.rchart.ChartLoader
number of loaded parameters
getLoadedValue(int) - Method in class com.java4less.rchart.ChartLoader
get value for parameter
getMode() - Static method in class com.java4less.rchart.gc.GraphicsProvider
get provider mode
getName() - Method in class com.java4less.rchart.ChartLabel
get label name
getNeedsAxis() - Method in class com.java4less.rchart.Plotter
number of axis required (1 for X, 2 for X and Y)
getObjectBounds() - Method in class com.java4less.rchart.ChartLabel
 
getParameter(String, String) - Method in class com.java4less.rchart.ChartLoader
Get a string parameter value
getPreferredSize() - Method in class com.java4less.rchart.awt.ChartViewer
preferred size
getPreferredSize() - Method in class com.java4less.rchart.swing.JChartViewer
preferred size
getRed() - Method in class com.java4less.rchart.gc.ChartColor
get red component
getRGB() - Method in class com.java4less.rchart.gc.ChartColor
get rgb value
getRGBString() - Method in class com.java4less.rchart.gc.ChartColor
get value as 0xRRGGBB
getScreenCoord(double) - Method in class com.java4less.rchart.Scale
convert a value to the screen coordinate.
getScreenCoord(double) - Method in class com.java4less.rchart.LogScale
 
getSerie(int) - Method in class com.java4less.rchart.Plotter
get serie
getSeriesCount() - Method in class com.java4less.rchart.Plotter
get number of series in plotter
getSize() - Method in class com.java4less.rchart.DataSerie
returns the size of the data serie.
getTargetZones() - Method in class com.java4less.rchart.Axis
get list of all target zones
getTargetZones() - Method in class com.java4less.rchart.Chart
get list of all target zones
getTip() - Method in class com.java4less.rchart.ChartLabel
get tip to be displayed when the cursor is on the label
getType() - Method in class com.java4less.rchart.LineStyle
returns the style of the line.
getValue(int) - Method in class com.java4less.rchart.Scale
converts a screen coordinate to the real value.
getValue(int) - Method in class com.java4less.rchart.LogScale
 
getWidth() - Method in class com.java4less.rchart.LineStyle
returns the width of the line.
getWidth() - Method in class com.java4less.rchart.Chart
width of the component
getWidth() - Method in class com.java4less.rchart.gc.ChartImage
get width of the image
getX() - Method in class com.java4less.rchart.ChartLabel
 
getY() - Method in class com.java4less.rchart.ChartLabel
 
GOLD - Static variable in class com.java4less.rchart.gc.ChartColor
 
GOLDENROD - Static variable in class com.java4less.rchart.gc.ChartColor
 
GRADIENT_HORIZONTAL - Static variable in class com.java4less.rchart.FillStyle
 
GRADIENT_VERTICAL - Static variable in class com.java4less.rchart.FillStyle
 
gradientCyclic - Variable in class com.java4less.rchart.FillStyle
 
gradientType - Variable in class com.java4less.rchart.FillStyle
 
GraphicsProvider - class com.java4less.rchart.gc.GraphicsProvider.
Use this class to create graphic objects like fonts, colors and images.
GraphicsProvider() - Constructor for class com.java4less.rchart.gc.GraphicsProvider
 
GRAY - Static variable in class com.java4less.rchart.gc.ChartColor
 
GREEN - Static variable in class com.java4less.rchart.gc.ChartColor
 
GREENYELLOW - Static variable in class com.java4less.rchart.gc.ChartColor
 
gridFillStyle - Variable in class com.java4less.rchart.Axis
Style of the grid (filling).
gridFont - Variable in class com.java4less.rchart.RadarPlotter
grid's font
gridFontColor - Variable in class com.java4less.rchart.RadarPlotter
grid's font color
gridStyle - Variable in class com.java4less.rchart.RadarPlotter
grid's line style
gridStyle - Variable in class com.java4less.rchart.Axis
Style of the grid (line).

H

HAxisLabel - class com.java4less.rchart.HAxisLabel.
A horizontal label is an axis label that will be draw along the horizontal axis.
HAxisLabel(String, ChartColor, ChartFont) - Constructor for class com.java4less.rchart.HAxisLabel
creates the horizontal label.
height - Variable in class com.java4less.rchart.ChartComponent
this is the height coordinate of this component.
hideCeros - Variable in class com.java4less.rchart.LinePlotter
if true, 0 values will not have a label
HORIZONTAL - Static variable in class com.java4less.rchart.Axis
X Axis
hotAreas - Variable in class com.java4less.rchart.DataSerie
Internal.
HOTPINK - Static variable in class com.java4less.rchart.gc.ChartColor
 
htmlLinks - Variable in class com.java4less.rchart.DataSerie
html links for the points when creating an html image map
htmlLinkTarget - Variable in class com.java4less.rchart.Chart
target of the html links when creating a html image map

I

icon - Variable in class com.java4less.rchart.LineDataSerie
image used to draw the point of the serie.
IConstants - interface com.java4less.rchart.IConstants.
Constants
INDIANRED - Static variable in class com.java4less.rchart.gc.ChartColor
 
initialDate - Variable in class com.java4less.rchart.Axis
this date will be used as based if you want to calculate dates for the tick labels.
initialize(ChartGraphics, Chart) - Method in class com.java4less.rchart.ChartLabel
get size required for painting
IntegerScale - Variable in class com.java4less.rchart.Axis
if true, the labels will be shown as integer values.
interBarSpace - Variable in class com.java4less.rchart.BarPlotter
space between two bars (pixels).
interBarSpace - Variable in class com.java4less.rchart.BarPlotter3D
space between two bars (pixels).
InterGroupSpace - Variable in class com.java4less.rchart.BarPlotter
space between two groups of bars (pixels).
InterGroupSpace - Variable in class com.java4less.rchart.BarPlotter3D
space between two groups of bars (pixels).
interLineSpace - Variable in class com.java4less.rchart.LinePlotter3D
pixels between two 3D lines (ribbons).
ITALIC - Static variable in class com.java4less.rchart.gc.ChartFont
 
IVORY - Static variable in class com.java4less.rchart.gc.ChartColor
 

J

JChartPanel - class com.java4less.rchart.swing.JChartPanel.
Swing panel that renders a chart.
JChartPanel() - Constructor for class com.java4less.rchart.swing.JChartPanel
create panel
JChartViewer - class com.java4less.rchart.swing.JChartViewer.
This class is a JPanel which can be added to any JPanel or JFrame.
JChartViewer() - Constructor for class com.java4less.rchart.swing.JChartViewer
constructor

K

KHALI - Static variable in class com.java4less.rchart.gc.ChartColor
 

L

label - Variable in class com.java4less.rchart.AxisTargetZone
Label of the zone
label - Variable in class com.java4less.rchart.TargetZone
Label of the zone
label - Variable in class com.java4less.rchart.Axis
description label of the axis
labelFormat - Variable in class com.java4less.rchart.PiePlotter
label format for items in the pie.
labelLine - Variable in class com.java4less.rchart.PiePlotter
style of the line used to connect pie and labels
labelTemplate - Variable in class com.java4less.rchart.DataSerie
template for the ChartLabel object using the @ tags.
labelTemplate - Variable in class com.java4less.rchart.Axis
template for the ChartLabel object using the @ tags.
LAVENDER - Static variable in class com.java4less.rchart.gc.ChartColor
 
LAWNGREEN - Static variable in class com.java4less.rchart.gc.ChartColor
 
layout - Variable in class com.java4less.rchart.Chart
position of the legend in the chart.
LAYOUT_LEGEND_BOTTOM - Static variable in class com.java4less.rchart.Chart
 
LAYOUT_LEGEND_RIGHT - Static variable in class com.java4less.rchart.Chart
 
LAYOUT_LEGEND_TOP - Static variable in class com.java4less.rchart.Chart
 
leftMargin - Variable in class com.java4less.rchart.Chart
area reserved for the y axis.
legend - Variable in class com.java4less.rchart.Chart
legend of the chart
Legend - class com.java4less.rchart.Legend.
The legend contains the description of the data displayed in the chart.
Legend() - Constructor for class com.java4less.rchart.Legend
 
legendLabel - Variable in class com.java4less.rchart.Legend
use the legendLabel property to define the legend using the label @ tags.
legendMargin - Variable in class com.java4less.rchart.Legend
margin of the legend.
legendMargin - Variable in class com.java4less.rchart.Chart
area reserved for the legend.
LIGHTBLUE - Static variable in class com.java4less.rchart.gc.ChartColor
 
LIGHTCORAL - Static variable in class com.java4less.rchart.gc.ChartColor
 
LIGHTCYAN - Static variable in class com.java4less.rchart.gc.ChartColor
 
LIGHTGRAY - Static variable in class com.java4less.rchart.gc.ChartColor
 
LIGHTPINK - Static variable in class com.java4less.rchart.gc.ChartColor
 
LIGHTSALMON - Static variable in class com.java4less.rchart.gc.ChartColor
 
LIGHTSKYBLUE - Static variable in class com.java4less.rchart.gc.ChartColor
 
LIGHTYELLOW - Static variable in class com.java4less.rchart.gc.ChartColor
 
LIME - Static variable in class com.java4less.rchart.gc.ChartColor
 
LIMEGREEN - Static variable in class com.java4less.rchart.gc.ChartColor
 
LINE_DASHED - Static variable in class com.java4less.rchart.LineStyle
 
LINE_DOTS - Static variable in class com.java4less.rchart.LineStyle
 
LINE_NORMAL - Static variable in class com.java4less.rchart.LineStyle
 
LineDataSerie - class com.java4less.rchart.LineDataSerie.
A LineDataSerie is a DataSerie that must be plotted using lines.
LineDataSerie(double[], double[], LineStyle) - Constructor for class com.java4less.rchart.LineDataSerie
 
LineDataSerie(Double[], Double[], LineStyle) - Constructor for class com.java4less.rchart.LineDataSerie
 
LineDataSerie(double[], LineStyle) - Constructor for class com.java4less.rchart.LineDataSerie
 
LineDataSerie(Double[], LineStyle) - Constructor for class com.java4less.rchart.LineDataSerie
 
LineDataSerie(LineStyle) - Constructor for class com.java4less.rchart.LineDataSerie
 
LinePlotter - class com.java4less.rchart.LinePlotter.
This is the plotter used to draw a line chart.
LinePlotter() - Constructor for class com.java4less.rchart.LinePlotter
 
LinePlotter3D - class com.java4less.rchart.LinePlotter3D.
This is the plotter used to draw a line chart.
LinePlotter3D() - Constructor for class com.java4less.rchart.LinePlotter3D
 
LineStyle - class com.java4less.rchart.LineStyle.
This class draws lines.
LineStyle(float, ChartColor, int) - Constructor for class com.java4less.rchart.LineStyle
Creates a line style with the given width, color and style(line, dashed...).
LineStyle(float, ChartColor, int, float) - Constructor for class com.java4less.rchart.LineStyle
Creates a line style with the given width, color and style(line, dashed...) and transparency (alpha value)
lineType - Variable in class com.java4less.rchart.LineDataSerie
select line type.
loader - Variable in class com.java4less.rchart.Chart
loader using to create the chart and/or update it automatically
loadFromFile(String, boolean) - Method in class com.java4less.rchart.ChartLoader
load paramteres from file.
loadFromFile(String, boolean, String) - Method in class com.java4less.rchart.ChartLoader
load paramteres from file.
logarithmicIntervals - Variable in class com.java4less.rchart.Axis
only if you use logarithmic scales.
LogScale - class com.java4less.rchart.LogScale.
The scale converts the data to screen coordinates using logarithms.
LogScale() - Constructor for class com.java4less.rchart.LogScale
 
LogScale(int, int) - Constructor for class com.java4less.rchart.LogScale
 

M

MAGENTA - Static variable in class com.java4less.rchart.gc.ChartColor
 
MAROON - Static variable in class com.java4less.rchart.gc.ChartColor
 
max - Variable in class com.java4less.rchart.Scale
maximum value of the scale.
MaxMinDataSerie - class com.java4less.rchart.MaxMinDataSerie.
This data serie is an extension of LineDataSerie that displayed minimum and maximum values of each element.
MaxMinDataSerie(double[], double[], double[], double[], LineStyle) - Constructor for class com.java4less.rchart.MaxMinDataSerie
Creates a data serie with open values, close values, high (maximum) value and low (minimum) value.
MaxMinDataSerie(Double[], double[], double[], double[], LineStyle) - Constructor for class com.java4less.rchart.MaxMinDataSerie
 
MaxMinDataSerie(double[], double[], LineStyle) - Constructor for class com.java4less.rchart.MaxMinDataSerie
 
MaxMinDataSerie(double[], LineStyle) - Constructor for class com.java4less.rchart.MaxMinDataSerie
 
MaxMinDataSerie(Double[], LineStyle) - Constructor for class com.java4less.rchart.MaxMinDataSerie
 
MaxMinDataSerie(LineStyle) - Constructor for class com.java4less.rchart.MaxMinDataSerie
 
maxminStyle - Variable in class com.java4less.rchart.MaxMinDataSerie
Style of the line used to display the min/max interval.
MaxMinType - Variable in class com.java4less.rchart.LinePlotter
Type of the chart (ONLY MAXMIN CHARTS).
maxminZoneMargin - Variable in class com.java4less.rchart.GaugePlotter
start position of the ring for the max min zone.
maxminZoneWidth - Variable in class com.java4less.rchart.GaugePlotter
width in pixels of the ring for the max and min zones
maxZone - Variable in class com.java4less.rchart.GaugePlotter
maxColor will be used to paint the ticks higher than maxZone.
maxZoneColor - Variable in class com.java4less.rchart.GaugePlotter
color of the ticks of the scale near to the maximum value
maxZoom - Variable in class com.java4less.rchart.awt.ChartViewer
maximum zoom in %.
maxZoom - Variable in class com.java4less.rchart.swt.ChartViewer
maximum zoom in %.
maxZoom - Variable in class com.java4less.rchart.swing.JChartViewer
maximum zoom in %.
MEDIUMBLUE - Static variable in class com.java4less.rchart.gc.ChartColor
 
MEDIUMPURPLE - Static variable in class com.java4less.rchart.gc.ChartColor
 
MIDNIGHTBLUE - Static variable in class com.java4less.rchart.gc.ChartColor
 
min - Variable in class com.java4less.rchart.Scale
minimum value of the scale.
minZone - Variable in class com.java4less.rchart.GaugePlotter
minColor will be used to paint the ticks lower than minZone.
minZoneColor - Variable in class com.java4less.rchart.GaugePlotter
color of the ticks of the scale near to the minimum value
minZoom - Variable in class com.java4less.rchart.awt.ChartViewer
minimum zoom in %.
minZoom - Variable in class com.java4less.rchart.swt.ChartViewer
minimum zoom in %.
minZoom - Variable in class com.java4less.rchart.swing.JChartViewer
minimum zoom in %.
MM_CANDLESTICK - Static variable in class com.java4less.rchart.LinePlotter
Candlestick chart
MM_NORMAL - Static variable in class com.java4less.rchart.LinePlotter
normal line chart
MM_OHLC - Static variable in class com.java4less.rchart.LinePlotter
OHLC chart
MODE_AWT_SWING - Static variable in class com.java4less.rchart.gc.GraphicsProvider
AWT /Swing, for JDK 1.2 or later
MODE_AWT1 - Static variable in class com.java4less.rchart.gc.GraphicsProvider
JDK 1.1 compatible mode
MODE_SWT - Static variable in class com.java4less.rchart.gc.GraphicsProvider
SWT mode
mouseClick() - Method in class com.java4less.rchart.Chart
let rchart know the mouse has been clicked (this is normally called by the chartviewer)
mouseMoved(int, int) - Method in class com.java4less.rchart.Chart
mouse has moved above the chart, notify new position.
msecs - Variable in class com.java4less.rchart.Chart
reload the chart every x secodns
Msg - class com.java4less.rchart.Msg.
AWT Dialog used to display messages
Msg(Frame, String, String[]) - Constructor for class com.java4less.rchart.Msg
creates and shows the message

N

name - Variable in class com.java4less.rchart.DataSerie
name of the serie
NAVY - Static variable in class com.java4less.rchart.gc.ChartColor
 
needleBase - Variable in class com.java4less.rchart.GaugePlotter
size of the circle painted as needle base (default is 8 which means 8% of the radius)
needleLength - Variable in class com.java4less.rchart.GaugeDataSerie
length of the needle (in %).
needleStyle - Variable in class com.java4less.rchart.GaugeDataSerie
style of the needle
negativeborder - Variable in class com.java4less.rchart.BarDataSerie
Like "border" for negatives values.
negativeborder2 - Variable in class com.java4less.rchart.BarDataSerie
Like "border2" for negatives values.
negativeStyle - Variable in class com.java4less.rchart.BarDataSerie
Fill styled used to fill the bar if negative.
negativeValueColor - Variable in class com.java4less.rchart.MaxMinDataSerie
only CANDLESTICK) Color of when close value < open value.
NO_GRADIENT - Static variable in class com.java4less.rchart.FillStyle
 
nullValue - Variable in class com.java4less.rchart.DataSerie
 
numberLocale - Static variable in class com.java4less.rchart.Chart
locale used for decimal number formatting

O

offsetX - Variable in class com.java4less.rchart.Chart
used by th chart viewer only for scroll functions
offsetY - Variable in class com.java4less.rchart.Chart
used by th chart viewer only for scroll functions
OLIVE - Static variable in class com.java4less.rchart.gc.ChartColor
 
openCloseWidth - Variable in class com.java4less.rchart.MaxMinDataSerie
 
ORANGE - Static variable in class com.java4less.rchart.gc.ChartColor
 
ORANGERED - Static variable in class com.java4less.rchart.gc.ChartColor
 
ORCHID - Static variable in class com.java4less.rchart.gc.ChartColor
 
orientation - Variable in class com.java4less.rchart.Axis
orientation of the axis.

P

paint(ChartGraphics) - Method in class com.java4less.rchart.Chart
paint chart on the given graphic context
paint(ChartGraphics, int, int, int, int) - Method in class com.java4less.rchart.ChartLabel
paint at a given position
paint(Graphics) - Method in class com.java4less.rchart.awt.ChartCanvas
 
paint(Graphics) - Method in class com.java4less.rchart.swing.JChartPanel
paint chart here
paintDirect - Variable in class com.java4less.rchart.ChartLoader
activate double buffering
paintRotatedImage(ChartImage, int, int, int, int) - Method in class com.java4less.rchart.gc.ChartGraphics
rotate image and paint it
paintUserExit(Chart, ChartGraphics) - Method in class com.java4less.rchart.ChartAdapter
this method is called after the chart is painted.
paintUserExit(Chart, ChartGraphics) - Method in interface com.java4less.rchart.ChartListener
this method is called after the chart is painted.
paintUserExit(Chart, ChartGraphics) - Method in class com.java4less.rchart.awt.ChartCanvas
chart listener
paintUserExit(Chart, ChartGraphics) - Method in class com.java4less.rchart.swt.ChartCanvas
chart listener
paintUserExit(Chart, ChartGraphics) - Method in class com.java4less.rchart.swing.JChartPanel
chart listener
PALEGREEN - Static variable in class com.java4less.rchart.gc.ChartColor
 
PALETURQUOISE - Static variable in class com.java4less.rchart.gc.ChartColor
 
PALEVIOLETRED - Static variable in class com.java4less.rchart.gc.ChartColor
 
peerAxis - Variable in class com.java4less.rchart.Axis
internal use.
PieDataSerie - class com.java4less.rchart.PieDataSerie.
The PieDataSerie is actually not a serie of value but a set of values to be plotted as a pie chart.
PieDataSerie() - Constructor for class com.java4less.rchart.PieDataSerie
 
PieDataSerie(double[], FillStyle[]) - Constructor for class com.java4less.rchart.PieDataSerie
creates a PieDataSerie to display a list of values on a pie chart.
PieDataSerie(double[], FillStyle[], boolean[], String[]) - Constructor for class com.java4less.rchart.PieDataSerie
creates a PieDataSerie to display a list of values on a pie chart.
PiePlotter - class com.java4less.rchart.PiePlotter.
Plotter used to create a pie chart.
PiePlotter() - Constructor for class com.java4less.rchart.PiePlotter
constructor
PINK - Static variable in class com.java4less.rchart.gc.ChartColor
 
PLAIN - Static variable in class com.java4less.rchart.gc.ChartFont
 
plot - Variable in class com.java4less.rchart.Axis
internal use.
plot(ChartGraphics) - Method in class com.java4less.rchart.Plotter
plots the series.
plotBackground(ChartGraphics, int, int, int, int) - Method in class com.java4less.rchart.Plotter
draws the background (internal use).
Plotter - class com.java4less.rchart.Plotter.
base class used to plot a chart.
Plotter() - Constructor for class com.java4less.rchart.Plotter
 
plotters - Variable in class com.java4less.rchart.Chart
array of plotter if the chart
PLUM - Static variable in class com.java4less.rchart.gc.ChartColor
 
pnumSeries - Variable in class com.java4less.rchart.ChartLoader
number of loaded series
pointColor - Variable in class com.java4less.rchart.LineDataSerie
color of the point
pointColors - Variable in class com.java4less.rchart.RadarPlotter
color of the points.
pointColorScale - Variable in class com.java4less.rchart.RadarPlotter
ascending list of values used to select the color of the point.
pointSize - Variable in class com.java4less.rchart.LinePlotter
size of squares that represent points.
positionEnd - Variable in class com.java4less.rchart.AxisTargetZone
position of the end of the target zone
positionEnd - Variable in class com.java4less.rchart.TargetZone
position of the end of the target zone
positionStart - Variable in class com.java4less.rchart.AxisTargetZone
position of the target line
positionStart - Variable in class com.java4less.rchart.TargetZone
position of the target line
positiveValueColor - Variable in class com.java4less.rchart.MaxMinDataSerie
(only CANDLESTICK) Color of when close value > open value.
preferred_MaxMin_values - Variable in class com.java4less.rchart.Scale
sorted list of preferred values for minimum and maximum values.
promptForParameters - Variable in class com.java4less.rchart.ChartLoader
set to "true" only by RChart Visual Builder, in order to prompt for parameters in SQL statements
pSeries - Variable in class com.java4less.rchart.ChartLoader
loaded series
pSeriesNames - Variable in class com.java4less.rchart.ChartLoader
names of loaded series
PURPLE - Static variable in class com.java4less.rchart.gc.ChartColor
 

R

RadarPlotter - class com.java4less.rchart.RadarPlotter.
Class used to plot radar charts.
RadarPlotter() - Constructor for class com.java4less.rchart.RadarPlotter
constructor
radiusModifier - Variable in class com.java4less.rchart.RadarPlotter
modifies the size of thechart.
radiusModifier - Variable in class com.java4less.rchart.GaugePlotter
modifies the size of the gauge.
radiusModifier - Variable in class com.java4less.rchart.PiePlotter
modifies the size of the pie.
RED - Static variable in class com.java4less.rchart.gc.ChartColor
 
redrawChart() - Method in class com.java4less.rchart.awt.ChartViewer
force the chart to be repainted
redrawChart() - Method in class com.java4less.rchart.swt.ChartViewer
force the chart to be repainted
redrawChart() - Method in class com.java4less.rchart.swing.JChartViewer
force the chart to be repainted
reloadFrom - Variable in class com.java4less.rchart.Chart
url where the chart should be reloaded from
removeAllChartListener() - Method in class com.java4less.rchart.Chart
remove all listeners
removeChartListener(ChartListener) - Method in class com.java4less.rchart.Chart
remove a chart listener
removeNotes() - Method in class com.java4less.rchart.Chart
delete all notes
removePlotters() - Method in class com.java4less.rchart.Chart
remove all plotters
removeTargetZones() - Method in class com.java4less.rchart.Axis
delete all target zones
removeTargetZones() - Method in class com.java4less.rchart.Chart
delete all target zones
repaintAll - Variable in class com.java4less.rchart.Chart
force the paint to be repainted
repaintAlways - Variable in class com.java4less.rchart.Chart
replaint the chart each time the paint() method is called?
replaceSerie(int, DataSerie) - Method in class com.java4less.rchart.Plotter
replace a serie of values to be plotted.
replaceXValueAt(int, double) - Method in class com.java4less.rchart.DataSerie
replace X value
replaceXYValueAt(int, double, double) - Method in class com.java4less.rchart.DataSerie
replace pair of values X and Y
replaceYValueAt(int, double) - Method in class com.java4less.rchart.DataSerie
replace Y value
reverse - Variable in class com.java4less.rchart.Scale
internal use.
rightMargin - Variable in class com.java4less.rchart.Chart
empty area to the right side of the chrta if the legend is on the top or the bottom
ROTATE_CENTER - Static variable in class com.java4less.rchart.gc.ChartGraphics
rotation center for rotating images
ROTATE_LEFTTOP - Static variable in class com.java4less.rchart.gc.ChartGraphics
 
rotateLabels - Variable in class com.java4less.rchart.Axis
rotation angle of the labels

S

SALMON - Static variable in class com.java4less.rchart.gc.ChartColor
 
saveToFile(OutputStream, String) - Method in class com.java4less.rchart.Chart
Saves the current chart to an output stream If you use AWT the format can be "GIF", "PNG" or "JPEG".
saveToFile(String, String) - Method in class com.java4less.rchart.Chart
Saves the current chart to a graphics file.
saveToFile(String, String) - Method in class com.java4less.rchart.gc.ChartImage
saves image to a file
saveToStream(String, OutputStream) - Method in class com.java4less.rchart.gc.ChartImage
saves image to an output stream
scale - Variable in class com.java4less.rchart.Axis
scale assigned to the axis.
Scale - class com.java4less.rchart.Scale.
The scale converts the data to screen coordinates.
Scale() - Constructor for class com.java4less.rchart.Scale
 
Scale(int, int) - Constructor for class com.java4less.rchart.Scale
creates a scale with the specifed max and min values.
scaleLabelFormat - Variable in class com.java4less.rchart.Axis
this format will be used to draw the label.
scaleTickInterval - Variable in class com.java4less.rchart.Axis
A value of 100 means that the ticks will be displayed in intervals of 100.
screenMax - Variable in class com.java4less.rchart.Scale
maximum value of scale on the screen.
screenMaxMargin - Variable in class com.java4less.rchart.Scale
internal use.
screenMin - Variable in class com.java4less.rchart.Scale
minimum value of scale on the screen.
SEAGREEN - Static variable in class com.java4less.rchart.gc.ChartColor
 
secondaryXAxis - Variable in class com.java4less.rchart.DataSerie
shall this serie use a secondary x axis?
secondaryYAxis - Variable in class com.java4less.rchart.DataSerie
shall this serie use a secondary y axis?
secondYAxis - Variable in class com.java4less.rchart.DataSerie
if tue, the plotter will use the second Y axis scale to draw the data serie (see Chart.setY2Scale()).
secondYAxisMargin - Variable in class com.java4less.rchart.Chart
margin reserved for the right Y axis
segments - Variable in class com.java4less.rchart.CurvePlotter
number of segments used to draw a curve between 2 points
selectedLabel - Variable in class com.java4less.rchart.Chart
holds the selected chartlabel
selectedSerie - Variable in class com.java4less.rchart.Chart
holds the DataSerie of the selected point
selectedSeriePoint - Variable in class com.java4less.rchart.Chart
returns which point/bar/item of the serie the cursor is on or -1.
setAlpha(float) - Method in class com.java4less.rchart.gc.ChartGraphics
set transparency value
setAlphaComposite(Object) - Method in class com.java4less.rchart.gc.ChartGraphics
set transparency value
setChart(Chart) - Method in class com.java4less.rchart.awt.ChartViewer
set chart to display
setChart(Chart) - Method in class com.java4less.rchart.awt.ChartCanvas
set chart to display
setChart(Chart) - Method in class com.java4less.rchart.swt.ChartCanvas
set chart to display
setChart(Chart) - Method in class com.java4less.rchart.swt.ChartViewer
set chart to display
setChart(Chart) - Method in class com.java4less.rchart.swing.JChartViewer
set chart to display
setChart(Chart) - Method in class com.java4less.rchart.swing.JChartPanel
set chart to display
setColor(ChartColor) - Method in class com.java4less.rchart.LineStyle
sets the color of the line.
setColor(ChartColor) - Method in class com.java4less.rchart.gc.ChartGraphics
set current color in context
setDataFile(String) - Method in class com.java4less.rchart.ChartLoader
set data file
setDatax(double[]) - Method in class com.java4less.rchart.DataSerie
 
setFont(ChartFont) - Method in class com.java4less.rchart.gc.ChartGraphics
set current font in context
setHeight(int) - Method in class com.java4less.rchart.Chart
height of the component
setLineStyle(int) - Method in class com.java4less.rchart.gc.ChartGraphics
sets style of line
setLineWidth(int) - Method in class com.java4less.rchart.gc.ChartGraphics
sets style of line
setMaxMinValues(double[], double[]) - Method in class com.java4less.rchart.MaxMinDataSerie
Adds the arrays that contains the maximum and minimum value of each element if the serie.
setMinimumSize(int, int) - Method in class com.java4less.rchart.Chart
set minimum size of the chart
setMode(int) - Static method in class com.java4less.rchart.gc.GraphicsProvider
set provider mode.
setParameter(String, String) - Method in class com.java4less.rchart.ChartLoader
 
setSerie(int, DataSerie) - Method in class com.java4less.rchart.Plotter
set serie.
setSize(int, int) - Method in class com.java4less.rchart.Chart
set size of the chart
setSQLParameter(String, String) - Method in class com.java4less.rchart.ChartLoader
sets a value for a parameter.
setTexture(ChartImage) - Method in class com.java4less.rchart.gc.ChartGraphics
image for texture painting.
setType(int) - Method in class com.java4less.rchart.LineStyle
sets the style of the line.
setWidth(float) - Method in class com.java4less.rchart.LineStyle
sets the width of the line.
setWidth(int) - Method in class com.java4less.rchart.Chart
width of the component
setX(int) - Method in class com.java4less.rchart.ChartLabel
 
setY(int) - Method in class com.java4less.rchart.ChartLabel
 
setY2Scale(Axis) - Method in class com.java4less.rchart.Chart
Sets the second Y axis of the chart.
showPosition - Variable in class com.java4less.rchart.Chart
show position of cursor (only if used inside an applet)
showTips - Variable in class com.java4less.rchart.Chart
show tips?
SIENNA - Static variable in class com.java4less.rchart.gc.ChartColor
 
SKYBLUE - Static variable in class com.java4less.rchart.gc.ChartColor
 
space - Variable in class com.java4less.rchart.PiePlotter
pixels of distance for detached items.
SPRINGGREEN - Static variable in class com.java4less.rchart.gc.ChartColor
 
stackAdditionalAxis - Variable in class com.java4less.rchart.Axis
place the axis next to each other or stack them to create several charts on the top/next to the other?
startAngle - Variable in class com.java4less.rchart.GaugePlotter
start angle of the gauge (default is -20).
startingXValue - Static variable in class com.java4less.rchart.LineDataSerie
starting point for x values if they are not prvided
startUIThread(Runnable) - Static method in class com.java4less.rchart.gc.GraphicsProvider
this starts a thread which can execute UI operations (required by SWT)
startUpdater() - Method in class com.java4less.rchart.Chart
start realtime/automatic chart updates
startWithBigTick - Variable in class com.java4less.rchart.Axis
if "true" the first tick in the axis will be a big ticks (with label).
stopUpdater() - Method in class com.java4less.rchart.Chart
stop realtime/automatic updating
STROKE_DASHED - Static variable in class com.java4less.rchart.gc.ChartGraphics
style of line
STROKE_DOTTED - Static variable in class com.java4less.rchart.gc.ChartGraphics
style of line
STROKE_NORMAL - Static variable in class com.java4less.rchart.gc.ChartGraphics
style of line
style - Variable in class com.java4less.rchart.AxisTargetZone
style of the line
style - Variable in class com.java4less.rchart.TargetZone
style of the line
style - Variable in class com.java4less.rchart.LineDataSerie
style of the line for this serie.
style - Variable in class com.java4less.rchart.Axis
Style of the axis.
style - Variable in class com.java4less.rchart.BarDataSerie
Fill styled used to fill the bar.
subGauge1 - Variable in class com.java4less.rchart.GaugePlotter
subgauge 1
subGauge2 - Variable in class com.java4less.rchart.GaugePlotter
subgauge 2
subGaugeSize - Variable in class com.java4less.rchart.GaugePlotter
Subgauge size .
summedLabels - Variable in class com.java4less.rchart.BarPlotter
if true labels will be the summed values of the bars
summedLabels - Variable in class com.java4less.rchart.BarPlotter3D
if true labels will be the summed values of the bars

T

TargetZone - class com.java4less.rchart.TargetZone.
Target zone in the chart's background.
TargetZone(double, double, int, int) - Constructor for class com.java4less.rchart.TargetZone
constructor
TELA - Static variable in class com.java4less.rchart.gc.ChartColor
 
text - Variable in class com.java4less.rchart.Title
text of the title.
textDistanceToCenter - Variable in class com.java4less.rchart.PieDataSerie
distance of the text to the center of the pie.
textureImage - Variable in class com.java4less.rchart.FillStyle
 
tickAtBase - Variable in class com.java4less.rchart.Axis
if true draws the first tick at scale.min.
tickLabelFormat - Variable in class com.java4less.rchart.RadarPlotter
format of the tick labels
tickLabelLength - Variable in class com.java4less.rchart.Axis
maximum number of characters per label.
tickLabels - Variable in class com.java4less.rchart.Axis
Labels display at big ticks.
tickPixels - Variable in class com.java4less.rchart.Axis
length of the line used to draw ticks.
ticks - Variable in class com.java4less.rchart.RadarPlotter
number of ticks in scale
ticks_preferred_Interval - Variable in class com.java4less.rchart.Axis
Only used if autoNumberOfTicks<>=0.
tips - Variable in class com.java4less.rchart.DataSerie
tips for the values of the series
title - Variable in class com.java4less.rchart.Legend
title of the legend
title - Variable in class com.java4less.rchart.AxisLabel
text of the label.
title - Variable in class com.java4less.rchart.Chart
title of the chart
Title - class com.java4less.rchart.Title.
The title will be displayed as text above the chart.
Title(String) - Constructor for class com.java4less.rchart.Title
Constructs a title with the specified text.
topMargin - Variable in class com.java4less.rchart.Chart
area reserved for the title.
toString() - Method in class com.java4less.rchart.FillStyle
convert Filling to its string value
TURQUOISE - Static variable in class com.java4less.rchart.gc.ChartColor
 
TYPE_B_SPLINES - Static variable in class com.java4less.rchart.LinePlotter
b-spline curve.
TYPE_CUBIC_NATURAL - Static variable in class com.java4less.rchart.LinePlotter
curve.
TYPE_LEAST_SQUARES_LINE - Static variable in class com.java4less.rchart.LinePlotter
create a line using the least squares method.
TYPE_LINE - Static variable in class com.java4less.rchart.LinePlotter
normal lines

U

UNIT_PERCENTAGE - Static variable in interface com.java4less.rchart.IConstants
percentage
UNIT_PIXELS - Static variable in interface com.java4less.rchart.IConstants
pixels
UNIT_USER - Static variable in interface com.java4less.rchart.IConstants
user units.
unitEnd - Variable in class com.java4less.rchart.AxisTargetZone
units of the target end position
unitEnd - Variable in class com.java4less.rchart.TargetZone
units of the target end position
unitStart - Variable in class com.java4less.rchart.AxisTargetZone
units of the target start position
unitStart - Variable in class com.java4less.rchart.TargetZone
units of the target start position

V

valueColor - Variable in class com.java4less.rchart.PieDataSerie
color of the font used to display the values/percentages.
valueColor - Variable in class com.java4less.rchart.LineDataSerie
color used to draw the values of the serie.
valueColor - Variable in class com.java4less.rchart.BarDataSerie
color used to display the values of the bars.
valueFont - Variable in class com.java4less.rchart.PieDataSerie
font used to display the values/percentages.
valueFont - Variable in class com.java4less.rchart.LineDataSerie
font used to draw the values of the serie.
valueFont - Variable in class com.java4less.rchart.BarDataSerie
Font used to display the values of the bars.
valueFormat - Variable in class com.java4less.rchart.DataSerie
format of the labels of the values.
VAxisLabel - class com.java4less.rchart.VAxisLabel.
A vertical label is an axis label that will be displayed along the vertical axis.
VAxisLabel(String, ChartColor, ChartFont) - Constructor for class com.java4less.rchart.VAxisLabel
creates the vertical label.
vertical - Variable in class com.java4less.rchart.TargetZone
vertical zone?
vertical - Variable in class com.java4less.rchart.AxisLabel
set the property to true if you want to paint vertical labels (see also Chart.tmpImage).
VERTICAL - Static variable in class com.java4less.rchart.Axis
Y axis
verticalBars - Variable in class com.java4less.rchart.BarPlotter
this fields indicates whether bars (horizontal) or columns (vertical) should be used.
verticalBars - Variable in class com.java4less.rchart.BarPlotter3D
this fields indicates whether bars (horizontal) or columns (vertical) should be used.
verticalLayout - Variable in class com.java4less.rchart.Legend
if false the items will be displayed from left to right.
VIOLET - Static variable in class com.java4less.rchart.gc.ChartColor
 
virtualHeight - Variable in class com.java4less.rchart.Chart
height of the chart (in pixels).
virtualWidth - Variable in class com.java4less.rchart.Chart
width of the chart (in pixels).
visibleHeight - Variable in class com.java4less.rchart.Plotter
 
visibleWidth - Variable in class com.java4less.rchart.Plotter
 
vstyle - Variable in class com.java4less.rchart.LineDataSerie
style of the vertical line from the point to the x axis,

W

WHITE - Static variable in class com.java4less.rchart.gc.ChartColor
 
width - Variable in class com.java4less.rchart.ChartComponent
this is the width coordinate of this component.
withScroll - Variable in class com.java4less.rchart.Chart
used by the chart viewers to enable scroll

X

x - Variable in class com.java4less.rchart.ChartComponent
this is the x coordinate of the left top corner of this component.
XAxis - Variable in class com.java4less.rchart.Chart
X axis of the chart
XLabel - Variable in class com.java4less.rchart.Chart
Label to be displayed along the X axis.
XScale - Variable in class com.java4less.rchart.Plotter
scale of the X Axis.
xscaleOnTop - Variable in class com.java4less.rchart.Axis
X Axis should be painted o the top of the chart instead of the bottom which is the default

Y

y - Variable in class com.java4less.rchart.ChartComponent
this is the y coordinate of the left top corner of this component.
Y2Axis - Variable in class com.java4less.rchart.Chart
second Y axis of the chart
Y2Label - Variable in class com.java4less.rchart.Chart
Label to be displayed along the second Y axis.
Y2Scale - Variable in class com.java4less.rchart.Plotter
scale of the second Y axis.
YAxis - Variable in class com.java4less.rchart.Chart
Y axis of the chart
YELLOW - Static variable in class com.java4less.rchart.gc.ChartColor
 
YELLOWGREEN - Static variable in class com.java4less.rchart.gc.ChartColor
 
YLabel - Variable in class com.java4less.rchart.Chart
Label to be displayed along the Y axis.
YScale - Variable in class com.java4less.rchart.Plotter
scale of the Y axis.

Z

zoomIncrement - Variable in class com.java4less.rchart.awt.ChartViewer
zoom increment in % for the +/- buttons.
zoomIncrement - Variable in class com.java4less.rchart.swt.ChartViewer
zoom increment in % for the +/- buttons.
zoomIncrement - Variable in class com.java4less.rchart.swing.JChartViewer
zoom increment in % for the +/- buttons.

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