A B C E G I K M N P R S T U

A

addSegment(int, int, int) - Method in class khartzToolz.Khartz3DPie
 

B

BarSegment - class khartzToolz.BarSegment.
The basic class for creating a bar chart segment
BarSegment(KhartzChart, int, double, String, Rectangle, Color) - Constructor for class khartzToolz.BarSegment
Standard constructor for a bar chart segment
barSegments - Variable in class khartzToolz.KhartzElectionBar
 

C

calcBarHeight(double, double) - Method in class khartzToolz.KhartzElectionBar
Calculates the height of a bar segment in pixels.
calcBarLayout() - Method in class khartzToolz.KhartzElectionBar
Calculates barSpacing between bar segments, the barWidth of each bar and the barHeightConverter based on the array of values that have been passed.
calcClickArea() - Method in class khartzToolz.BarSegment
 
calcIncrement() - Method in class khartzToolz.KhartzElectionBar
Calculates the value of xTickIncrement - the spacing of tick marks on the y axis of the chart
collectColors(String) - Method in class khartzApplet.KhartzApplet
Used to collect the colours from the parameters passed to the applet
compareTo(Object) - Method in class khartzToolz.BarSegment
 
contains(Point) - Method in class khartzToolz.KhartzElectionBar
 
contains(Point) - Method in class khartzToolz.BarSegment
 
contains(Point) - Method in interface khartzToolz.KhartzChart
Scans the available segments within the chart in sequence, to see if the Point p is contained within the area of one of those segments.
createSegments() - Method in class khartzToolz.KhartzElectionBar
Creates the array of individual bar segments.

E

ELECTION_BAR_CHART - Static variable in class khartzToolz.KhartzFactory
 
equals(ChartSegment) - Method in class khartzToolz.BarSegment
 

G

getAppletInfo() - Method in class khartzApplet.KhartzApplet
Get Applet information
getAxisMinValue() - Method in class khartzToolz.KhartzElectionBar
Calculates the minimum value that should be displayed at the bottom of the x axis scale on the left hand side of the chart.
getBarArea() - Method in class khartzToolz.BarSegment
Access method for the barArea property.
getBarHeightConverter() - Method in class khartzToolz.KhartzElectionBar
Access method for the barHeightConverter property.
getBarSpacing() - Method in class khartzToolz.KhartzElectionBar
Access method for the barSpacing property.
getBarWidth() - Method in class khartzToolz.KhartzElectionBar
Access method for the barWidth property.
getBottomMargin() - Method in class khartzToolz.KhartzBaseChart
Access method for the bottomMargin property.
getChartMargin() - Method in class khartzToolz.KhartzBaseChart
Access method for the chartMargin property.
getChartSize() - Method in class khartzToolz.KhartzBaseChart
Access method for the chartSize property.
getChartSize() - Method in interface khartzToolz.KhartzChart
 
getChartTitle() - Method in class khartzToolz.KhartzBaseChart
Access method for the chartTitle property.
getColorArray() - Method in class khartzApplet.KhartzApplet
Access method for the colorArray property.
getColorArray() - Method in class khartzToolz.KhartzBaseChart
Access method for the colorArray property.
getFont() - Method in class khartzToolz.KhartzElectionBar
 
getFont() - Method in interface khartzToolz.KhartzChart
Returns the current chart font
getLabel(int) - Method in class khartzToolz.KhartzBaseChart
Returns the label at index i
getLabel(int) - Method in class khartzToolz.KhartzElectionBar
 
getLabel(int) - Method in interface khartzToolz.KhartzChart
Fetches a text label from the the array of labels held by the chart
getLabels() - Method in class khartzToolz.KhartzBaseChart
Access method for the labels property.
getLeftMargin() - Method in class khartzToolz.KhartzBaseChart
Access method for the leftMargin property.
getMaxValue() - Method in class khartzToolz.KhartzBaseChart
Returns the max value for the array of values that the chart holds
getMinValue() - Method in class khartzToolz.KhartzBaseChart
Returns the lowest from the array of chart values.
getParameterInfo() - Method in class khartzApplet.KhartzApplet
Get parameter info
getRelativeTextSize() - Method in class khartzToolz.KhartzElectionBar
 
