JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
G
I
L
P
S
T
V
A
AbstractGraph
- Class in
com.representqueens.web.tags.spark
AbstractGraph()
- Constructor for class com.representqueens.web.tags.spark.
AbstractGraph
AbstractServerGraph
- Class in
com.representqueens.web.tags.spark
AbstractServerGraph()
- Constructor for class com.representqueens.web.tags.spark.
AbstractServerGraph
B
BarGraph
- Class in
com.representqueens.spark
Bargraph generation.
BarGraph()
- Constructor for class com.representqueens.spark.
BarGraph
BarGraph
- Class in
com.representqueens.web.tags.spark
BarGraph()
- Constructor for class com.representqueens.web.tags.spark.
BarGraph
BarGraph
- Class in
com.representqueens.web.tags.spark.embedded
BarGraph()
- Constructor for class com.representqueens.web.tags.spark.embedded.
BarGraph
C
ColorUtils
- Class in
com.representqueens.util
Utility methods for parsing Strings into Color Objects.
com.representqueens.spark
- package com.representqueens.spark
com.representqueens.spark.service
- package com.representqueens.spark.service
com.representqueens.spark.util
- package com.representqueens.spark.util
com.representqueens.util
- package com.representqueens.util
com.representqueens.web.tags.spark
- package com.representqueens.web.tags.spark
com.representqueens.web.tags.spark.embedded
- package com.representqueens.web.tags.spark.embedded
constructImagePath()
- Method in class com.representqueens.web.tags.spark.
BarGraph
constructImagePath()
- Method in class com.representqueens.web.tags.spark.
LineGraph
convertColor(String, Color)
- Static method in class com.representqueens.spark.util.
StringConversion
convertInt(String, int)
- Static method in class com.representqueens.spark.util.
StringConversion
createGraph(Number[])
- Static method in class com.representqueens.spark.
BarGraph
Create a Bargraph from an array of numbers, using default colors and sizes.
createGraph(Number[], SizeParams, Color, Color, Color)
- Static method in class com.representqueens.spark.
BarGraph
Create a Bargraph.
createGraph(Number[], SizeParams, Color, Color, Color, Color)
- Static method in class com.representqueens.spark.
BarGraph
Create a Bargraph.
createGraph(Number[])
- Static method in class com.representqueens.spark.
LineGraph
Create a Linegraph using defaults.
createGraph(Number[], SizeParams, Color)
- Static method in class com.representqueens.spark.
LineGraph
Create a Linegraph.
createGraph(Number[], SizeParams, Color, Color)
- Static method in class com.representqueens.spark.
LineGraph
Create a Linegraph.
D
DEFAULT_COLOR
- Static variable in class com.representqueens.spark.
BarGraph
DEFAULT_COLOR
- Static variable in class com.representqueens.spark.
LineGraph
DEFAULT_HEIGHT
- Static variable in class com.representqueens.spark.
BarGraph
DEFAULT_HIGH_COLOR
- Static variable in class com.representqueens.spark.
BarGraph
DEFAULT_LAST_COLOR
- Static variable in class com.representqueens.spark.
BarGraph
DEFAULT_SIZE
- Static variable in class com.representqueens.spark.
BarGraph
DEFAULT_SIZE
- Static variable in class com.representqueens.spark.
LineGraph
DEFAULT_SPACING
- Static variable in class com.representqueens.spark.
BarGraph
DEFAULT_WIDTH
- Static variable in class com.representqueens.spark.
BarGraph
doEndTag()
- Method in class com.representqueens.web.tags.spark.
BarGraph
doEndTag()
- Method in class com.representqueens.web.tags.spark.embedded.
BarGraph
doEndTag()
- Method in class com.representqueens.web.tags.spark.embedded.
LineGraph
doEndTag()
- Method in class com.representqueens.web.tags.spark.
LineGraph
doGet(HttpServletRequest, HttpServletResponse)
- Method in class com.representqueens.spark.service.
SparkController
doPut(HttpServletRequest, HttpServletResponse)
- Method in class com.representqueens.spark.service.
SparkController
E
encode(BufferedImage, Encoder.Format)
- Static method in class com.representqueens.spark.
Encoder
Encoder
- Class in
com.representqueens.spark
Encodes Image data as Strings, using code from David Flanagan's website (http://www.davidflanagan.com/).
Encoder()
- Constructor for class com.representqueens.spark.
Encoder
Encoder.Format
- Enum in
com.representqueens.spark
G
getBackground()
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
getBarGraphData()
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
getColor()
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
getData(String)
- Static method in class com.representqueens.spark.util.
StringConversion
getData()
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
getHeight()
- Method in class com.representqueens.spark.
SizeParams
Get the graph height.
getHeight()
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
getHighColor()
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
getLastColor()
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
getLineGraphData()
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
getName()
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
getOutput()
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
getOutputFormat()
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
getPath()
- Method in class com.representqueens.web.tags.spark.
AbstractServerGraph
getQueryParams()
- Method in class com.representqueens.web.tags.spark.
AbstractServerGraph
getRealPath()
- Method in class com.representqueens.web.tags.spark.
AbstractServerGraph
getSizeParams(SizeParams)
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
getSpacing()
- Method in class com.representqueens.spark.
SizeParams
Get the spacing between data points.
getSpacing()
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
getWidth()
- Method in class com.representqueens.spark.
SizeParams
Get the graph width.
getWidth()
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
I
isEmpty(String)
- Static method in class com.representqueens.util.
StringUtils
L
LineGraph
- Class in
com.representqueens.spark
Linegraph generation.
LineGraph()
- Constructor for class com.representqueens.spark.
LineGraph
LineGraph
- Class in
com.representqueens.web.tags.spark.embedded
LineGraph()
- Constructor for class com.representqueens.web.tags.spark.embedded.
LineGraph
LineGraph
- Class in
com.representqueens.web.tags.spark
LineGraph()
- Constructor for class com.representqueens.web.tags.spark.
LineGraph
P
parseColor(String)
- Static method in class com.representqueens.util.
ColorUtils
Parse a String into a Color.
S
setBackground(String)
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
setColor(String)
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
setHeight(String)
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
setHighColor(String)
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
setLastColor(String)
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
setName(String)
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
setOutput(String)
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
setPath(String)
- Method in class com.representqueens.web.tags.spark.
AbstractServerGraph
setSpacing(String)
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
setWidth(String)
- Method in class com.representqueens.web.tags.spark.
AbstractGraph
SizeParams
- Class in
com.representqueens.spark
Graph size attributes.
SizeParams(int, int, int)
- Constructor for class com.representqueens.spark.
SizeParams
Constructor.
SparkController
- Class in
com.representqueens.spark.service
SparkController()
- Constructor for class com.representqueens.spark.service.
SparkController
StringConversion
- Class in
com.representqueens.spark.util
StringUtils
- Class in
com.representqueens.util
Some simple String utilities.
T
toIntList(String)
- Static method in class com.representqueens.util.
StringUtils
toIntList(String, String)
- Static method in class com.representqueens.util.
StringUtils
toString(Number[])
- Static method in class com.representqueens.util.
StringUtils
toString(List<? extends Number>)
- Static method in class com.representqueens.util.
StringUtils
V
valueOf(String)
- Static method in enum com.representqueens.spark.
Encoder.Format
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.representqueens.spark.
Encoder.Format
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
C
D
E
G
I
L
P
S
T
V
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes