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

A

actionPerformed(ActionEvent) - Method in class com.java4less.rchart.iChart
 
actionPerformed(ActionEvent) - Method in class com.java4less.rchart.JiChartBean
 
activateHtmlLinks - Variable in class com.java4less.rchart.chartLoader
to be used by applet, actuavte HTML links?
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.
add(RMatrix) - Method in class com.java4less.rchart.RMatrix
Return the matrix m = currentMatrix + m2
addBarsBase(double[]) - Method in class com.java4less.rchart.BarDataSerie
Adds one interval to the serie.
addData(Object, Object) - Method in class com.java4less.rchart.DataSerie
Adds 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.
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 extra plotter to the chart.
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.BarPlotter
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).
adjustmentValueChanged(AdjustmentEvent) - Method in class com.java4less.rchart.iChart
 
adjustmentValueChanged(AdjustmentEvent) - Method in class com.java4less.rchart.JiChartBean
 
allowZoom - Variable in class com.java4less.rchart.iChart
if TRUE the +/- zoom buttons will be made visible.
allowZoom - Variable in class com.java4less.rchart.JiChartBean
if TRUE the +/- zoom buttons will be made visible.
autoNumberOfTicks - Variable in class com.java4less.rchart.Axis
Defautl is 0.
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.
The axis is made of:


The line.
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.
Axislabel are texts that are displayed along the Axis.
AxisLabel(String, Color, Font) - 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
 

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
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 must 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.
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.BarPlotter3D
start bars at this position
barsBase - Variable in class com.java4less.rchart.BarPlotter
start bars at this position
barStyles - Variable in class com.java4less.rchart.BarDataSerie
 
barWidth - Variable in class com.java4less.rchart.BarPlotter3D
Width of the bar.
barWidth - Variable in class com.java4less.rchart.BarPlotter
Width of the bar.
base - Variable in class com.java4less.rchart.logScale
Base of the logarithm for the scale.
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.
border - Variable in class com.java4less.rchart.Legend
border of the legend.
border - Variable in class com.java4less.rchart.PiePlotter
style of the 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.LinePlotter3D
style of the lines' border.
border - Variable in class com.java4less.rchart.Chart
border of the chart.
border - Variable in class com.java4less.rchart.GaugePlotter
style of the border
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.
bottomMargin - Variable in class com.java4less.rchart.Chart
area reserved for the x axis.
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.
buildChart() - Method in class com.java4less.rchart.JChartBean
build chart from parameters

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
 
CEROAXIS_NO - Static variable in class com.java4less.rchart.Axis
 
CEROAXIS_SCALE - Static variable in class com.java4less.rchart.Axis
 
ceroAxisStyle - Variable in class com.java4less.rchart.Axis
style of the cero axis.
chart - Variable in class com.java4less.rchart.iChart
 
Chart - class com.java4less.rchart.Chart.
Main class of RChart, it links everythings together; axis, plotter, legend, title...
Chart(Title, Plotter, Axis, Axis) - Constructor for class com.java4less.rchart.Chart
creates a chart for the specified components.
ChartApplet - class com.java4less.rchart.ChartApplet.
 
ChartApplet() - Constructor for class com.java4less.rchart.ChartApplet
 
chartBean - Variable in class com.java4less.rchart.JiChartBean
 
ChartComponent - class com.java4less.rchart.ChartComponent.
A chart component is something that must be drawn on the chart area and it has a position and a size.
ChartComponent() - Constructor for class com.java4less.rchart.ChartComponent
 
ChartListener - interface com.java4less.rchart.ChartListener.
This interface will allow you to perform actions when the chart is painted.
chartLoader - class com.java4less.rchart.chartLoader.
This class is used to load the chart parameters and create a chart.
chartLoader(Applet) - Constructor for class com.java4less.rchart.chartLoader
to be used by the applet
chartLoader(Component) - Constructor for class com.java4less.rchart.chartLoader
to be used by java application or servlet
clearParams() - Method in class com.java4less.rchart.chartLoader
clear parameters
color - Variable in class com.java4less.rchart.AxisLabel
color of the text.
color - Variable in class com.java4less.rchart.Legend
 