getRelativeTextSize() - Method in interface khartzToolz.KhartzChart
Gets the current text size setting for the chart.
getRightMargin() - Method in class khartzToolz.KhartzBaseChart
Access method for the rightMargin property.
getSize() - Method in class khartzToolz.KhartzElectionBar
 
getSize() - Method in interface khartzToolz.KhartzChart
Deprecated. Now replaced by getArea()
getTextFont() - Method in class khartzToolz.KhartzBaseChart
Access method for the textFont property.
getTopMargin() - Method in class khartzToolz.KhartzBaseChart
Access method for the topMargin property.
getValue(int) - Method in class khartzToolz.KhartzBaseChart
Returns an individual value from the array of values
getValue(int) - Method in class khartzToolz.KhartzElectionBar
 
getValue(int) - Method in interface khartzToolz.KhartzChart
Fetches a value from the array of values contained within the chart.
getValues() - Method in class khartzToolz.KhartzBaseChart
Access method for the values property.
getVersionMessage() - Method in class khartzToolz.KhartzBaseChart
Access method for the versionMessage property.
getXLabel() - Method in class khartzToolz.BarSegment
Access method for the xLabel property.
getXTickIncrement() - Method in class khartzToolz.KhartzElectionBar
Access method for the xTickIncrement property.
getXTickIncrementNumber() - Method in class khartzToolz.KhartzElectionBar
Access method for the xTickIncrementNumber property.
getXTickPixelIncrement() - Method in class khartzToolz.KhartzElectionBar
Access method for the xTickPixelIncrement property.

I

init() - Method in class khartzApplet.KhartzApplet
Initialize the applet
instanceOf(double[], String[], Date[], int, Rectangle, String, Color[]) - Static method in class khartzToolz.KhartzFactory
This is the factory method that creates the relevant type of chart

K

Khartz3DPie - class khartzToolz.Khartz3DPie.
 
Khartz3DPie(double[], String[], Date[], Rectangle, String, Color[]) - Constructor for class khartzToolz.Khartz3DPie
 
khartzApplet - package khartzApplet
 
KhartzApplet - class khartzApplet.KhartzApplet.
An applet which utilises the Khartz Chart Generator
KhartzApplet() - Constructor for class khartzApplet.KhartzApplet
 
KhartzBaseChart - class khartzToolz.KhartzBaseChart.
This is the base class for all chart objects
KhartzBaseChart() - Constructor for class khartzToolz.KhartzBaseChart
 
KhartzChart - interface khartzToolz.KhartzChart.
The common interface that all chart objects must implement.
KhartzElectionBar - class khartzToolz.KhartzElectionBar.
 
KhartzElectionBar(double[], String[], Date[], Rectangle, String, Color[]) - Constructor for class khartzToolz.KhartzElectionBar
Standard constructor of an Election Bar Chart
KhartzFactory - class khartzToolz.KhartzFactory.
 
khartzToolz - package khartzToolz
 

M

mapColor() - Static method in class khartzToolz.KhartzFactory
Deprecated. This has been replaced with nextColor()
mouseMoved(MouseEvent) - Method in class khartzToolz.Khartz3DPie
 
mouseMoved(MouseEvent) - Method in class khartzToolz.KhartzElectionBar
 
mouseMoved(MouseEvent) - Method in interface khartzToolz.KhartzChart
Used to send a mouse event to the chart for action when a mouse is moved
mouseReleased(MouseEvent) - Method in class khartzToolz.KhartzElectionBar
 
mouseReleased(MouseEvent) - Method in interface khartzToolz.KhartzChart
An action that is performed by the chart when the mouse button is released within the applet window.

N

nextColor() - Static method in class khartzToolz.KhartzFactory
The new color mapper method

P

paint(Graphics) - Method in class khartzApplet.KhartzApplet
Carries out the drawing of the applet and its Window's content.
paint(Graphics) - Method in class khartzToolz.Khartz3DPie
 
paint(Graphics) - Method in class khartzToolz.KhartzElectionBar
Does the work of painting the chart area and calls the individual bar segments to paint themselves using their own paint() commands.
paint(Graphics) - Method in class khartzToolz.BarSegment
 
