Skip navigation links
A C D G I N R S T V 

A

addChartListener(ChartListener) - Method in class net.java.html.charts.Chart
Adds a listener to the chart.
applyTo(String) - Method in class net.java.html.charts.Chart
Associates the chart with an element on the page.

C

callback(String, Runnable) - Method in class net.java.html.charts.Config
Assigns a callback to the config object.
Chart<D,C extends Config> - Class in net.java.html.charts
Instance of a single chart.
chartClick(ChartEvent) - Method in interface net.java.html.charts.ChartListener
Delivered when user clicks on the chart
ChartEvent - Class in net.java.html.charts
Event describing what happened in a Chart.
ChartListener - Interface in net.java.html.charts
Listener to deliver events about user interaction with the Chart.
Color - Class in net.java.html.charts
Represents a color.
Config - Class in net.java.html.charts
Generic configuration object.
create() - Static method in class net.java.html.charts.Config
Creates new generic configuration object.
createBar(Values.Set...) - Static method in class net.java.html.charts.Chart
Creates new bar chart.
createDoughnut() - Static method in class net.java.html.charts.Chart
Creates new doughnut (e.g.
createLine(Values.Set...) - Static method in class net.java.html.charts.Chart
Creates new line based chart.
createPie() - Static method in class net.java.html.charts.Chart
Creates new pie chart.
createPolar() - Static method in class net.java.html.charts.Chart
Creates new radar (e.g.
createRadar(Values.Set...) - Static method in class net.java.html.charts.Chart
Creates new radar chart.

D

destroy() - Method in class net.java.html.charts.Chart
Destroy the graph and cleanup associated resources.

G

getConfig() - Method in class net.java.html.charts.Chart
Access to configuration associated with this graph.
getData() - Method in class net.java.html.charts.Chart
The data displayed by this graph.
getLabel() - Method in class net.java.html.charts.ChartEvent
Name of the object where the action happened.
getLabel() - Method in class net.java.html.charts.Segment
Label associated with this segment.
getLabel() - Method in class net.java.html.charts.Values
Label associated with this "column" of values.
getValues() - Method in class net.java.html.charts.ChartEvent
Values of the objects at a place where the action happened.

I

isCtrlKey() - Method in class net.java.html.charts.ChartEvent
Ctrl key indication.
isShiftKey() - Method in class net.java.html.charts.ChartEvent
Shift key indication.

N

net.java.html.charts - package net.java.html.charts
Create various types of charts.

R

removeChartListener(ChartListener) - Method in class net.java.html.charts.Chart
Removes a listener from the chart.
rgba(int, int, int, double) - Static method in class net.java.html.charts.Color
Create color from its individual components.

S

Segment - Class in net.java.html.charts
Segment in a pie, polar or doughnut chart.
Segment(String, double, Color, Color) - Constructor for class net.java.html.charts.Segment
Name, value and colors to use to represent the segment in a pie, polar or doughnut chart.
set(String, Object) - Method in class net.java.html.charts.Config
Assigns a value to the config object.
Set(String, Color, Color) - Constructor for class net.java.html.charts.Values.Set
Label for the set of values and colors to use to draw it.

T

toString() - Method in class net.java.html.charts.Color
 

V

valueOf(String) - Static method in class net.java.html.charts.Color
Specify color as a string.
Values - Class in net.java.html.charts
Values in a line, radar or bar chart.
Values(String, double...) - Constructor for class net.java.html.charts.Values
One column of values.
Values.Set - Class in net.java.html.charts
Set of values for line, radar or bar chart.
A C D G I N R S T V 
Skip navigation links

Copyright © 2017. All rights reserved.