color - Variable in class com.java4less.rchart.Title
color used for the title
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. example: chart.back.colorUntil=java.awt.Color.red; chart.back.colorFrom=java.awt.Color.white; chart.back.gradientType=FillStyle.GRADIENT_HORIZONTAL;
com.java4less.rchart - package com.java4less.rchart
 
componentHidden(ComponentEvent) - Method in class com.java4less.rchart.iChart
 
componentHidden(ComponentEvent) - Method in class com.java4less.rchart.JiChartBean
 
componentMoved(ComponentEvent) - Method in class com.java4less.rchart.iChart
 
componentMoved(ComponentEvent) - Method in class com.java4less.rchart.JiChartBean
 
componentResized(ComponentEvent) - Method in class com.java4less.rchart.iChart
 
componentResized(ComponentEvent) - Method in class com.java4less.rchart.JiChartBean
 
componentShown(ComponentEvent) - Method in class com.java4less.rchart.iChart
 
componentShown(ComponentEvent) - Method in class com.java4less.rchart.JiChartBean
 
convertColor(String) - Static method in class com.java4less.rchart.chartLoader
convert a string to a color
convertFillStyle(String) - Static method in class com.java4less.rchart.chartLoader
convert an applet parameter to a FillStyle
convertFont(String) - Static method in class com.java4less.rchart.chartLoader
convert an applet parameter to a Font
convertLineStyle(String) - Method in class com.java4less.rchart.chartLoader
 
convertList(String) - Static method in class com.java4less.rchart.chartLoader
split string into a list of items using | as separator
convertList(String, String) - Static method in class com.java4less.rchart.chartLoader
split string into a list of items
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.
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.
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.iChart
 
currentZoom - Variable in class com.java4less.rchart.JiChartBean
 
CurvePlotter - class com.java4less.rchart.CurvePlotter.
This is the plotter used to draw curves.
CurvePlotter() - Constructor for class com.java4less.rchart.CurvePlotter
 

D

d - Static variable in class com.java4less.rchart.iChart
 
d() - Static method in class com.java4less.rchart.Chart
 
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
 
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
 
