Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
S
Series
- Class in
com.fusioncharts
The Series class provides a series object that is used by the Graph class Originally this was a subclass of WePopChart.java but we decided that it was a better solution to separate it from the class.
Series(String, int)
- Constructor for class com.fusioncharts.
Series
Creates a Series object.
Series.SeriesType
- Enum in
com.fusioncharts
Series Enum that determines the series type Can either be: Bar, Line, Area, Trendline
set(int, Object)
- Method in class com.generationjava.collections.typed.
TypedList
setCategoriesProperties(HashMap<String, String>)
- Method in class com.fusioncharts.
FusionGraph
Setter method to set the Categories Properties
setCategory(String...)
- Method in class com.fusioncharts.
Graph
Manipulator method to set the graph categories.
setCategory(int, String)
- Method in class com.fusioncharts.
Graph
Manipulator method to set a graph category.
setCategoryProperties(HashMap<String, String>)
- Method in class com.fusioncharts.
FusionGraph
Setter method to set the Category Properties
setChartProperties(String, String)
- Method in class com.fusioncharts.
FusionGraph
Setter method to set the Chart Properties
setColor(int, String)
- Method in class com.fusioncharts.
Series
Sets color at the specified indice.
setColor(String...)
- Method in class com.fusioncharts.
Series
Manipulator method to set the colors.
setColor(int, int, int, int)
- Method in class com.fusioncharts.
Series
Manipulator method to set the color specified red, green, and blue values in the range (0 - 255).
setDatasetProperties(HashMap<String, String>)
- Method in class com.fusioncharts.
FusionGraph
Setter method to set the Dataset Properties
setEnd(char)
- Method in class com.generationjava.lang.
CharRange
setEvent(int, String)
- Method in class com.fusioncharts.
Series
Sets the url or javascript event at the specified indice.
setEvent(String...)
- Method in class com.fusioncharts.
Series
Sets the javascript event or url for drill downs.
setFormat(DecimalFormat)
- Method in class com.fusioncharts.
Series
Manipulator method to set the decimal formatting object.
setFormat(String)
- Method in class com.fusioncharts.
Series
Manipulator method to set the decimal format pattern.
setFusionStyles(String, FusionGraph.FusionStyle)
- Method in class com.fusioncharts.
FusionGraph
Setter method to set the Fusion Styles Map
setHeight(int)
- Method in class com.fusioncharts.
Graph
Manipulator method to set the height of the graph.
setLabel(String)
- Method in class com.fusioncharts.
Series
Manipulator method to set the series label.
setNegated(boolean)
- Method in class com.generationjava.lang.
CharRange
Make this character range be negated.
setSeriesType(Series.SeriesType)
- Method in class com.fusioncharts.
Series
Manipulator method to set the series type.
setStart(char)
- Method in class com.generationjava.lang.
CharRange
setStyleName(String)
- Method in class com.fusioncharts.
FusionGraph.FusionStyle
Setter method to set the Style Name
setStyleProperties(String, String)
- Method in class com.fusioncharts.
FusionGraph.FusionStyle
Setter method to set the Style's Properties
setStyleType(FusionGraph.FusionStyleType)
- Method in class com.fusioncharts.
FusionGraph.FusionStyle
Setter method to set the Style Type
setToolText(String...)
- Method in class com.fusioncharts.
Series
Sets the Tool Tip popup values.
setToolText(int, String)
- Method in class com.fusioncharts.
Series
Sets the Tool Tip popup value at the specified indice.
setType(Class)
- Method in class com.generationjava.collections.typed.
AbstractTypedStructure
setType(Class)
- Method in interface com.generationjava.collections.typed.
TypedStructure
setValue(int, Double)
- Method in class com.fusioncharts.
Series
Sets the data value at the specified indice.
setValue(Double...)
- Method in class com.fusioncharts.
Series
Sets the data values.
setWidth(int)
- Method in class com.fusioncharts.
Graph
Manipulator method to set the width.
setWrappedThrowable(Throwable)
- Method in exception com.generationjava.lang.
CascadedException
Reset the original exception.
size()
- Method in class com.generationjava.collections.typed.
TypedList
slice(Collection, int, int)
- Static method in class com.generationjava.collections.
CollectionsW
soundex(String)
- Static method in class com.generationjava.lang.
StringW
Get the SoundEx value of a string.
Soundex
- Class in
com.generationjava.util
Soundex()
- Constructor for class com.generationjava.util.
Soundex
Soundex(char[])
- Constructor for class com.generationjava.util.
Soundex
soundex(String)
- Method in class com.generationjava.util.
Soundex
Get the SoundEx value of a string.
squeeze(String, String)
- Static method in class com.generationjava.lang.
StringW
squeeze(String, String[])
- Static method in class com.generationjava.lang.
StringW
Squeezes any repititions of a character that is mentioned in the supplied set.
stringToInt(String)
- Static method in class com.generationjava.lang.
NumberW
stringToInt(String, int)
- Static method in class com.generationjava.lang.
NumberW
StringW
- Class in
com.generationjava.lang
A set of String library static methods.
StringW()
- Constructor for class com.generationjava.lang.
StringW
strip(String)
- Static method in class com.generationjava.lang.
StringW
Remove whitespace from the front and back of a String.
strip(String, String)
- Static method in class com.generationjava.lang.
StringW
Remove a specified String from the front and back of a String.
stripEnd(String, String)
- Static method in class com.generationjava.lang.
StringW
Strip any of a supplied substring from the end of a String..
stripStart(String, String)
- Static method in class com.generationjava.lang.
StringW
Strip any of a supplied substring from the start of a String..
sub(int, double)
- Method in class com.fusioncharts.
Series
Subtracts the value at a specified index by the specified value.
subList(int, int)
- Method in class com.generationjava.collections.typed.
TypedList
substring(String, String)
- Static method in class com.generationjava.lang.
StringW
substring(String, int)
- Static method in class com.generationjava.lang.
StringW
substring(String, String, String)
- Static method in class com.generationjava.lang.
StringW
substring(String, int, int)
- Static method in class com.generationjava.lang.
StringW
swapCase(String)
- Static method in class com.generationjava.lang.
StringW
Swaps the case of String.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X