paint(Graphics) - Method in interface khartzToolz.KhartzChart
The paint() method takes a Graphics instance which represents the screen area (or an off screen area if double buffering is used.
PIE_CHART - Static variable in class khartzToolz.KhartzFactory
 

R

resetColor() - Static method in class khartzToolz.KhartzFactory
Resets the Color mapper colors to the initial default value.

S

setBarArea(Rectangle) - Method in class khartzToolz.BarSegment
Sets the value of the barArea property.
setBarHeightConverter(double) - Method in class khartzToolz.KhartzElectionBar
Sets the value of the barHeightConverter property.
setBarSpacing(int) - Method in class khartzToolz.KhartzElectionBar
Sets the value of the barSpacing property.
setBarWidth(int) - Method in class khartzToolz.KhartzElectionBar
Sets the value of the barWidth property.
setBottomMargin(int) - Method in class khartzToolz.KhartzBaseChart
Sets the value of the bottomMargin property.
setChartMargin(int) - Method in class khartzToolz.KhartzBaseChart
Sets the value of the chartMargin property.
setChartSize(Rectangle) - Method in class khartzToolz.KhartzBaseChart
Sets the value of the chartSize property.
setChartTitle(String) - Method in class khartzToolz.KhartzBaseChart
Sets the value of the chartTitle property.
setColorArray(Color[]) - Method in class khartzApplet.KhartzApplet
Sets the value of the colorArray property.
setColorArray(Color[]) - Method in class khartzToolz.KhartzBaseChart
Sets the value of the colorArray property.
setColorArray(Color[]) - Method in class khartzToolz.KhartzElectionBar
 
setColorArray(Color[]) - Method in interface khartzToolz.KhartzChart
Sets the current range of values associated with the segments in the Chart
setFont(Font) - Method in class khartzToolz.KhartzElectionBar
 
setFont(Font) - Method in interface khartzToolz.KhartzChart
Sets the font for the current chart
setLabels(String[]) - Method in class khartzToolz.KhartzBaseChart
Sets the value of the labels property.
setLeftMargin(int) - Method in class khartzToolz.KhartzBaseChart
Sets the value of the leftMargin property.
setRelativeTextSize(double) - Method in class khartzToolz.KhartzElectionBar
 
setRelativeTextSize(double) - Method in interface khartzToolz.KhartzChart
Sets the relative size of the text to be displayed on the chart.
setRightMargin(int) - Method in class khartzToolz.KhartzBaseChart
Sets the value of the rightMargin property.
setTextFont(Font) - Method in class khartzToolz.KhartzBaseChart
Sets the value of the textFont property.
setTopMargin(int) - Method in class khartzToolz.KhartzBaseChart
Sets the value of the topMargin property.
setValues(double[]) - Method in class khartzToolz.KhartzBaseChart
Sets the value of the values property.
setVersionMessage(String) - Method in class khartzToolz.KhartzBaseChart
Sets the value of the versionMessage property.
setXLabel(KhartzLabel) - Method in class khartzToolz.BarSegment
Sets the value of the xLabel property.
setXTickIncrement(int) - Method in class khartzToolz.KhartzElectionBar
Sets the value of the xTickIncrement property.
setXTickIncrementNumber(int) - Method in class khartzToolz.KhartzElectionBar
Sets the value of the xTickIncrementNumber property.
setXTickPixelIncrement(int) - Method in class khartzToolz.KhartzElectionBar
Sets the value of the xTickPixelIncrement property.

T

theLabel - Variable in class khartzApplet.KhartzApplet
 
theLabel - Variable in class khartzToolz.BarSegment
 
THREEDEEPIE_CHART - Static variable in class khartzToolz.KhartzFactory
 
toString() - Method in class khartzToolz.KhartzElectionBar
 
toString() - Method in class khartzToolz.BarSegment
 
toString() - Method in interface khartzToolz.KhartzChart
Returns a string representation of the chart containing key information.

U

update(Graphics) - Method in class khartzApplet.KhartzApplet
Overridden screen update routine.

A B C E G I K M N P R S T U