-
base
Base base
The current coordinate base.
-
graphics
Graphics graphics
The graphics object associated with this canvas.
-
margin
double margin
The portion of the canvas used for margin.
-
title
java.lang.String title
The main title of plot.
-
titleFont
java.awt.Font titleFont
The font for rendering the title.
-
titleColor
java.awt.Color titleColor
The color for rendering the title.
-
backupBase
Base backupBase
The coordinate base when the user start dragging the mouse.
-
baseGrid
smile.plot.BaseGrid baseGrid
The coordinate grid plot.
-
shapes
java.util.List<E> shapes
The shapes in the canvas, e.g. label, plots, etc.
-
canvas
smile.plot.PlotCanvas.MathCanvas canvas
The real canvas for plots.
-
toolbar
javax.swing.JToolBar toolbar
Optional tool bar to control plots.
-
popup
javax.swing.JPopupMenu popup
Right-click popup menu.
-
propertyTable
javax.swing.JTable propertyTable
Property table.
-
saveAction
javax.swing.Action saveAction
Toolbar button actions.
-
printAction
javax.swing.Action printAction
-
zoomInAction
javax.swing.Action zoomInAction
-
zoomOutAction
javax.swing.Action zoomOutAction
-
resetAction
javax.swing.Action resetAction
-
enlargePlotAreaAction
javax.swing.Action enlargePlotAreaAction
-
shrinkPlotAreaAction
javax.swing.Action shrinkPlotAreaAction
-
propertyAction
javax.swing.Action propertyAction
-
increaseHeightAction
javax.swing.Action increaseHeightAction
-
increaseWidthAction
javax.swing.Action increaseWidthAction
-
decreaseHeightAction
javax.swing.Action decreaseHeightAction
-
decreaseWidthAction
javax.swing.Action decreaseWidthAction
-
scrollPane
javax.swing.JScrollPane scrollPane