Serialized Form
Package com.ve.kavachart.applet |
home
boolean home
chart
ChartInterface chart
parser
com.ve.kavachart.utility.ParameterParser parser
getThread
java.lang.Thread getThread
networkInterval
int networkInterval
imageTracker
java.awt.MediaTracker imageTracker
gotImages
boolean gotImages
useDwellLabel
boolean useDwellLabel
dwellXLabelFormat
java.text.Format dwellXLabelFormat
dwellYLabelFormat
java.text.NumberFormat dwellYLabelFormat
dwellLabelFont
java.awt.Font dwellLabelFont
secondsSoFar
int secondsSoFar
displayList
java.util.Vector<E> displayList
showDataPopup
boolean showDataPopup
dwellLabelVisible
boolean dwellLabelVisible
popupX
int popupX
popupY
int popupY
dwellLabelXString
java.lang.String dwellLabelXString
dwellLabelYString
java.lang.String dwellLabelYString
dwellLabelLabelString
java.lang.String dwellLabelLabelString
dwellLabelY2String
java.lang.String dwellLabelY2String
links
java.util.Vector<E> links
target
java.lang.String target
antialiased
boolean antialiased
dataProvider
com.ve.kavachart.utility.DataProvider dataProvider
crawlText
java.lang.String crawlText
defaultURLString
java.lang.String defaultURLString
userLocale
java.util.Locale userLocale
dwellLabelTemplate
java.lang.String dwellLabelTemplate
dwellForegroundColor
java.awt.Color dwellForegroundColor
dwellBackgroundcolor
java.awt.Color dwellBackgroundcolor
dwellDat
Datum dwellDat
dwellDatasetName
java.lang.String dwellDatasetName
adImageBuffer
java.awt.Image adImageBuffer
paramHash
java.util.Properties paramHash
tokenLine
java.util.StringTokenizer tokenLine
dataBlockStrings
java.util.Vector<E> dataBlockStrings
myInputStream
java.io.InputStream myInputStream
incrementalUrl
java.lang.String incrementalUrl
dateFormat
java.text.DateFormat dateFormat
startData
long startData
endData
long endData
timeZone
java.util.TimeZone timeZone
tokenLine
java.util.StringTokenizer tokenLine
dwellStartString
java.lang.String dwellStartString
dwellEndString
java.lang.String dwellEndString
undefinedString
java.lang.String undefinedString
labels
java.lang.String[] labels
scrollWindows
int scrollWindows
scrollIncrement
double scrollIncrement
baseStartingValue
double baseStartingValue
myScrollbar
java.awt.Scrollbar myScrollbar
offScreenSize
java.awt.Dimension offScreenSize
offScreenImage
java.awt.Image offScreenImage
offScreenGraphics
java.awt.Graphics offScreenGraphics
scrollWindows
int scrollWindows
scrollIncrement
double scrollIncrement
baseStartingValue
double baseStartingValue
myScrollbar
java.awt.Scrollbar myScrollbar
offScreenSize
java.awt.Dimension offScreenSize
offScreenImage
java.awt.Image offScreenImage
offScreenGraphics
java.awt.Graphics offScreenGraphics
chart
ChartInterface chart
startDegrees
int startDegrees
maxNumberDataPoints
int maxNumberDataPoints
transformer
DataTransform transformer
datOne
Datum datOne
datTwo
Datum datTwo
altClick
boolean altClick
x1
int x1
y1
int y1
x2
int x2
y2
int y2
offScreenSize
java.awt.Dimension offScreenSize
offScreenImage
java.awt.Image offScreenImage
offScreenGraphics
java.awt.Graphics offScreenGraphics
drag
boolean drag
- New update method incorporating mouse dragging.
x2old
int x2old
y2old
int y2old
Package com.ve.kavachart.beans.chart |
value
double value
value
double value
width
int width
height
int height
modifiers
int modifiers
- modification flags for incoming data
- See Also:
DataEvent
chart
Chart chart
chartBean
ChartBean chartBean
value
double value
markerNames
java.lang.String[] markerNames
colors
java.awt.Color[] colors
markerList
int[] markerList
value
double value
value
double value
markerNames
java.lang.String[] markerNames
colors
java.awt.Color[] colors
markerList
int[] markerList
markerNames
java.lang.String[] markerNames
colors
java.awt.Color[] colors
markerList
int[] markerList
value
double value
value
double value
markerNames
java.lang.String[] markerNames
colors
java.awt.Color[] colors
markerList
int[] markerList
Package com.ve.kavachart.beans.data |
datasetArray
Dataset[] datasetArray
modifiers
int modifiers
- Listener mask. By default, this is set to X_DATA_MASK | Y_DATA_MASK,
indicating that we're using only x and y data values.
interval
int interval
numberOfPoints
int numberOfPoints
numberOfSets
int numberOfSets
scaleFactor
float scaleFactor
myLabels
java.lang.String[] myLabels
useLastObservation
boolean useLastObservation
selectedDatapoint
int selectedDatapoint
myDataset
Dataset myDataset
selectedDataset
int selectedDataset
numberOfPoints
int numberOfPoints
appendData
boolean appendData
yValuesOnly
boolean yValuesOnly
maximumQuotes
int maximumQuotes
numberOfQuotes
int numberOfQuotes
qMonitorNames
java.lang.String[] qMonitorNames
thisObservation
double[] thisObservation
currentDate
double currentDate
currentBid
double currentBid
currentAsk
double currentAsk
currentPrice
double currentPrice
currentVolume
double currentVolume
dummyGlobals
Globals dummyGlobals
currentLine
java.util.StringTokenizer currentLine
numberOfPoints
int numberOfPoints
numberOfSets
int numberOfSets
readByRows
boolean readByRows
labelsOnRows
boolean labelsOnRows
myGlobals
Globals myGlobals
- A generic com.ve.kavachart.chart.Globals class
myDatasetArray
Dataset[] myDatasetArray
- An array of Dataset classes
listeners
java.util.Vector<E> listeners
- This bean's listeners
myEvent
DataEvent myEvent
- This bean's DataEvent (reused)
xArray
double[][] xArray
- X values. Simple subclasses can simply dimension and fill this array to send
X values to all listeners. More efficient data feeds will create Dataset classes
directly. See QuoteMonitorBridge for an example.
- See Also:
QuoteMonitorBridge
,
TimeStampDataAccumulator
yArray
double[][] yArray
- Y values. Simple subclasses can simply dimension and fill this array to send
Y values to all listeners. More efficient data feeds will create Dataset classes
directly. See QuoteMonitorBridge for an example.
- See Also:
QuoteMonitorBridge
,
TimeStampDataAccumulator
labelArray
java.lang.String[][] labelArray
- Label values. Simple subclasses can simply dimension and fill this array to send
Datum labels to all listeners. More efficient data feeds will create Dataset classes
directly. See QuoteMonitorBridge for an example.
- See Also:
QuoteMonitorBridge
,
TimeStampDataAccumulator
dataFeedProps
java.beans.PropertyDescriptor[] dataFeedProps
debug
boolean debug
ipAddr
java.lang.String ipAddr
portNum
int portNum
expectXValues
boolean expectXValues
maxObservations
int maxObservations
myDataset
Dataset myDataset
interval
int interval
delimitString
java.lang.String delimitString
myURLString
java.lang.String myURLString
externalTrigger
boolean externalTrigger
myInputStream
java.io.InputStream myInputStream
buff
char[] buff
tokenizedLines
java.util.Vector<E> tokenizedLines
Package com.ve.kavachart.chart |
xAxisStart
double xAxisStart
xAxisEnd
double xAxisEnd
yAxisStart
double yAxisStart
yAxisEnd
double yAxisEnd
doClip
boolean doClip
dataXfm
Transform dataXfm
baseline
double baseline
stackAreas
boolean stackAreas
numDatasets
int numDatasets
area
Area area
line
Line line
area
Area area
lineData
Dataset[] lineData
areaData
Dataset[] areaData
dataAllocation
int[] dataAllocation
autoScale
boolean autoScale
axisStart
double axisStart
axisEnd
double axisEnd
majTickVis
boolean majTickVis
minTickVis
boolean minTickVis
gridVis
boolean gridVis
labelVis
boolean labelVis
lineVis
boolean lineVis
titleRotation
boolean titleRotation
titleString
java.lang.String titleString
titleColor
java.awt.Color titleColor
titleFont
java.awt.Font titleFont
useDisplayList
boolean useDisplayList
labelColor
java.awt.Color labelColor
labelFont
java.awt.Font labelFont
labelPrecision
int labelPrecision
labelAngle
int labelAngle
labelFormat
int labelFormat
lineGc
Gc lineGc
gridGc
Gc gridGc
tickGc
Gc tickGc
numMajTicks
int numMajTicks
numGrids
int numGrids
numMinTicks
int numMinTicks
numLabels
int numLabels
majTickLength
int majTickLength
minTickLength
int minTickLength
side
int side
logScaling
boolean logScaling
sciLogScaling
boolean sciLogScaling
internalSciLogScaling
boolean internalSciLogScaling
userFormat
java.text.Format userFormat
numberFormat
java.text.NumberFormat numberFormat
globals
Globals globals
- This chart's Globals class
isXAxis
boolean isXAxis
barScaling
boolean barScaling
autoStagger
boolean autoStagger
labelSkip
int labelSkip
numAxLabels
int numAxLabels
- number of labels on this Axis
datasets
Dataset[] datasets
- the dataset array scaled by this Axis
stepSize
double stepSize
- general internal increment for this Axis
plotarea
Plotarea plotarea
- Plotarea used to determine location and size of Axis
startPoint
java.awt.Point startPoint
endPoint
java.awt.Point endPoint
increment
float increment
userAxisStart
java.lang.Double userAxisStart
- User defined Axis minimum
userAxisEnd
java.lang.Double userAxisEnd
- User defined Axis maximum
thresholdLines
java.util.Vector<E> thresholdLines
- Vector of ThresholdLine classes
userAxisStepSize
java.lang.Double userAxisStepSize
userTitleFont
java.awt.Font userTitleFont
userLabelFont
java.awt.Font userLabelFont
transformer
Transform transformer
logDatum
Datum logDatum
labelIncrement
double labelIncrement
minTickIncrement
double minTickIncrement
isZeroStart
boolean isZeroStart
axMagnitude
int axMagnitude
titleGap
int titleGap
noData
boolean noData
dashedGrids
boolean dashedGrids
labelVector
java.util.Vector<E> labelVector
sciLogMaxLabelCount
int sciLogMaxLabelCount
sciLogUseMinorGrids
boolean sciLogUseMinorGrids
sciLogUseMajorGrids
boolean sciLogUseMajorGrids
sciLogMinorGridGc
Gc sciLogMinorGridGc
doingMinorGrids
boolean doingMinorGrids
labelMultiplier
int labelMultiplier
sciLogTempGc
Gc sciLogTempGc
sciLogSaveNumGrids
int sciLogSaveNumGrids
gc
Gc gc
titleColor
java.awt.Color titleColor
titleFont
java.awt.Font titleFont
titleString
java.lang.String titleString
subTitleColor
java.awt.Color subTitleColor
subTitleFont
java.awt.Font subTitleFont
subTitleString
java.lang.String subTitleString
useDisplayList
boolean useDisplayList
globals
Globals globals
titleX
java.lang.Double titleX
titleY
java.lang.Double titleY
subTitleX
java.lang.Double subTitleX
subTitleY
java.lang.Double subTitleY
userTitleFont
java.awt.Font userTitleFont
userSubTitleFont
java.awt.Font userSubTitleFont
clusterWidth
double clusterWidth
baseline
double baseline
observationDelta
double observationDelta
unitScaling
boolean unitScaling
- unitScaling is true if bars will be drawn at their ordinal rather than at their X value
doClip
boolean doClip
xAxisStart
double xAxisStart
xAxisEnd
double xAxisEnd
yAxisStart
double yAxisStart
yAxisEnd
double yAxisEnd
barPixelWidth
double barPixelWidth
dataXfm
Transform dataXfm
- Used to transform this Bar's data into a pixel space defined by the
X and Y Axis and the chart's Plotarea.
useValueLabels
boolean useValueLabels
doErrorBars
boolean doErrorBars
layered
boolean layered
area
Area area
bar
Bar bar
areaData
Dataset[] areaData
barData
Dataset[] barData
individualColors
boolean individualColors
dataAllocation
int[] dataAllocation
bar
Bar bar
individualColors
boolean individualColors
line
Line line
bar
Bar bar
lineData
Dataset[] lineData
barData
Dataset[] barData
dataAllocation
int[] dataAllocation
individualColors
boolean individualColors
zScale
double zScale
xAxisStart
double xAxisStart
xAxisEnd
double xAxisEnd
yAxisStart
double yAxisStart
yAxisEnd
double yAxisEnd
autoZScale
boolean autoZScale
maxDiameter
double maxDiameter
- This variable is used to automatically set the scaling by having the max radius equal to this
percentage of the plotarea
fillBubbles
boolean fillBubbles
individualColors
boolean individualColors
bubble
Bubble bubble
crossAxes
boolean crossAxes
xCrossVal
double xCrossVal
yCrossVal
double yCrossVal
numberOfPoints
int numberOfPoints
candlestick
Candlestick candlestick
high
double high
name
java.lang.String name
canvas
java.awt.Graphics canvas
legendVisible
boolean legendVisible
width
int width
height
int height
xAxisVisible
boolean xAxisVisible
yAxisVisible
boolean yAxisVisible
globals
Globals globals
datasets
Dataset[] datasets
plotarea
Plotarea plotarea
background
Background background
legend
LegendInterface legend
xAxis
AxisInterface xAxis
yAxis
AxisInterface yAxis
dataRepresentation
DataRepresentation dataRepresentation
locale
java.util.Locale locale
annotation
java.util.Vector<E> annotation
numberOfDatasets
int numberOfDatasets
rootCause
java.lang.Throwable rootCause
foregroundColors
java.awt.Color[] foregroundColors
backgroundColors
java.awt.Color[] backgroundColors
itemColors
java.awt.Color[] itemColors
paletteNumber
int paletteNumber
plotarea
Plotarea plotarea
globals
Globals globals
xAxis
AxisInterface xAxis
yAxis
AxisInterface yAxis
datasets
Dataset[] datasets
useDisplayList
boolean useDisplayList
labelAngle
int labelAngle
labelFormat
int labelFormat
labelsOn
boolean labelsOn
labelPrecision
int labelPrecision
userFormat
java.text.Format userFormat
numberFormat
java.text.NumberFormat numberFormat
serialVersionUID: 15L
data
java.util.Vector<E> data
setName
java.lang.String setName
gc
Gc gc
labelColor
java.awt.Color labelColor
labelFont
java.awt.Font labelFont
globals
Globals globals
dataXfm
Transform dataXfm
myChart
Chart myChart
xAxisStart
double xAxisStart
xAxisEnd
double xAxisEnd
yAxisStart
double yAxisStart
yAxisEnd
double yAxisEnd
chartMaxX
int chartMaxX
chartMaxY
int chartMaxY
startDate
java.util.Date startDate
endDate
java.util.Date endDate
tmpDate
java.util.Date tmpDate
calendar
java.util.Calendar calendar
- We're assuming a Gregorian calendar for most operations, but this should also work
with similar Calendars.
tmpCalendar
java.util.Calendar tmpCalendar
dateFormat
java.text.DateFormat dateFormat
userDateFormat
java.text.DateFormat userDateFormat
secondaryUserDateFormat
java.text.DateFormat secondaryUserDateFormat
userScalingType
java.lang.Integer userScalingType
userStepSize
java.lang.Integer userStepSize
stepSize
long stepSize
scalingType
int scalingType
timeZone
java.util.TimeZone timeZone
bar
Bar bar
individualColors
boolean individualColors
bar
Bar bar
individualColors
boolean individualColors
label
java.lang.String label
gc
Gc gc
x
double x
y
double y
y2
double y2
y3
double y3
globals
Globals globals
saveBuffer
java.util.Vector<E> saveBuffer
hasDiscontinuities
boolean hasDiscontinuities
primitiveList
java.util.Vector<E> primitiveList
objectList
java.util.Vector<E> objectList
globals
Globals globals
hiLoClose
HiLoClose hiLoClose
stick
Stick stick
line
Line line
lineData
Dataset[] lineData
stickData
Dataset[] stickData
hlocData
Dataset[] hlocData
dataAllocation
int[] dataAllocation
stickYAxis
AxisInterface stickYAxis
lineYAxis
AxisInterface lineYAxis
stickPlotarea
Plotarea stickPlotarea
linePlotarea
Plotarea linePlotarea
splitWindow
boolean splitWindow
hasStickData
boolean hasStickData
hasLineData
boolean hasLineData
hasHLOCData
boolean hasHLOCData
clusterBars
boolean clusterBars
discontinuityPixels
int discontinuityPixels
timeAxis
HiLoDateAxis timeAxis
ganttBar
GanttBar ganttBar
fillColor
java.awt.Color fillColor
globals
Globals globals
lineColor
java.awt.Color lineColor
lineStyle
int lineStyle
lineWidth
int lineWidth
outlineFills
boolean outlineFills
markerSize
int markerSize
markerStyle
int markerStyle
fillStyle
int fillStyle
xOffset
int xOffset
yOffset
int yOffset
threeD
boolean threeD
maxY
int maxY
maxX
int maxX
stringRotator
RotateString stringRotator
useDisplayList
boolean useDisplayList
displayList
DisplayList displayList
java2Capable
boolean java2Capable
locale
java.util.Locale locale
colorPalette
ColorPalette colorPalette
defaultFont
java.awt.Font defaultFont
individualCount
int individualCount
globals
Globals globals
hiLoClose
HiLoClose hiLoClose
historyGc
Gc historyGc
historyVal
double historyVal
historyVisible
boolean historyVisible
saveVal
double saveVal
saveGc
Gc saveGc
saveStyle
int saveStyle
numberOfPoints
int numberOfPoints
hloc
HLOC hloc
clusterBars
boolean clusterBars
labelList
java.util.Vector<E> labelList
layers
java.util.Vector<E> layers
horizontalAxisOffset
int horizontalAxisOffset
verticalAxisOffset
int verticalAxisOffset
globals
Globals globals
backgroundGc
Gc backgroundGc
labelFont
java.awt.Font labelFont
labelColor
java.awt.Color labelColor
verticalLayout
boolean verticalLayout
backgroundVisible
boolean backgroundVisible
llX
double llX
llY
double llY
urX
double urX
urY
double urY
iconHeight
double iconHeight
iconWidth
double iconWidth
iconGap
double iconGap
useDisplayList
boolean useDisplayList
invertLegend
boolean invertLegend
userLabelFont
java.awt.Font userLabelFont
datasets
Dataset[] datasets
transform
Transform transform
gWidth
int gWidth
gHeight
int gHeight
scatterPlot
boolean scatterPlot
doClip
boolean doClip
dataXfm
Transform dataXfm
xAxisStart
double xAxisStart
xAxisEnd
double xAxisEnd
yAxisStart
double yAxisStart
yAxisEnd
double yAxisEnd
numDatasets
int numDatasets
useValueLabels
boolean useValueLabels
individualMarkers
boolean individualMarkers
area
Area area
line
Line line
areaData
Dataset[] areaData
lineData
Dataset[] lineData
individualColors
boolean individualColors
dataAllocation
int[] dataAllocation
lineVisible
boolean lineVisible
defaultLineWidths
java.lang.Boolean defaultLineWidths
chartWindows
java.util.Vector<E> chartWindows
datasetWindowAssignments
java.util.Hashtable<K,V> datasetWindowAssignments
tileHorizontal
boolean tileHorizontal
textLabelsOn
boolean textLabelsOn
valueLabelsOn
boolean valueLabelsOn
percentLabelsOn
boolean percentLabelsOn
labelPosition
int labelPosition
labelFormat
int labelFormat
labelPrecision
int labelPrecision
xLoc
double xLoc
yLoc
double yLoc
startDegrees
int startDegrees
width
double width
height
double height
labelFont
java.awt.Font labelFont
labelColor
java.awt.Color labelColor
dataset
Dataset dataset
total
double total
lineGc
Gc lineGc
percentFormat
java.text.NumberFormat percentFormat
sideInfo
java.util.Vector<E> sideInfo
sideOrder
java.util.Vector<E> sideOrder
edgeInfo
java.util.Vector<E> edgeInfo
labelInfo
java.util.Vector<E> labelInfo
CELL_PADDING
int CELL_PADDING
ELLIPSIS
java.lang.String ELLIPSIS
pie
Pie pie
dataset
Dataset dataset
gc
Gc gc
dropShadowGc
Gc dropShadowGc
urX
double urX
urY
double urY
llX
double llX
llY
double llY
useDisplayList
boolean useDisplayList
globals
Globals globals
gWidth
int gWidth
gHeight
int gHeight
userSizeSpecs
boolean userSizeSpecs
transform
Transform transform
verticalDropShadowOffset
int verticalDropShadowOffset
horizontalDropShadowOffset
int horizontalDropShadowOffset
axis
PolarAxis axis
plotarea
Plotarea plotarea
dataXfm
Transform dataXfm
scatterPlot
boolean scatterPlot
fillAreas
boolean fillAreas
interval
double interval
centerX
double centerX
centerY
double centerY
fullPlotarea
Plotarea fullPlotarea
qtrPlotarea
Plotarea qtrPlotarea
numSpoke
int numSpoke
center
java.awt.Point center
dataXfm
Transform dataXfm
labelList
java.util.Vector<E> labelList
manualSpoking
boolean manualSpoking
polar
Polar polar
axis
PolarAxis axis
lineVisible
boolean lineVisible
slope
double slope
intercept
double intercept
parent
java.awt.Component parent
c
java.awt.Color c
f
java.awt.Font f
numDatasets
int numDatasets
sectors
java.util.Vector<E> sectors
datasetTotal
double datasetTotal
dataTotals
double[] dataTotals
baseColor
java.awt.Color baseColor
baseValue
double baseValue
secondaryColor
java.awt.Color secondaryColor
useGradientColoring
boolean useGradientColoring
labelStyle
int labelStyle
sectorMap
SectorMap sectorMap
individualColors
boolean individualColors
needleStyle
int needleStyle
alarmThreshold
double alarmThreshold
drawPivotCircle
boolean drawPivotCircle
axis
SpeedoAxis axis
speedoPosition
int speedoPosition
labelsInside
boolean labelsInside
startAngle
int startAngle
arcLength
int arcLength
centerX
double centerX
centerY
double centerY
hCircleSize
double hCircleSize
vCircleSize
double vCircleSize
thresholdWidth
int thresholdWidth
currentAnchors
float[][] currentAnchors
speedo
Speedo speedo
useCircularArc
boolean useCircularArc
startAngle
int startAngle
arcLength
int arcLength
speedoPosition
int speedoPosition
centerX
double centerX
centerY
double centerY
hCircleSize
double hCircleSize
vCircleSize
double vCircleSize
ignoreFirstLabel
boolean ignoreFirstLabel
ignoreLastLabel
boolean ignoreLastLabel
stackValues
boolean stackValues
areaStyleStacking
boolean areaStyleStacking
width
int width
stick
Stick stick
scaleX
double scaleX
scaleY
double scaleY
shiftX
double shiftX
shiftY
double shiftY
logScaleX
double logScaleX
logScaleY
double logScaleY
logShiftX
double logShiftX
logShiftY
double logShiftY
logXScaling
boolean logXScaling
logYScaling
boolean logYScaling
barYAxis
AxisInterface barYAxis
bar
Bar bar
datasetType
int[] datasetType
barDatasets
Dataset[] barDatasets
areaDatasets
Dataset[] areaDatasets
individualColors
boolean individualColors
barYAxis
AxisInterface barYAxis
bar
Bar bar
barDatasets
Dataset[] barDatasets
lineDatasets
Dataset[] lineDatasets
datasetType
int[] datasetType
individualColors
boolean individualColors
auxYAxis
AxisInterface auxYAxis
auxLine
Line auxLine
stick
Stick stick
auxStick
Stick auxStick
stickData
Dataset[] stickData
auxStickData
Dataset[] auxStickData
lineData
Dataset[] lineData
auxLineData
Dataset[] auxLineData
rightDatasets
Dataset[] rightDatasets
leftDatasets
Dataset[] leftDatasets
dataOnRight
boolean[] dataOnRight
datasetType
int[] datasetType
auxYAxis
AxisInterface auxYAxis
auxLine
Line auxLine
rightDatasets
Dataset[] rightDatasets
dataOnRight
boolean[] dataOnRight
leftDatasets
Dataset[] leftDatasets
auxYAxis
AxisInterface auxYAxis
auxLine
Line auxLine
rightDatasets
Dataset[] rightDatasets
leftDatasets
Dataset[] leftDatasets
dataOnRight
boolean[] dataOnRight
barYAxis
AxisInterface barYAxis
bar
Bar bar
barDatasets
Dataset[] barDatasets
lineDatasets
Dataset[] lineDatasets
datasetType
int[] datasetType
individualColors
boolean individualColors
Package com.ve.kavachart.parts |
dataXfm
Transform dataXfm
xAxisStart
double xAxisStart
xAxisEnd
double xAxisEnd
yAxisStart
double yAxisStart
yAxisEnd
double yAxisEnd
chartMaxX
int chartMaxX
chartMaxY
int chartMaxY
xAxis
Axis xAxis
yAxis
Axis yAxis
myChart
Chart myChart
highVals
double[] highVals
lowVals
double[] lowVals
stdDev
double[] stdDev
meanVals
double[] meanVals
dataXfm
Transform dataXfm
boxWidth
double boxWidth
lcl
double[] lcl
ucl
double[] ucl
xBar
java.lang.Double xBar
lineGc
Gc lineGc
showMeans
boolean showMeans
lastObservationColor
java.awt.Color lastObservationColor
highVals
double[] highVals
lowVals
double[] lowVals
upperQuartileVals
double[] upperQuartileVals
lowerQuartileVals
double[] lowerQuartileVals
medianVals
double[] medianVals
means
double[] means
dataXfm
Transform dataXfm
boxWidth
double boxWidth
lcl
double[] lcl
ucl
double[] ucl
xBar
java.lang.Double xBar
lineGc
Gc lineGc
showMeans
boolean showMeans
tiStyleCalculation
boolean tiStyleCalculation
graphics
java.awt.Graphics graphics
lastLabelLoc
int lastLabelLoc
minNextLabelLoc
int minNextLabelLoc
labelLength
int labelLength
lastDrawnLabelLength
int lastDrawnLabelLength
ONE_DAY
long ONE_DAY
tmpDate
java.util.Date tmpDate
listeners
java.util.Vector<E> listeners
dataTank
Dataset[] dataTank
visibleDataArray
Dataset[] visibleDataArray
myEvent
DataEvent myEvent
- This bean's DataEvent (reused)
primaryLabelFormat
java.text.Format primaryLabelFormat
userPrimaryLabelFormat
java.text.Format userPrimaryLabelFormat
secondaryLabelFormat
java.text.Format secondaryLabelFormat
userSecondaryLabelFormat
java.text.Format userSecondaryLabelFormat
startDate
java.util.Date startDate
endDate
java.util.Date endDate
labelStep
int labelStep
tmpDate
java.util.Date tmpDate
userSpecLocale
java.util.Locale userSpecLocale
labelFrequency
int labelFrequency
gridFrequency
int gridFrequency
gridMultiplier
int gridMultiplier
yearLabelMultiplier
int yearLabelMultiplier
minuteFormat
java.text.DateFormat minuteFormat
hourFormat
java.text.DateFormat hourFormat
dayFormat
java.text.DateFormat dayFormat
monthFormat
java.text.DateFormat monthFormat
yearFormat
java.text.DateFormat yearFormat
dayOfWeekFormat
java.text.DateFormat dayOfWeekFormat
labelCalendar
java.util.Calendar labelCalendar
iterationCalendar
java.util.Calendar iterationCalendar
lastIteration
int lastIteration
lastLabel
int lastLabel
stripeGrids
boolean stripeGrids
highlightFont
java.awt.Font highlightFont
highlightItem
boolean[] highlightItem
highlightFontItem
boolean[] highlightFontItem
currentGraphics
java.awt.Graphics currentGraphics
maxLabelCount
int maxLabelCount
useMinorGrids
boolean useMinorGrids
useMajorGrids
boolean useMajorGrids
minorGridGc
Gc minorGridGc
doingMinorGrids
boolean doingMinorGrids
labelMultiplier
int labelMultiplier
numberFormat
java.text.NumberFormat numberFormat
axMagnitude
int axMagnitude
dataStart
double dataStart
dataEnd
double dataEnd
dataStart
double dataStart
dataEnd
double dataEnd
maxLabelCount
int maxLabelCount
labelMultiplier
int labelMultiplier
numberFormat
java.text.NumberFormat numberFormat
axMagnitude
int axMagnitude
values
java.util.Vector<E> values
minVal
double minVal
maxVal
double maxVal
axis
SpeedoAxis axis
multiple
double multiple
labelIncrement
double labelIncrement
minTickIncrement
double minTickIncrement
linearStart
double linearStart
transformer
DataTransform transformer
datum
Datum datum
numberFormat
java.text.NumberFormat numberFormat
conventionalLogScaling
boolean conventionalLogScaling
maxDataVal
double maxDataVal
minDataVal
double minDataVal
labelIncrement
double labelIncrement
minTickIncrement
double minTickIncrement
linearStart
double linearStart
transformer
DataTransform transformer
datum
Datum datum
numberFormat
java.text.NumberFormat numberFormat
conventionalLogScaling
boolean conventionalLogScaling
primaryLabelFormat
java.text.Format primaryLabelFormat
userPrimaryLabelFormat
java.text.Format userPrimaryLabelFormat
secondaryLabelFormat
java.text.Format secondaryLabelFormat
userSecondaryLabelFormat
java.text.Format userSecondaryLabelFormat
startDate
java.util.Date startDate
endDate
java.util.Date endDate
labelStep
int labelStep
tmpDate
java.util.Date tmpDate
userSpecLocale
java.util.Locale userSpecLocale
labelFrequency
int labelFrequency
hourFormat
java.text.DateFormat hourFormat
dayFormat
java.text.DateFormat dayFormat
monthFormat
java.text.DateFormat monthFormat
yearFormat
java.text.DateFormat yearFormat
dayOfWeekFormat
java.text.DateFormat dayOfWeekFormat
labelCalendar
java.util.Calendar labelCalendar
iterationCalendar
java.util.Calendar iterationCalendar
lastIteration
int lastIteration
lastLabel
int lastLabel
stripeGrids
boolean stripeGrids
internalFormatter
java.text.NumberFormat internalFormatter
primaryLabelFormat
java.text.Format primaryLabelFormat
userPrimaryLabelFormat
java.text.Format userPrimaryLabelFormat
secondaryLabelFormat
java.text.Format secondaryLabelFormat
userSecondaryLabelFormat
java.text.Format userSecondaryLabelFormat
startDate
java.util.Date startDate
endDate
java.util.Date endDate
tmpDate
java.util.Date tmpDate
userSpecLocale
java.util.Locale userSpecLocale
labelFrequency
int labelFrequency
labelMultiplier
int labelMultiplier
secondLabelFrequency
int secondLabelFrequency
secondLabelMultiplier
int secondLabelMultiplier
gridFrequency
int gridFrequency
gridMultiplier
int gridMultiplier
tickFrequency
int tickFrequency
tickMultiplier
int tickMultiplier
userLabelFrequency
java.lang.Integer userLabelFrequency
userLabelMultiplier
java.lang.Integer userLabelMultiplier
userGridFrequency
java.lang.Integer userGridFrequency
userGridMultiplier
java.lang.Integer userGridMultiplier
userTickFrequency
java.lang.Integer userTickFrequency
userTickMultiplier
java.lang.Integer userTickMultiplier
userSecondLabelFrequency
java.lang.Integer userSecondLabelFrequency
userSecondLabelMultiplier
java.lang.Integer userSecondLabelMultiplier
minuteFormat
java.text.DateFormat minuteFormat
hourFormat
java.text.DateFormat hourFormat
dayFormat
java.text.DateFormat dayFormat
monthFormat
java.text.DateFormat monthFormat
yearFormat
java.text.DateFormat yearFormat
dayOfWeekFormat
java.text.DateFormat dayOfWeekFormat
labelCalendar
java.util.Calendar labelCalendar
iterationCalendar
java.util.Calendar iterationCalendar
lastIteration
int lastIteration
previousLabel
int previousLabel
previousWeek
int previousWeek
stripeGrids
boolean stripeGrids
businessStartDay
int businessStartDay
showSecondRowLabels
boolean showSecondRowLabels
numberFormat
java.text.NumberFormat numberFormat
stemSize
double stemSize
startWindow
int startWindow
endWindow
int endWindow
dataVectors
java.util.Vector<E>[] dataVectors
zoomed
boolean zoomed
dataXfm
Transform dataXfm
myChart
Chart myChart
xAxisStart
double xAxisStart
xAxisEnd
double xAxisEnd
yAxisStart
double yAxisStart
yAxisEnd
double yAxisEnd
chartMaxX
int chartMaxX
chartMaxY
int chartMaxY
dateFormat
java.text.DateFormat dateFormat
pointsPerLabel
int pointsPerLabel
dates
double[] dates
tmpDate
java.util.Date tmpDate
localIncrement
float localIncrement
Package com.ve.kavachart.servlet |
remoteStream
boolean remoteStream
parser
com.ve.kavachart.utility.ParameterParser parser
imageTracker
java.awt.MediaTracker imageTracker
noisy
boolean noisy
properties
java.util.Properties properties
fileName
java.lang.String fileName
bytes
byte[] bytes
useToolTips
boolean useToolTips
logStream
java.io.OutputStream logStream
useDwellLabel
boolean useDwellLabel
dwellXLabelFormat
java.text.Format dwellXLabelFormat
dwellYLabelFormat
java.text.NumberFormat dwellYLabelFormat
dwellUseXValue
boolean dwellUseXValue
dwellUseYValue
boolean dwellUseYValue
dwellUseY2Value
boolean dwellUseY2Value
dwellUseString
boolean dwellUseString
dwellUseDatasetName
boolean dwellUseDatasetName
dwellXString
java.lang.String dwellXString
dwellYString
java.lang.String dwellYString
dwellY2String
java.lang.String dwellY2String
userImagingCodec
UserImagingCodec userImagingCodec
antialiasOn
boolean antialiasOn
javascriptTooltips
boolean javascriptTooltips
dwellLabelTemplate
java.lang.String dwellLabelTemplate
dataProvider
com.ve.kavachart.utility.DataProvider dataProvider
delimiter
java.lang.String delimiter
isChartServlet
boolean isChartServlet
userLocale
java.util.Locale userLocale
dwellStartString
java.lang.String dwellStartString
dwellEndString
java.lang.String dwellEndString
undefinedString
java.lang.String undefinedString
dwellDat
Datum dwellDat
rowWise
boolean rowWise
useDatasetName
boolean useDatasetName
useYVals
boolean useYVals
useXVals
boolean useXVals
useY2Vals
boolean useY2Vals
useY3Vals
boolean useY3Vals
useLabelVals
boolean useLabelVals
dateFormatString
java.lang.String dateFormatString
cellClass
java.lang.String cellClass
rowHeaderClass
java.lang.String rowHeaderClass
columnHeaderClass
java.lang.String columnHeaderClass
tableClass
java.lang.String tableClass
proxyChart
BarChart proxyChart
dateFormat
java.text.SimpleDateFormat dateFormat
format
java.text.NumberFormat format