Serialized Form
Package com.jrefinery.chart |
chartPanel
ChartPanel chartPanel
- The chart panel.
chart
JFreeChart chart
- The chart that is displayed in the panel.
chartMouseListeners
java.util.List chartMouseListeners
- Storage for registered (chart) mouse listeners.
useBuffer
boolean useBuffer
- A flag that controls whether or not the off-screen buffer is used.
refreshBuffer
boolean refreshBuffer
- A flag that indicates that the buffer should be refreshed.
chartBuffer
java.awt.Image chartBuffer
- A buffer for the rendered chart.
chartBufferHeight
int chartBufferHeight
- The height of the chart buffer.
chartBufferWidth
int chartBufferWidth
- The width of the chart buffer.
minimumDrawWidth
int minimumDrawWidth
- The minimum width for drawing a chart (uses scaling for smaller widths).
minimumDrawHeight
int minimumDrawHeight
- The minimum height for drawing a chart (uses scaling for smaller
heights).
maximumDrawWidth
int maximumDrawWidth
- The maximum width for drawing a chart (uses scaling for bigger widths).
maximumDrawHeight
int maximumDrawHeight
- The maximum height for drawing a chart (uses scaling for bigger heights).
popup
javax.swing.JPopupMenu popup
- The popup menu for the frame.
info
ChartRenderingInfo info
- The drawing info collected the last time the chart was drawn.
scaleX
double scaleX
- The scale factor used to draw the chart.
scaleY
double scaleY
- The scale factor used to draw the chart.
zoomRectangle
java.awt.geom.Rectangle2D zoomRectangle
- The zoom rectangle (selected by the user with the mouse).
zoomPoint
java.awt.geom.Point2D zoomPoint
- The zoom rectangle starting point (selected by the user with a mouse
click)
fillZoomRectangle
boolean fillZoomRectangle
- Controls if the zoom rectangle is drawn as an outline or filled.
horizontalZoom
boolean horizontalZoom
- A flag that controls whether or not horizontal zooming is enabled.
verticalZoom
boolean verticalZoom
- A flag that controls whether or not vertical zooming is enabled.
horizontalAxisTrace
boolean horizontalAxisTrace
- A flag that controls whether or not horizontal tracing is enabled.
verticalAxisTrace
boolean verticalAxisTrace
- A flag that controls whether or not vertical tracing is enabled.
zoomInBothAxesMenuItem
javax.swing.JMenuItem zoomInBothAxesMenuItem
- Menu item for zooming in on a chart (both axes).
zoomInHorizontalMenuItem
javax.swing.JMenuItem zoomInHorizontalMenuItem
- Menu item for zooming in on a chart (horizontal axis).
zoomInVerticalMenuItem
javax.swing.JMenuItem zoomInVerticalMenuItem
- Menu item for zooming in on a chart (vertical axis).
zoomOutBothMenuItem
javax.swing.JMenuItem zoomOutBothMenuItem
- Menu item for zooming out on a chart.
zoomOutHorizontalMenuItem
javax.swing.JMenuItem zoomOutHorizontalMenuItem
- Menu item for zooming out on a chart (horizontal axis).
zoomOutVerticalMenuItem
javax.swing.JMenuItem zoomOutVerticalMenuItem
- Menu item for zooming out on a chart (vertical axis).
autoRangeBothMenuItem
javax.swing.JMenuItem autoRangeBothMenuItem
- Menu item for resetting the zoom (both axes).
autoRangeHorizontalMenuItem
javax.swing.JMenuItem autoRangeHorizontalMenuItem
- Menu item for resetting the zoom (horizontal axis only).
autoRangeVerticalMenuItem
javax.swing.JMenuItem autoRangeVerticalMenuItem
- Menu item for resetting the zoom (vertical axis only).
verticalTraceLine
java.awt.geom.Line2D verticalTraceLine
- A vertical trace line.
horizontalTraceLine
java.awt.geom.Line2D horizontalTraceLine
- A horizontal trace line.
available
java.awt.geom.Rectangle2D available
- Working storage for available panel area after deducting insets.
chartArea
java.awt.geom.Rectangle2D chartArea
- Working storage for the chart area.
data
DefaultMeterDataset data
- The dataset.
chart
JFreeChart chart
- The chart.
panel
ChartPanel panel
- The chart panel.
plot
ThermometerPlot plot
- The thermometer plot.
Package com.jrefinery.chart.demo |
compassData
DefaultMeterDataset compassData
- Dataset 1.
shipData
DefaultMeterDataset shipData
- Dataset 2.
compassPlot
CompassPlot compassPlot
- The compass plot.
compassChart
JFreeChart compassChart
- The chart.
panelCompass
ChartPanel panelCompass
- The chart panel.
gridLayout1
java.awt.GridLayout gridLayout1
- A grid layout.
panelCompassHolder
javax.swing.JPanel panelCompassHolder
- A panel.
borderLayout
java.awt.BorderLayout borderLayout
- A border layout.
jPanel12
javax.swing.JPanel jPanel12
- A panel.
checkWindNull
javax.swing.JCheckBox checkWindNull
- A checkbox.
checkShipNull
javax.swing.JCheckBox checkShipNull
- A checkbox.
spinWind
com.jrefinery.ui.Spinner spinWind
- The wind spinner control.
spinShip
com.jrefinery.ui.Spinner spinShip
- The ship spinner control.
jPanel1
javax.swing.JPanel jPanel1
- A panel.
pick1Pointer
javax.swing.JComboBox pick1Pointer
- A combo box.
jPanel2
javax.swing.JPanel jPanel2
- A panel.
pick2Pointer
javax.swing.JComboBox pick2Pointer
- A combo box.
titledBorder1
javax.swing.border.TitledBorder titledBorder1
- A titled border.
titledBorder2
javax.swing.border.TitledBorder titledBorder2
- A titled border.
gridBagLayout1
java.awt.GridBagLayout gridBagLayout1
- A grid bag layout.
gridBagLayout2
java.awt.GridBagLayout gridBagLayout2
- A grid bag layout.
titledBorder3
javax.swing.border.TitledBorder titledBorder3
- A titled border.
gridLayout2
java.awt.GridLayout gridLayout2
- A grid layout.
series
BasicTimeSeries series
- The time series data.
lastValue
double lastValue
- The most recent value added.
data
float[][] data
resources
java.util.ResourceBundle resources
- Localised resources.
frame
ChartFrame[] frame
- Chart frames.
panels
javax.swing.JPanel[] panels
- Panels.
aboutFrame
com.jrefinery.ui.about.AboutFrame aboutFrame
- A frame for displaying information about the application.
tabbedPane
javax.swing.JTabbedPane tabbedPane
- A tabbed pane for displaying sample charts;
context
javax.servlet.ServletContext context
- Servlet context.
chartPanel
ChartPanel chartPanel
- The chart panel.
xzoom
javax.swing.JCheckBox xzoom
- X zoom.
yzoom
javax.swing.JCheckBox yzoom
- Y zoom.
series
XYSeries series
- The series.
ballImage
java.awt.Image ballImage
- The ball image.
arrowImage
java.awt.Image arrowImage
- The arrow image.
chart
JFreeChart chart
- The chart.
data
DefaultMeterDataset data
- The dataset.
meterplot
MeterPlot meterplot
- The meter plot (dial).
meterchart
JFreeChart meterchart
- The meter chart (dial).
panelMeter
ChartPanel panelMeter
- The meter panel.
jPanel1
javax.swing.JPanel jPanel1
- Panel 1.
butUp3
javax.swing.JButton butUp3
- Increment button for thermometer ?.
butDown3
javax.swing.JButton butDown3
- Decrement button for thermometer ?.
jPanel2
javax.swing.JPanel jPanel2
- Panel 2.
borderLayout2
java.awt.BorderLayout borderLayout2
- Borderlayout 2.
jPanel3
javax.swing.JPanel jPanel3
- Panel 3.
borderLayout3
java.awt.BorderLayout borderLayout3
- Borderlayout 3.
jPanel4
javax.swing.JPanel jPanel4
- Panel 4.
butDown2
javax.swing.JButton butDown2
- Decrement button for thermometer ?.
butUp2
javax.swing.JButton butUp2
- Increment button for thermometer ?.
jPanel5
javax.swing.JPanel jPanel5
- Panel 5.
gridLayout1
java.awt.GridLayout gridLayout1
- Grid layout 1.
jPanel6
javax.swing.JPanel jPanel6
- Panel 6.
butUp1
javax.swing.JButton butUp1
- Increment button for thermometer ?.
butDown1
javax.swing.JButton butDown1
- Decrement button for thermometer ?.
thermo1
JThermometer thermo1
- Thermometer 1.
thermo2
JThermometer thermo2
- Thermometer 2.
thermo3
JThermometer thermo3
- Thermometer 2.
thermo
JThermometer[] thermo
- Array of thermometers.
borderLayout1
java.awt.BorderLayout borderLayout1
- Borderlayout 1.
jPanel7
javax.swing.JPanel jPanel7
- Panel 7.
jPanel8
javax.swing.JPanel jPanel8
- Panel 8.
jPanel9
javax.swing.JPanel jPanel9
- Panel 9.
gridLayout2
java.awt.GridLayout gridLayout2
- Grid layout 2.
gridLayout3
java.awt.GridLayout gridLayout3
- Grid layout 3.
gridLayout4
java.awt.GridLayout gridLayout4
- Grid layout 4.
pickShow1
javax.swing.JComboBox pickShow1
- Combo box 1 for value label position.
pickShow2
javax.swing.JComboBox pickShow2
- Combo box 2 for value label position.
pickShow3
javax.swing.JComboBox pickShow3
- Combo box 3 for value label position.
pickShow
javax.swing.JComboBox[] pickShow
- An array of combo boxes.
jPanel10
javax.swing.JPanel jPanel10
- Panel 10.
borderLayout4
java.awt.BorderLayout borderLayout4
- Borderlayout 4.
jPanel11
javax.swing.JPanel jPanel11
- Panel 11.
butDown4
javax.swing.JButton butDown4
- Decrement button for thermometer ?.
butUp4
javax.swing.JButton butUp4
- Increment button for thermometer ?.
Package com.jrefinery.chart.demo.jdbc.servlet |
sqlServerType
int sqlServerType
servletName
java.lang.String servletName
- The servlets name
debug
boolean debug
- Whether or not to enable debug information output
chartTitle
java.lang.String chartTitle
- Title of the chart
xAxisTitle
java.lang.String xAxisTitle
- Title of the x axis
yAxisTitle
java.lang.String yAxisTitle
- Title of the y axis
con_
java.sql.Connection con_
dbDriver_
java.lang.String dbDriver_
dbUrl_
java.lang.String dbUrl_
dbUser_
java.lang.String dbUser_
dbPwd_
java.lang.String dbPwd_
dbSchema_
java.lang.String dbSchema_
Package com.jrefinery.chart.demo.jdbc.swing |
isStandalone
boolean isStandalone
- Is this running standalone
chart
JFreeChart chart
conn
java.sql.Connection conn
currentURL
java.lang.String currentURL
currentDriver
java.lang.String currentDriver
currentSchema
java.lang.String currentSchema
currentUser
java.lang.String currentUser
currentPassword
java.lang.String currentPassword
generalStmt
java.sql.Statement generalStmt
chartData
JdbcXYDataset chartData
chartParameters
java.util.Vector chartParameters
- Currently selected list of parameters to plot
workingThread
java.lang.Thread workingThread
- Process management - The currently running update thread
panelHeader
javax.swing.JPanel panelHeader
panelGraph
javax.swing.JPanel panelGraph
labelCurrentVoyage
javax.swing.JLabel labelCurrentVoyage
textComments
javax.swing.JLabel textComments
labelChartPickText
javax.swing.JLabel labelChartPickText
jLabel1
javax.swing.JLabel jLabel1
jLabel2
javax.swing.JLabel jLabel2
butAction
javax.swing.JButton butAction
pickVoyage
javax.swing.JComboBox pickVoyage
pickChartItems
javax.swing.JComboBox pickChartItems
borderLayout2
java.awt.BorderLayout borderLayout2
gridLayout1
java.awt.GridLayout gridLayout1
Package com.jrefinery.chart.demo.servlet |
sqlServerType
int sqlServerType
servletName
java.lang.String servletName
- The servlets name
debug
boolean debug
- Whether or not to enable debug information output
chartTitle
java.lang.String chartTitle
- Title of the chart
xAxisTitle
java.lang.String xAxisTitle
- Title of the x axis
yAxisTitle
java.lang.String yAxisTitle
- Title of the y axis
defaultChartType
int defaultChartType
con
java.sql.Connection con
dbDriver
java.lang.String dbDriver
dbUrl
java.lang.String dbUrl
dbUser
java.lang.String dbUser
dbPwd
java.lang.String dbPwd
dbSchema
java.lang.String dbSchema
headerUrl
java.lang.String headerUrl
footerUrl
java.lang.String footerUrl
tempDir
java.lang.String tempDir
tempUrl
java.lang.String tempUrl
includeType
int includeType
demo
JFreeChartDemoBase demo
- Common Chart generator between servlets and swing examples
resources
java.util.ResourceBundle resources
tabTitles
java.lang.String[] tabTitles
Package com.jrefinery.chart.event |
axis
Axis axis
- The axis that generated the change event.
type
int type
- The type of event.
chart
JFreeChart chart
- The chart that generated the event.
legend
Legend legend
- The chart legend that generated the event.
plot
Plot plot
- The plot that generated the event.
title
AbstractTitle title
- The chart title that generated the event.
Package com.jrefinery.chart.servlet |
Package com.jrefinery.chart.ui |
label
javax.swing.JTextField label
- The axis label.
labelFont
java.awt.Font labelFont
- The label font.
labelPaintSample
com.jrefinery.ui.PaintSample labelPaintSample
- The label paint.
labelFontField
javax.swing.JTextField labelFontField
- A field showing a description of the label font.
tickLabelFont
java.awt.Font tickLabelFont
- The font for displaying tick labels on the axis.
tickLabelFontField
javax.swing.JTextField tickLabelFontField
- A field containing a description of the font for displaying tick labels on the axis.
tickLabelPaintSample
com.jrefinery.ui.PaintSample tickLabelPaintSample
- The paint (color) for the tick labels.
slot1
javax.swing.JPanel slot1
- An empty sub-panel for extending the user interface to handle more complex axes.
slot2
javax.swing.JPanel slot2
- An empty sub-panel for extending the user interface to handle more complex axes.
showTickLabelsCheckBox
javax.swing.JCheckBox showTickLabelsCheckBox
- A flag that indicates whether or not the tick labels are visible.
showTickMarksCheckBox
javax.swing.JCheckBox showTickMarksCheckBox
- A flag that indicates whether or not the tick marks are visible.
tickLabelInsetsTextField
com.jrefinery.ui.InsetsTextField tickLabelInsetsTextField
- Insets text field.
labelInsetsTextField
com.jrefinery.ui.InsetsTextField labelInsetsTextField
- Label insets text field.
tickLabelInsets
java.awt.Insets tickLabelInsets
- The tick label insets.
labelInsets
java.awt.Insets labelInsets
- The label insets.
otherTabs
javax.swing.JTabbedPane otherTabs
- A tabbed pane for...
titlePropertiesPanel
TitlePropertyEditPanel titlePropertiesPanel
- A panel for displaying/editing the properties of the title.
legendPropertiesPanel
com.jrefinery.chart.ui.LegendPropertyEditPanel legendPropertiesPanel
- A panel for displaying/editing the properties of the legend.
plotPropertiesPanel
PlotPropertyEditPanel plotPropertiesPanel
- A panel for displaying/editing the properties of the plot.
antialias
javax.swing.JCheckBox antialias
- A checkbox indicating whether or not the chart is drawn with
anti-aliasing.
background
com.jrefinery.ui.PaintSample background
- The chart background color.
backgroundPaintSample
com.jrefinery.ui.PaintSample backgroundPaintSample
- The paint (color) used to fill the background of the plot.
outlineStrokeSample
com.jrefinery.ui.StrokeSample outlineStrokeSample
- The stroke (pen) used to draw the outline of the plot.
outlinePaintSample
com.jrefinery.ui.PaintSample outlinePaintSample
- The paint (color) used to draw the outline of the plot.
domainAxisPropertyPanel
AxisPropertyEditPanel domainAxisPropertyPanel
- A panel used to display/edit the properties of the domain axis (if any).
rangeAxisPropertyPanel
AxisPropertyEditPanel rangeAxisPropertyPanel
- A panel used to display/edit the properties of the range axis (if any).
availableStrokeSamples
com.jrefinery.ui.StrokeSample[] availableStrokeSamples
- An array of stroke samples to choose from.
plotInsets
java.awt.Insets plotInsets
- The insets for the plot.
insetsTextField
com.jrefinery.ui.InsetsTextField insetsTextField
- The insets text field.
titleField
javax.swing.JTextField titleField
- A field for displaying/editing the title text.
titleFont
java.awt.Font titleFont
- The font used to draw the title.
fontfield
javax.swing.JTextField fontfield
- A field for displaying a description of the title font.
titlePaint
com.jrefinery.ui.PaintSample titlePaint
- The paint (color) used to draw the title.
Package com.jrefinery.data |
data
Dataset data
- The dataset that generated the change event.
series
BasicTimeSeries series
- The series.
editable
boolean editable
- A flag that controls whether the series is editable.
edits
BasicTimeSeries edits
- The edits.
newTimePeriod
TimePeriod newTimePeriod
- The new time period.
newValue
java.lang.Number newValue
- The new value.