dateLabelFormat - Variable in class com.java4less.rchart.Axis
date format for date labels (only if initialDate!
dateStep - Variable in class com.java4less.rchart.Axis
date step for ticks (only if initialDate!
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.
destroy() - Method in class com.java4less.rchart.ChartApplet
 
dnum - Static variable in class com.java4less.rchart.Chart
 
doubleBuffering - Variable in class com.java4less.rchart.Chart
 
doubleToString(Double) - Method in class com.java4less.rchart.DataSerie
 
draw(Graphics) - Method in class com.java4less.rchart.AxisLabel
instructs the label to draw itself at the position specified by the ChartComponent fiels (x,y,width,height).
draw(Graphics) - 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(Graphics) - Method in class com.java4less.rchart.Legend
 
draw(Graphics) - Method in class com.java4less.rchart.HAxisLabel
instructs the label to draw itself at the position specified by the ChartComponent fiels (x,y,width,height).
draw(Graphics) - Method in class com.java4less.rchart.Title
draws the title.
draw(Graphics, Axis, boolean) - Method in class com.java4less.rchart.Axis
draws the axis.
draw(Graphics, int, int, int, int) - Method in class com.java4less.rchart.FillStyle
fills a rectangle.
draw(Graphics, int, int, int, int) - Method in class com.java4less.rchart.LineStyle
draws a line between two points.
drawArc(Graphics, int, int, int, int, int, int) - Method in class com.java4less.rchart.FillStyle
fills an arc.
drawArc(Graphics, int, int, int, int, int, int) - Method in class com.java4less.rchart.LineStyle
 
drawBackground(Graphics, Axis) - Method in class com.java4less.rchart.Axis
 
drawCircle - Variable in class com.java4less.rchart.RadarPlotter
if true a circle will be painted around the radarchart
drawForeground(Graphics, Axis) - Method in class com.java4less.rchart.Axis
 
drawHorizontal(Graphics) - Method in class com.java4less.rchart.Legend
 
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(Graphics, int, int, int, int) - Method in class com.java4less.rchart.LineStyle
 
drawOpenPolygon(Graphics, 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(Graphics, int[], int[], int) - Method in class com.java4less.rchart.FillStyle
 
drawPolygon(Graphics, int[], int[], int) - Method in class com.java4less.rchart.LineStyle
draws a polygon.
drawRadius - Variable in class com.java4less.rchart.PiePlotter
if true the radius lines will be displayed.
drawRect(Graphics, int, int, int, int) - Method in class com.java4less.rchart.LineStyle
 
drawSimpleLine(Graphics, int, int, int, int) - Method in class com.java4less.rchart.LineStyle
 
drawVertical(Graphics) - Method in class com.java4less.rchart.Legend
 
drawVerticalText(Graphics, Font, Color, String, int, int, boolean) - Static method in class com.java4less.rchart.Chart
 

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).
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

faktorColor - Variable in class com.java4less.rchart.RadarPlotter
color used to paint the factors
faktorFont - Variable in class com.java4less.rchart.RadarPlotter
font used to paint the factors
faktorMaxs - Variable in class com.java4less.rchart.RadarPlotter
maximum values ofd the factors.
faktorMins - Variable in class com.java4less.rchart.RadarPlotter
minimum vaues of the factors.
faktorNames - Variable in class com.java4less.rchart.RadarPlotter
names of the factors
fillBubble - Variable in class com.java4less.rchart.MaxMinDataSerie
if true the bubbles will be solid.
fillPatern - Variable in class com.java4less.rchart.FillStyle
TexturePaint (jdk 1.2) object used as pattern for the filling.
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(Color) - Constructor for class com.java4less.rchart.FillStyle
Creates a fill style for the color c.
fixedLimits - Variable in class com.java4less.rchart.LinePlotter3D
clip lines using maximum and minimum values if the scale?
fixedLimits - Variable in class com.java4less.rchart.LinePlotter
clip lines using maximum and minimum values if the scale?
font - Variable in class com.java4less.rchart.AxisLabel
font of the text.
font - Variable in class com.java4less.rchart.Legend
 
font - Variable in class com.java4less.rchart.Title
font used for the title
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
getAppletInfo() - Method in class com.java4less.rchart.ChartApplet
 
getBooleanParam(String, boolean) - Method in class com.java4less.rchart.chartLoader
get boolean parameter
getChart() - Method in class com.java4less.rchart.JChartBean
returns chart class
getChartLoader() - Method in class com.java4less.rchart.JChartBean
returns chartLoader
getColor() - Method in class com.java4less.rchart.FillStyle
 
getColor() - Method in class com.java4less.rchart.LineStyle
returns the color of the line.
getCombinable() - Method in class com.java4less.rchart.Plotter
can this type of plotter be combined with others
getDataFile() - Method in class com.java4less.rchart.JChartBean
chart definition file
getDataFile() - Method in class com.java4less.rchart.JiChartBean
chart definition file
getDateParam(String, String) - Method in class com.java4less.rchart.chartLoader
get date parameter
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.
getHTMLImageMap(String) - Method in class com.java4less.rchart.chartLoader
get HTML image map code
getIncrementZoom(int) - Method in class com.java4less.rchart.JiChartBean
get zoom increment
getIntParam(String, Integer) - Method in class com.java4less.rchart.chartLoader
get integer parameter
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
getLoaderParameter(String) - Method in class com.java4less.rchart.ChartApplet
 
getMaxZoom(int) - Method in class com.java4less.rchart.JiChartBean
get maximum zoom
getMinimumSize() - Method in class com.java4less.rchart.iChart.southPanel
 
getMinimumSize() - Method in class com.java4less.rchart.JiChartBean.southPanel
 
getMinZoom(int) - Method in class com.java4less.rchart.JiChartBean
get minimum zoom
getName() - Method in class com.java4less.rchart.JChartBean
 
getName() - Method in class com.java4less.rchart.JiChartBean
 
getNeedsAxis() - Method in class com.java4less.rchart.Plotter
number of axis required (1 for X, 2 for X and Y)
getParameter(String, String) - Method in class com.java4less.rchart.chartLoader
Get a string parameter value
getParameterInfo() - Method in class com.java4less.rchart.ChartApplet
 
getPreferredSize() - Method in class com.java4less.rchart.JChartBean
preferred size
getPreferredSize() - Method in class com.java4less.rchart.iChart.southPanel
 
getPreferredSize() - Method in class com.java4less.rchart.JiChartBean
preferred size
getPreferredSize() - Method in class com.java4less.rchart.JiChartBean.southPanel
 
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.
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
 
getValue(int, int) - Method in class com.java4less.rchart.RMatrix
get value
getVirtualHeight() - Method in class com.java4less.rchart.JiChartBean
chart size
getVirtualWidth() - Method in class com.java4less.rchart.JiChartBean
chart size
getWidth() - Method in class com.java4less.rchart.LineStyle
returns the width of the line.
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
 
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.

H

HAxisLabel - class com.java4less.rchart.HAxisLabel.

A horizontal label is an axis label that will be draw along the horizontal axis.
HAxisLabel(String, Color, Font) - 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.
HORIZONTAL - Static variable in class com.java4less.rchart.Axis
 
hotAreas - Variable in class com.java4less.rchart.DataSerie
Internal.
htmlLinks - Variable in class com.java4less.rchart.chartLoader
loaded html links, to be used by applet
htmlLinkTarget - Variable in class com.java4less.rchart.chartLoader
to be used by applet, tager of the HTML links

I

iChart - class com.java4less.rchart.iChart.

You must use this class if you want to activate the scroll and zoom features in your charts.
iChart.iButton - class com.java4less.rchart.iChart.iButton.
 
iChart.iButton(iChart, int[]) - Constructor for class com.java4less.rchart.iChart.iButton
 
iChart.southPanel - class com.java4less.rchart.iChart.southPanel.
 
iChart.southPanel(iChart, int) - Constructor for class com.java4less.rchart.iChart.southPanel
 
iChart(Chart, boolean) - Constructor for class com.java4less.rchart.iChart
create an interactive chart with the chart c.
icon - Variable in class com.java4less.rchart.LineDataSerie
image used to draw the point of the serie.
init() - Method in class com.java4less.rchart.ChartApplet
 
init() - Method in class com.java4less.rchart.iChart
you must call this method after the doLayout() method of the container where you put iChart.
init() - Method in class com.java4less.rchart.JiChartBean
you must call this method after the doLayout() method of the container where you put iChart.
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.
IntegerScale - Variable in class com.java4less.rchart.Axis
if true, the labels will be shown as integer values.
interactive - Variable in class com.java4less.rchart.chartLoader
iChart class being used?
interBarSpace - Variable in class com.java4less.rchart.BarPlotter3D
space between two bars (pixels).
interBarSpace - Variable in class com.java4less.rchart.BarPlotter
space between two bars (pixels).
InterGroupSpace - Variable in class com.java4less.rchart.BarPlotter3D
space between two groups of bars (pixels).
InterGroupSpace - Variable in class com.java4less.rchart.BarPlotter
space between two groups of bars (pixels).
interLineSpace - Variable in class com.java4less.rchart.LinePlotter3D
pixels between two 3D lines (ribbons).
invert() - Method in class com.java4less.rchart.RMatrix
 

J

JChartBean - class com.java4less.rchart.JChartBean.
Chart Bean, to be used in swing applications.
JChartBean() - Constructor for class com.java4less.rchart.JChartBean
constructor
JiChartBean - class com.java4less.rchart.JiChartBean.

You must use this class if you want to use RChart with zoom and scroll in a Swing application since JiChartBean is a subclass of JPanel.
JiChartBean.southPanel - class com.java4less.rchart.JiChartBean.southPanel.
 
JiChartBean.southPanel(JiChartBean, int) - Constructor for class com.java4less.rchart.JiChartBean.southPanel
 
JiChartBean() - Constructor for class com.java4less.rchart.JiChartBean
 
JiChartBean(JChartBean, boolean) - Constructor for class com.java4less.rchart.JiChartBean
create an interactive chart with the chart c.

L

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
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 - 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
 
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.
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, Color, int) - Constructor for class com.java4less.rchart.LineStyle
Creates a line style with the given width, color and style(line, dashed...).
lineType - Variable in class com.java4less.rchart.LineDataSerie
select line type.
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.
loadFromFile(String, String) - Method in class com.java4less.rchart.ChartApplet
 
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

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.iChart
maximum zoom in %.
maxZoom - Variable in class com.java4less.rchart.JiChartBean
maximum zoom in %.
min - Variable in class com.java4less.rchart.Scale
minimum value of the scale.
minusZoom - Variable in class com.java4less.rchart.iChart
 
minusZoom - Variable in class com.java4less.rchart.JiChartBean
 
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.iChart
minimum zoom in %.
minZoom - Variable in class com.java4less.rchart.JiChartBean
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
mouseClicked(MouseEvent) - Method in class com.java4less.rchart.ChartApplet
 
mouseDragged(MouseEvent) - Method in class com.java4less.rchart.JChartBean
 
mouseDragged(MouseEvent) - Method in class com.java4less.rchart.ChartApplet
 
mouseDragged(MouseEvent) - Method in class com.java4less.rchart.Chart
 
mouseEntered(MouseEvent) - Method in class com.java4less.rchart.JChartBean
 
mouseEntered(MouseEvent) - Method in class com.java4less.rchart.ChartApplet
 
mouseEntered(MouseEvent) - Method in class com.java4less.rchart.Chart
 
mouseExited(MouseEvent) - Method in class com.java4less.rchart.JChartBean
 
mouseExited(MouseEvent) - Method in class com.java4less.rchart.ChartApplet
 
mouseExited(MouseEvent) - Method in class com.java4less.rchart.Chart
 
mouseMoved(MouseEvent) - Method in class com.java4less.rchart.JChartBean
mouse motion listener
mouseMoved(MouseEvent) - Method in class com.java4less.rchart.ChartApplet
 
mouseMoved(MouseEvent) - Method in class com.java4less.rchart.Chart
 
mousePressed(MouseEvent) - Method in class com.java4less.rchart.ChartApplet
 
mouseReleased(MouseEvent) - Method in class com.java4less.rchart.ChartApplet
 
msecs - Variable in class com.java4less.rchart.ChartApplet
 
mult(double) - Method in class com.java4less.rchart.RMatrix
Multiply this matrix by the specified value.
mult(RMatrix) - Method in class com.java4less.rchart.RMatrix
Multiply this Matrix by m2 matrix

N

name - Variable in class com.java4less.rchart.DataSerie
name of the serie
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
 

O

offset - Variable in class com.java4less.rchart.Axis
internal use
offsetX - Variable in class com.java4less.rchart.Chart
 
offsetY - Variable in class com.java4less.rchart.Chart
 
openCloseWidth - Variable in class com.java4less.rchart.MaxMinDataSerie
 
orientation - Variable in class com.java4less.rchart.Axis
orientation of the axis.

P

paint(Graphics) - Method in class com.java4less.rchart.JChartBean
paints chart
paint(Graphics) - Method in class com.java4less.rchart.ChartApplet
 
paint(Graphics) - Method in class com.java4less.rchart.iChart.iButton
 
paint(Graphics) - Method in class com.java4less.rchart.Chart
 
paintDirect - Variable in class com.java4less.rchart.chartLoader
activate double buffering
paintUserExit(Chart, Graphics) - Method in class com.java4less.rchart.ChartApplet
 
paintUserExit(Chart, Graphics) - Method in interface com.java4less.rchart.ChartListener
this method is called after the chart is painted
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
plot - Variable in class com.java4less.rchart.Axis
internal use.
plot(Graphics) - Method in class com.java4less.rchart.Plotter
plots the series.
plotBackground(Graphics, 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
 
plusZoom - Variable in class com.java4less.rchart.iChart
 
plusZoom - Variable in class com.java4less.rchart.JiChartBean
 
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.
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.
pSeries - Variable in class com.java4less.rchart.chartLoader
loaded series
pSeriesNames - Variable in class com.java4less.rchart.chartLoader
names of loaded series

R

RadarPlotter - class com.java4less.rchart.RadarPlotter.
Class used to plat 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.PiePlotter
modifies the size of the pie.
radiusModifier - Variable in class com.java4less.rchart.GaugePlotter
modifies the size of the gauge.
realPosition - Variable in class com.java4less.rchart.Axis
internal use
rebuild(String, String) - Method in class com.java4less.rchart.ChartApplet
 
reloadFrom - Variable in class com.java4less.rchart.ChartApplet
 
removePlotters() - Method in class com.java4less.rchart.Chart
removes all plotters
repaintAll - Variable in class com.java4less.rchart.Chart
 
repaintAlways - Variable in class com.java4less.rchart.Chart
 
replaceSerie(int, DataSerie) - Method in class com.java4less.rchart.Plotter
replace a serie of values to be plotted.
resetChart(Title, Plotter, Axis, Axis) - Method in class com.java4less.rchart.Chart
change title, plotter and axos
reverse - Variable in class com.java4less.rchart.Scale
internal use.
rightAxis - Variable in class com.java4less.rchart.Axis
 
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
RMatrix - class com.java4less.rchart.RMatrix.
This is a matrix class.
RMatrix(double[][]) - Constructor for class com.java4less.rchart.RMatrix
constructor
RMatrix(int[][]) - Constructor for class com.java4less.rchart.RMatrix
constructor, using int[][]
RMatrix(int, int) - Constructor for class com.java4less.rchart.RMatrix
constructor
rotate(Image, int, int, int, Color) - Static method in class com.java4less.rchart.Chart
 

S

saveToFile(String, String) - Method in class com.java4less.rchart.JChartBean
Saves the current chart to a graphic file (gif , png or jpeg).
saveToFile(String, String) - Method in class com.java4less.rchart.Chart
Saves the current chart to a graphics file (gif , png or jpeg).
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.
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
 
segments - Variable in class com.java4less.rchart.CurvePlotter
number of segments used to draw a curve between 2 points
selectedSerie - Variable in class com.java4less.rchart.Chart
returns name of the serie the cursor is on (points, bars or pie item).
selectedSeriePoint - Variable in class com.java4less.rchart.Chart
returns which point/bar/item of the serie the cursor is on or -1.
setBounds(int, int, int, int) - Method in class com.java4less.rchart.Chart
 
setChart(Chart) - Method in class com.java4less.rchart.JChartBean
sets Chart class
setChartListener(ChartListener) - Method in class com.java4less.rchart.Chart
 
setChartSize(int, int) - Method in class com.java4less.rchart.JChartBean
set chart Size
setColor(Color) - Method in class com.java4less.rchart.LineStyle
sets the color of the line.
setDataFile(String) - Method in class com.java4less.rchart.JChartBean
set chart definition file and load it automatically
setDataFile(String) - Method in class com.java4less.rchart.JiChartBean
set chart definition file and load it automatically
setDataFile(String) - Method in class com.java4less.rchart.chartLoader
set data file
setDatax(double[]) - Method in class com.java4less.rchart.DataSerie
 
setIncrementZoom(int) - Method in class com.java4less.rchart.JiChartBean
set zoom increment
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.
setMaxZoom(int) - Method in class com.java4less.rchart.JiChartBean
set maximum zoom
setMinZoom(int) - Method in class com.java4less.rchart.JiChartBean
set minimum zoom
setParameter(String, String) - Method in class com.java4less.rchart.JChartBean
set parameter
setParameter(String, String) - Method in class com.java4less.rchart.ChartApplet
 
setParameter(String, String) - Method in class com.java4less.rchart.JiChartBean
set parameter
setParameter(String, String) - Method in class com.java4less.rchart.chartLoader
 
setSerie(int, DataSerie) - Method in class com.java4less.rchart.Plotter
set serie.
setSize(Dimension) - Method in class com.java4less.rchart.Chart
 
setSize(int, int) - Method in class com.java4less.rchart.Chart
 
setType(int) - Method in class com.java4less.rchart.LineStyle
sets the style of the line.
setValue(int, int, double) - Method in class com.java4less.rchart.RMatrix
set value
setVirtualHeight(int) - Method in class com.java4less.rchart.JiChartBean
chart size
setVirtualWidth(int) - Method in class com.java4less.rchart.JiChartBean
chart size
setWidth(float) - Method in class com.java4less.rchart.LineStyle
sets the width of the line.
setY2Scale(Axis) - Method in class com.java4less.rchart.Chart
Sets the second Y axis of the chart.
showPosition - Variable in class com.java4less.rchart.chartLoader
to be used by applet, show position of cursor?
showTips - Variable in class com.java4less.rchart.chartLoader
to be used by applet , show tips?
space - Variable in class com.java4less.rchart.PiePlotter
pixels of distance for detached items.
start() - Method in class com.java4less.rchart.ChartApplet
 
startAngle - Variable in class com.java4less.rchart.GaugePlotter
start angle of the gauge (default is -20).
startWithBigTick - Variable in class com.java4less.rchart.Axis
if "true" the first tick in the axis will be a big ticks (with label).
stop() - Method in class com.java4less.rchart.ChartApplet
 
style - Variable in class com.java4less.rchart.LineDataSerie
style of the line for this serie.
style - Variable in class com.java4less.rchart.BarDataSerie
Fill styled used to fill the bar.
style - Variable in class com.java4less.rchart.Axis
Style of the axis.
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.BarPlotter3D
if true labels will be the summed values of the bars
summedLabels - Variable in class com.java4less.rchart.BarPlotter
if true labels will be the summed values of the bars

T

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.
tickAtBase - Variable in class com.java4less.rchart.Axis
if true draws the first tick at scale.min.
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
tick lenght, in pixels
ticks_preferred_Interval - Variable in class com.java4less.rchart.Axis
Only used if autoNumberOfTicks<>=0.
tips - Variable in class com.java4less.rchart.chartLoader
loaded tips, to be used by applet
title - Variable in class com.java4less.rchart.AxisLabel
text of the label.
title - Variable in class com.java4less.rchart.Legend
title of the legend
title - Variable in class com.java4less.rchart.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.
tmpImage - Static variable in class com.java4less.rchart.Chart
You must set this property if you want to draw vertical labels.
topMargin - Variable in class com.java4less.rchart.Chart
area reserved for the title.
transpose() - Method in class com.java4less.rchart.RMatrix
transpose this matrix
triggerJavaScript - Variable in class com.java4less.rchart.chartLoader
to be used by applet, trigger JS onRChart?
triggerJS - Variable in class com.java4less.rchart.ChartApplet
 
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

update(Graphics) - Method in class com.java4less.rchart.ChartApplet
 

V

valueColor - Variable in class com.java4less.rchart.LineDataSerie
color used to draw the values of the serie.
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.BarDataSerie
color used to display the values of the bars.
valueFont - Variable in class com.java4less.rchart.LineDataSerie
font used to draw the values of the serie.
valueFont - Variable in class com.java4less.rchart.PieDataSerie
font used to display the values/percentages.
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, Color, Font) - Constructor for class com.java4less.rchart.VAxisLabel
creates the vertical label.
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
 
verticalBars - Variable in class com.java4less.rchart.BarPlotter3D
this fields indicates whether bars (horizontal) or columns (vertical) should be used.
verticalBars - Variable in class com.java4less.rchart.BarPlotter
this fields indicates whether bars (horizontal) or columns (vertical) should be used.
verticalLabels - Variable in class com.java4less.rchart.Axis
if true, the labels will be painted as vertical text (you must also set the property Chart.tmpImage).
verticalLayout - Variable in class com.java4less.rchart.Legend
if false the items will be displayed from left to right.
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).
visibleComponent - Variable in class com.java4less.rchart.Chart
intenal use
visibleHeight - Variable in class com.java4less.rchart.Plotter
 
visibleSize - Variable in class com.java4less.rchart.Axis
internal use
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

width - Variable in class com.java4less.rchart.ChartComponent
this is the width coordinate of this component.
withScroll - Variable in class com.java4less.rchart.Chart
 

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
 
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.

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
 
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
 
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

zoom - Variable in class com.java4less.rchart.iChart
 
zoom - Variable in class com.java4less.rchart.JiChartBean
 
zoomIncrement - Variable in class com.java4less.rchart.iChart
zoom increment in % for the +/- buttons.
zoomIncrement - Variable in class com.java4less.rchart.JiChartBean
zoom increment in % for the +/- buttons.
zoomPanel - Variable in class com.java4less.rchart.iChart
 
zoomPanel - Variable in class com.java4less.rchart.JiChartBean
 

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