Serialized Form


Package com.java4less.rchart

Class com.java4less.rchart.Chart implements Serializable

Serialized Fields

activateSelection

boolean activateSelection
if true the selectedSerie and selectedSeriePoint will get a value of the point, bar or item the cursor is on. Default is false.

currentX

int currentX
position of the cursor. Is 0 if the curso is not over the chart.

currentY

int currentY
position of the cursor. Is 0 if the curso is not over the chart.

currentValueX

double currentValueX
position of the cursor. This is the value according to the scale X.

currentValueY

double currentValueY
position of the cursor. This is the value according to the scale y.

currentValueY2

double currentValueY2
position of the cursor. This is the value according to the second scale Y.

YLabel

VAxisLabel YLabel
Label to be displayed along the Y axis.

Y2Label

VAxisLabel Y2Label
Label to be displayed along the second Y axis.

XLabel

HAxisLabel XLabel
Label to be displayed along the X axis.

legend

Legend legend

XAxis

Axis XAxis

YAxis

Axis YAxis

Y2Axis

Axis Y2Axis

title

Title title

bottomMargin

double bottomMargin
area reserved for the x axis. The default is 0.125 (12.5%).

topMargin

double topMargin
area reserved for the title. The default is 0.125 (12.5%).

secondYAxisMargin

double secondYAxisMargin

leftMargin

double leftMargin
area reserved for the y axis. The default is 0.125 (12.5%).

rightMargin

double rightMargin
empty area to the right side of the chrta if the legend is on the top or the bottom

legendMargin

double legendMargin
area reserved for the legend. The default is 0.2 (20%).

axisMargin

double axisMargin

autoSize

boolean autoSize
if true (default) the position and size of the components will be calculated automatically. If not you must assign a value to the fields x,y,width and height of ChartComponent.

Plotters

Plotter[] Plotters

PlottersCount

int PlottersCount

layout

int layout
position of the legend in the chart. Valid values are LAYOUT_LEGEND_TOP,LAYOUT_LEGEND_BOTTOM and LAYOUT_LEGEND_RIGHT (default).

back

FillStyle back
background of the chart.

border

LineStyle border
border of the chart.

offsetX

int offsetX

offsetY

int offsetY

lastWidth

int lastWidth

lastHeight

int lastHeight

selectedSerie

java.lang.String selectedSerie
returns name of the serie the cursor is on (points, bars or pie item).

selectedSeriePoint

int selectedSeriePoint
returns which point/bar/item of the serie the cursor is on or -1.

backImage

java.awt.Image backImage

chartImage

java.awt.Image chartImage

finalImage

java.awt.Image finalImage

backTmpImage

java.awt.Image backTmpImage

doubleBuffering

boolean doubleBuffering

virtualWidth

int virtualWidth
width of the chart (in pixels). The horizontal scroll bar will be activated if the chart is wider than the available space. (only interactive version)

virtualHeight

int virtualHeight
height of the chart (in pixels). The vertical scroll bar will be activated if the chart is higher than the available space. (only interactive version)

originalVirtualWidth

int originalVirtualWidth

originalVirtualHeight

int originalVirtualHeight

withScroll

boolean withScroll

repaintAll

boolean repaintAll

repaintAlways

boolean repaintAlways

chartListener

ChartListener chartListener

fullXAxis

boolean fullXAxis

visibleComponent

java.awt.Component visibleComponent
intenal use

Class com.java4less.rchart.ChartApplet implements Serializable

Serialized Fields

loader

chartLoader loader

stopped

boolean stopped

tmpImage

java.awt.Image tmpImage

lastWidth

int lastWidth

lastHeight

int lastHeight

handCursor

java.awt.Cursor handCursor

pointerCursor

java.awt.Cursor pointerCursor

msecs

long msecs

reloadFrom

java.lang.String reloadFrom

triggerJS

boolean triggerJS

deamon

com.java4less.rchart.ChartApplet.chartD deamon

cursorLastX

int cursorLastX

cursorLastY

int cursorLastY

lastSelectedPoint

int lastSelectedPoint

lastSelectedSerie

java.lang.String lastSelectedSerie

Class com.java4less.rchart.iChart implements Serializable

Serialized Fields

scH

java.awt.Scrollbar scH

scV

java.awt.Scrollbar scV

chart

Chart chart

allowZoom

boolean allowZoom
if TRUE the +/- zoom buttons will be made visible.

maxZoom

int maxZoom
maximum zoom in %. The default is 300.

minZoom

int minZoom
minimum zoom in %. The default is 50.

currentZoom

int currentZoom

zoomIncrement

int zoomIncrement
zoom increment in % for the +/- buttons. The default is 25.

cursorWait

java.awt.Cursor cursorWait

cursorDefault

java.awt.Cursor cursorDefault

originalHeight

int originalHeight

originalWidth

int originalWidth

imageP

int[] imageP

imageM

int[] imageM

plusZoom

iChart.iButton plusZoom

minusZoom

iChart.iButton minusZoom

zoom

java.awt.Label zoom

zoomPanel

iChart.southPanel zoomPanel

lastWidth

int lastWidth

lastHeight

int lastHeight

Class com.java4less.rchart.iChart.iButton implements Serializable

Serialized Fields

this$0

iChart this$0

i

java.awt.Image i

Class com.java4less.rchart.iChart.southPanel implements Serializable

Serialized Fields

this$0

iChart this$0

minHeight

int minHeight

Class com.java4less.rchart.JChartBean implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException
serializable interface, Bean persistence

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
serializable interface, Bean persistence
Serialized Fields

chart

Chart chart

dataFile

java.lang.String dataFile

loader

chartLoader loader

Class com.java4less.rchart.JiChartBean implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException
serializable interface, Bean persistence

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
serializable interface, Bean persistence
Serialized Fields

scH

javax.swing.JScrollBar scH

scV

javax.swing.JScrollBar scV

chartBean

JChartBean chartBean

allowZoom

boolean allowZoom
if TRUE the +/- zoom buttons will be made visible.

maxZoom

int maxZoom
maximum zoom in %. The default is 300.

minZoom

int minZoom
minimum zoom in %. The default is 50.

currentZoom

int currentZoom

zoomIncrement

int zoomIncrement
zoom increment in % for the +/- buttons. The default is 25.

originalHeight

int originalHeight

originalWidth

int originalWidth

virtualHeight

int virtualHeight

virtualWidth

int virtualWidth

plusZoom

javax.swing.JButton plusZoom

minusZoom

javax.swing.JButton minusZoom

zoom

javax.swing.JLabel zoom

zoomPanel

JiChartBean.southPanel zoomPanel

lastWidth

int lastWidth

lastHeight

int lastHeight

Class com.java4less.rchart.JiChartBean.southPanel implements Serializable

Serialized Fields

this$0

JiChartBean this$0

minHeight

int minHeight