Index

A B C D E F G H I J L M N O P Q R S T V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept(File) - Method in class smile.swing.FileChooser.SimpleFileFilter
 
actionPerformed(ActionEvent) - Method in class smile.plot.swing.PlotGrid
 
actionPerformed(ActionEvent) - Method in class smile.swing.table.ButtonCellRenderer
 
actionPerformed(ActionEvent) - Method in class smile.swing.table.ColorCellEditor
 
actionPerformed(ActionEvent) - Method in class smile.swing.table.FontCellEditor
 
actionPerformed(ActionEvent) - Method in class smile.swing.table.TableCopyPasteAdapter
This method is activated on the Keystrokes we are listening to in this implementation.
add(double...) - Method in class smile.plot.swing.Isoline
Add a point to the contour line.
add(Plot) - Method in class smile.plot.swing.Canvas
Add a graphical shape to the canvas.
add(PlotPanel) - Method in class smile.plot.swing.PlotGrid
Add a plot into the frame.
add(Shape) - Method in class smile.plot.swing.Canvas
Add a graphical shape to the canvas.
addExtension(String) - Method in class smile.swing.FileChooser.SimpleFileFilter
Adds a file type "dot" extension to filter against.
addNotify() - Method in class smile.swing.Table.RowHeader
 
addPropertyChangeListener(PropertyChangeListener) - Method in class smile.plot.swing.Canvas
Add a PropertyChangeListener to the listener list.
AlphaIcon - Class in smile.swing
An Icon wrapper that paints the contained icon with a specified transparency.
AlphaIcon(Icon, float) - Constructor for class smile.swing.AlphaIcon
Creates an AlphaIcon with the specified icon and opacity.
apply(JTable) - Method in class smile.swing.table.TableColumnSettings
Apply this column settings to given table.
apply(JTable) - Static method in class smile.swing.table.TableCopyPasteAdapter
 
Axis - Class in smile.plot.swing
This class describes an axis of a coordinate system.
Axis(Base, int) - Constructor for class smile.plot.swing.Axis
Constructor.

B

Bar - Class in smile.plot.swing
Bars with heights proportional to the value.
Bar(double[][], double, Color) - Constructor for class smile.plot.swing.Bar
Constructor.
BarPlot - Class in smile.plot.swing
A barplot draws bars with heights proportional to the value.
BarPlot(Bar...) - Constructor for class smile.plot.swing.BarPlot
Constructor.
BarPlot(Bar[], Legend[]) - Constructor for class smile.plot.swing.BarPlot
Constructor.
Base - Class in smile.plot.swing
The coordinate base of PlotCanvas.
Base(double[], double[]) - Constructor for class smile.plot.swing.Base
Constructor.
Base(double[], double[], boolean) - Constructor for class smile.plot.swing.Base
Constructor.
BLACK - Static variable in interface smile.plot.swing.Palette
 
BLUE - Static variable in interface smile.plot.swing.Palette
 
BoxPlot - Class in smile.plot.swing
A boxplot is a convenient way of graphically depicting groups of numerical data through their five-number summaries (the smallest observation (sample minimum), lower quartile (Q1), median (Q2), upper quartile (Q3), and largest observation (sample maximum).
BoxPlot(double[][], String[]) - Constructor for class smile.plot.swing.BoxPlot
Constructor.
BROWN - Static variable in interface smile.plot.swing.Palette
 
BURGUNDY - Static variable in interface smile.plot.swing.Palette
 
Button - Class in smile.swing
Action initialized JButton.
Button(Action) - Constructor for class smile.swing.Button
Constructor.
ButtonCellRenderer - Class in smile.swing.table
The ButtonCellRenderer class provides a renderer and an editor that looks like a JButton.
ButtonCellRenderer(JTable, Action, int) - Constructor for class smile.swing.table.ButtonCellRenderer
Create the ButtonCellRenderer to be used as a renderer and editor.
ByteArrayCellRenderer - Class in smile.swing.table
Byte array renderer in JTable.
ByteArrayCellRenderer() - Constructor for class smile.swing.table.ByteArrayCellRenderer
Constructor.

C

CADET_BLUE - Static variable in interface smile.plot.swing.Palette
 
CANCEL_OPTION - Static variable in class smile.swing.FontChooser
Return value from showDialog().
canvas() - Method in class smile.plot.swing.BarPlot
 
canvas() - Method in class smile.plot.swing.BoxPlot
 
canvas() - Method in class smile.plot.swing.Contour
 
canvas() - Method in class smile.plot.swing.Dendrogram
 
canvas() - Method in class smile.plot.swing.Heatmap
 
canvas() - Method in class smile.plot.swing.Hexmap
 
canvas() - Method in class smile.plot.swing.LinePlot
 
canvas() - Method in class smile.plot.swing.Plot
Returns a canvas of the plot.
canvas() - Method in class smile.plot.swing.ScreePlot
 
canvas() - Method in class smile.plot.swing.SparseMatrixPlot
 
canvas() - Method in class smile.plot.swing.StaircasePlot
 
Canvas - Class in smile.plot.swing
Canvas for mathematical plots.
Canvas(double[], double[]) - Constructor for class smile.plot.swing.Canvas
Constructor
Canvas(double[], double[], boolean) - Constructor for class smile.plot.swing.Canvas
Constructor
clear() - Method in class smile.plot.swing.Canvas
Remove all graphic plots from the canvas.
clearClip() - Method in class smile.plot.swing.Graphics
Clear the restriction of the draw area.
clip() - Method in class smile.plot.swing.Graphics
Restrict the draw area to the valid base coordinate space.
ColorCellEditor - Class in smile.swing.table
Color editor in JTable.
ColorCellEditor() - Constructor for class smile.swing.table.ColorCellEditor
Constructor.
ColorCellRenderer - Class in smile.swing.table
Color renderer in JTable.
ColorCellRenderer() - Constructor for class smile.swing.table.ColorCellRenderer
Constructor.
ColorCellRenderer(boolean) - Constructor for class smile.swing.table.ColorCellRenderer
Constructor.
COLORS - Static variable in interface smile.plot.swing.Palette
 
columnAdded(TableColumnModelEvent) - Method in class smile.swing.table.TableColumnSettings
 
columnMarginChanged(ChangeEvent) - Method in class smile.swing.table.TableColumnSettings
 
columnMoved(TableColumnModelEvent) - Method in class smile.swing.table.TableColumnSettings
 
columnRemoved(TableColumnModelEvent) - Method in class smile.swing.table.TableColumnSettings
 
columnSelectionChanged(ListSelectionEvent) - Method in class smile.swing.table.TableColumnSettings
 
Contour - Class in smile.plot.swing
A contour plot is a graphical technique for representing a 3-dimensional surface by plotting constant z slices, called contours, on a 2-dimensional format.
Contour(double[][], double[]) - Constructor for class smile.plot.swing.Contour
Constructor.
Contour(double[][], int, boolean) - Constructor for class smile.plot.swing.Contour
Constructor.
Contour(double[], double[], double[][], double[]) - Constructor for class smile.plot.swing.Contour
Constructor.
Contour(double[], double[], double[][], int, boolean) - Constructor for class smile.plot.swing.Contour
Constructor.
CURRENCY - Static variable in class smile.swing.table.NumberCellRenderer
 
CYAN - Static variable in interface smile.plot.swing.Palette
 

D

DARK_BLUE - Static variable in interface smile.plot.swing.Palette
 
DARK_CYAN - Static variable in interface smile.plot.swing.Palette
 
DARK_GRAY - Static variable in interface smile.plot.swing.Palette
 
DARK_GREEN - Static variable in interface smile.plot.swing.Palette
 
DARK_MAGENTA - Static variable in interface smile.plot.swing.Palette
 
DARK_PURPLE - Static variable in interface smile.plot.swing.Palette
 
DARK_RED - Static variable in interface smile.plot.swing.Palette
 
DARK_SLATE_GRAY - Static variable in interface smile.plot.swing.Palette
 
DASH - Enum constant in enum class smile.plot.swing.Line.Style
 
DateCellEditor - Class in smile.swing.table
Implements a cell editor that uses a formatted text field to edit Date values.
DateCellEditor(String) - Constructor for class smile.swing.table.DateCellEditor
Constructor.
DateCellEditor(DateFormat) - Constructor for class smile.swing.table.DateCellEditor
Constructor.
DateCellRenderer - Class in smile.swing.table
Date cell renderer.
DateCellRenderer(String) - Constructor for class smile.swing.table.DateCellRenderer
 
DateCellRenderer(DateFormat) - Constructor for class smile.swing.table.DateCellRenderer
 
DefaultTableHeaderCellRenderer - Class in smile.swing.table
A default cell renderer for a JTableHeader.
DefaultTableHeaderCellRenderer() - Constructor for class smile.swing.table.DefaultTableHeaderCellRenderer
Constructs a DefaultTableHeaderCellRenderer.
Dendrogram - Class in smile.plot.swing
A dendrogram is a tree diagram frequently used to illustrate the arrangement of the clusters produced by hierarchical clustering.
Dendrogram(int[][], double[]) - Constructor for class smile.plot.swing.Dendrogram
Constructor.
Dendrogram(int[][], double[], Color) - Constructor for class smile.plot.swing.Dendrogram
Constructor.
dialogResultValue - Variable in class smile.swing.FontChooser
 
DOT - Enum constant in enum class smile.plot.swing.Line.Style
 
DOT_DASH - Enum constant in enum class smile.plot.swing.Line.Style
 
DoubleArrayCellEditor - Class in smile.swing.table
Implements a cell editor that uses a formatted text field to edit double[] values.
DoubleArrayCellEditor() - Constructor for class smile.swing.table.DoubleArrayCellEditor
Constructor.
DoubleArrayCellRenderer - Class in smile.swing.table
Double array renderer in JTable.
DoubleArrayCellRenderer() - Constructor for class smile.swing.table.DoubleArrayCellRenderer
Constructor.
DoubleCellEditor - Class in smile.swing.table
Implements a cell editor that uses a formatted text field to edit Double values.
DoubleCellEditor() - Constructor for class smile.swing.table.DoubleCellEditor
Constructor.
DoubleCellEditor(double, double) - Constructor for class smile.swing.table.DoubleCellEditor
Constructor.
drawLine(double[]...) - Method in class smile.plot.swing.Graphics
Draw poly line.
drawLineBaseRatio(double[]...) - Method in class smile.plot.swing.Graphics
Draw poly line.
drawPoint(char, double...) - Method in class smile.plot.swing.Graphics
Draw a dot with given pattern.
drawPoint(double...) - Method in class smile.plot.swing.Graphics
Draw a dot.
drawPolygon(double[]...) - Method in class smile.plot.swing.Graphics
Draw polygon.
drawRect(double[], double[]) - Method in class smile.plot.swing.Graphics
Draw the outline of the specified rectangle.
drawRectBaseRatio(double[], double[]) - Method in class smile.plot.swing.Graphics
Draw the outline of the specified rectangle.
drawText(String, double[]) - Method in class smile.plot.swing.Graphics
Draw a string.
drawText(String, double[], double) - Method in class smile.plot.swing.Graphics
Draw a string with given rotation angle.
drawText(String, double[], double, double) - Method in class smile.plot.swing.Graphics
Draw a string with given reference point.
drawText(String, double[], double, double, double) - Method in class smile.plot.swing.Graphics
Draw a string with given reference point and rotation angle.
drawTextBaseRatio(String, double[]) - Method in class smile.plot.swing.Graphics
Draw a string with given rotation angle.
drawTextBaseRatio(String, double[], double) - Method in class smile.plot.swing.Graphics
Draw a string with given rotation angle.
drawTextBaseRatio(String, double[], double, double) - Method in class smile.plot.swing.Graphics
Draw a string with given reference point.
drawTextBaseRatio(String, double[], double, double, double) - Method in class smile.plot.swing.Graphics
Draw a string with given reference point and rotation angle.

E

ERROR_OPTION - Static variable in class smile.swing.FontChooser
Return value from showDialog().
extendBound(double[], double[]) - Method in class smile.plot.swing.Base
Extend lower and upper bounds.
extendBound(double[], double[]) - Method in class smile.plot.swing.Canvas
Extend lower and upper bounds.
extendBound(int) - Method in class smile.plot.swing.Base
Rounds the bounds for axis i.
extendLowerBound(double[]) - Method in class smile.plot.swing.Base
Extend lower bounds.
extendLowerBound(double[]) - Method in class smile.plot.swing.Canvas
Extend lower bounds.
extendUpperBound(double[]) - Method in class smile.plot.swing.Base
Extend upper bounds.
extendUpperBound(double[]) - Method in class smile.plot.swing.Canvas
Extend upper bounds.

F

FileChooser - Class in smile.swing
File chooser for with file/images preview.
FileChooser() - Constructor for class smile.swing.FileChooser
Constructor.
FileChooser.SimpleFileFilter - Class in smile.swing
A simple extension-based file filter.
fillPolygon(double[]...) - Method in class smile.plot.swing.Graphics
Fill polygon.
fillPolygon(float, double[]...) - Method in class smile.plot.swing.Graphics
Fill polygon.
fillRect(double[], double[]) - Method in class smile.plot.swing.Graphics
Fill the specified rectangle.
fillRectBaseRatio(double[], double[]) - Method in class smile.plot.swing.Graphics
Fill the specified rectangle.
FloatArrayCellRenderer - Class in smile.swing.table
Float array renderer in JTable.
FloatArrayCellRenderer() - Constructor for class smile.swing.table.FloatArrayCellRenderer
Constructor.
FontCellEditor - Class in smile.swing.table
Font editor in JTable.
FontCellEditor() - Constructor for class smile.swing.table.FontCellEditor
Constructor.
FontCellRenderer - Class in smile.swing.table
Font renderer in JTable.
FontCellRenderer() - Constructor for class smile.swing.table.FontCellRenderer
Constructor.
FontCellRenderer(String) - Constructor for class smile.swing.table.FontCellRenderer
Constructor.
FontChooser - Class in smile.swing
The FontChooser class is a swing component for font selection with JFileChooser-like APIs.
FontChooser() - Constructor for class smile.swing.FontChooser
Constructs a FontChooser object.
FontChooser(String[]) - Constructor for class smile.swing.FontChooser
Constructs a FontChooser object using the given font size array.
FOREST_GREEN - Static variable in interface smile.plot.swing.Palette
 

G

get(int, int) - Method in interface smile.plot.swing.Hexmap.Tooltip
Gets the tooltip of cell at (i, j).
getAlpha() - Method in class smile.swing.AlphaIcon
Gets this AlphaIcon's opacity
getAxis(int) - Method in class smile.plot.swing.Canvas
Returns the i-th axis.
getAxisLabel(int) - Method in class smile.plot.swing.Canvas
Returns the label/legend of an axis.
getAxisLabels() - Method in class smile.plot.swing.Canvas
Returns the labels/legends of axes.
getCellEditor(int, int) - Method in class smile.swing.Table
 
getCellEditorValue() - Method in class smile.swing.table.ButtonCellRenderer
 
getCellEditorValue() - Method in class smile.swing.table.ColorCellEditor
 
getCellEditorValue() - Method in class smile.swing.table.DateCellEditor
 
getCellEditorValue() - Method in class smile.swing.table.DoubleArrayCellEditor
 
getCellEditorValue() - Method in class smile.swing.table.DoubleCellEditor
 
getCellEditorValue() - Method in class smile.swing.table.FontCellEditor
 
getCellEditorValue() - Method in class smile.swing.table.IntegerArrayCellEditor
 
getCellEditorValue() - Method in class smile.swing.table.IntegerCellEditor
 
getCellRenderer(int, int) - Method in class smile.swing.Table
 
getColor() - Method in class smile.plot.swing.Graphics
Get the current color.
getCoordinateSpace() - Method in class smile.plot.swing.Base
Returns the coordinates.
getDescription() - Method in class smile.swing.FileChooser.SimpleFileFilter
Returns the human readable description of this filter.
getDimension() - Method in class smile.plot.swing.Base
Returns the dimensionality of coordinates.
getExtension(File) - Static method in class smile.swing.FileChooser
Returns the file name extension in lower case.
getFocusBorder() - Method in class smile.swing.table.ButtonCellRenderer
Get foreground color of the button when the cell has focus
getFont() - Method in class smile.plot.swing.Graphics
Get the current font.
getGraphics() - Method in class smile.plot.swing.Graphics
Returns the Java2D graphics object.
getHeight() - Method in class smile.plot.swing.Dendrogram
Returns the height of tree.
getIcon() - Method in class smile.swing.AlphaIcon
Gets the icon wrapped by this AlphaIcon
getIcon(JTable, int) - Method in class smile.swing.table.DefaultTableHeaderCellRenderer
Overloaded to return an icon suitable to the primary sorted column, or null if the column is not the primary sort key.
getIcon(JTable, int) - Method in class smile.swing.table.MultiColumnSortTableHeaderCellRenderer
Overridden to return an icon suitable to a sorted column, or null if the column is unsorted.
getIconHeight() - Method in class smile.swing.AlphaIcon
Gets the height of the bounding rectangle of this AlphaIcon.
getIconWidth() - Method in class smile.swing.AlphaIcon
Gets the width of the bounding rectangle of this AlphaIcon.
getInstance() - Static method in class smile.swing.FileChooser
Returns the shared file chooser instance.
getInstance() - Static method in class smile.swing.FontChooser
Returns the shared font chooser instance.
getInstance() - Static method in class smile.swing.table.DoubleCellEditor
Returns the default instance.
getLabel() - Method in class smile.plot.swing.Axis
Returns the label of the axis.
getLowerBound() - Method in class smile.plot.swing.BarPlot
 
getLowerBound() - Method in class smile.plot.swing.BoxPlot
 
getLowerBound() - Method in class smile.plot.swing.Contour
 
getLowerBound() - Method in class smile.plot.swing.Dendrogram
 
getLowerBound() - Method in class smile.plot.swing.Graphics
Returns the lower bounds of coordinate space.
getLowerBound() - Method in class smile.plot.swing.Grid
 
getLowerBound() - Method in class smile.plot.swing.Heatmap
 
getLowerBound() - Method in class smile.plot.swing.Hexmap
 
getLowerBound() - Method in class smile.plot.swing.Histogram3D
 
getLowerBound() - Method in class smile.plot.swing.LinePlot
 
getLowerBound() - Method in class smile.plot.swing.Plot
Returns the lower bound of data.
getLowerBound() - Method in class smile.plot.swing.QQPlot
 
getLowerBound() - Method in class smile.plot.swing.ScatterPlot
 
getLowerBound() - Method in class smile.plot.swing.ScreePlot
 
getLowerBound() - Method in class smile.plot.swing.SparseMatrixPlot
 
getLowerBound() - Method in class smile.plot.swing.StaircasePlot
 
getLowerBound() - Method in class smile.plot.swing.Surface
 
getLowerBound() - Method in class smile.plot.swing.TextPlot
 
getLowerBound() - Method in class smile.plot.swing.Wireframe
 
getLowerBounds() - Method in class smile.plot.swing.Base
Returns the lower bounds.
getLowerBounds() - Method in class smile.plot.swing.Canvas
Returns the lower bounds.
getMargin() - Method in class smile.plot.swing.Canvas
Returns the size of margin, which is not used as plot area.
getMessage(String) - Method in class smile.swing.FontChooser
 
getMnemonic() - Method in class smile.swing.table.ButtonCellRenderer
 
getNumberFormat() - Method in class smile.swing.table.NumberCellRenderer
Returns the number format used for rendering.
getPage() - Method in class smile.swing.table.PageTableModel
Returns the current page.
getPageCount() - Method in class smile.swing.table.PageTableModel
Returns the number of pages.
getPageSize() - Method in class smile.swing.table.PageTableModel
Returns the page size.
getPaint() - Method in class smile.plot.swing.Graphics
Get the current paint object.
getPrecisionDigits() - Method in class smile.plot.swing.Base
Returns the precision unit digits of axes.
getPrecisionUnit() - Method in class smile.plot.swing.Base
Returns the precision units of axes.
getPrinter() - Static method in class smile.swing.Printer
Returns the printer controller object.
getProjection() - Method in class smile.plot.swing.Graphics
Returns the projection object.
getPropertyChangeListeners() - Method in class smile.plot.swing.Canvas
Returns an array of all the listeners that were added to the PropertyChangeSupport object with addPropertyChangeListener().
getReadableImageFilter() - Static method in class smile.swing.FileChooser.SimpleFileFilter
Returns the filter for readable images.
getRealRow(int) - Method in class smile.swing.table.PageTableModel
Returns the row number of data given the row number of current page.
getRealRowCount() - Method in class smile.swing.table.PageTableModel
The sub class should implement this method to return the real number of rows in the model.
getRowCount() - Method in class smile.swing.table.PageTableModel
 
getRowCount() - Method in class smile.swing.Table.RowHeader
Delegate method to main table
getRowHeader() - Method in class smile.swing.Table
Returns a row header for this table.
getRowHeight(int) - Method in class smile.swing.Table.RowHeader
 
getScrollableTracksViewportWidth() - Method in class smile.swing.Table
 
getSelectedFont() - Method in class smile.swing.FontChooser
Get the selected font.
getSelectedFontFamily() - Method in class smile.swing.FontChooser
Get the family name of the selected font.
getSelectedFontSize() - Method in class smile.swing.FontChooser
Get the size of the selected font.
getSelectedFontStyle() - Method in class smile.swing.FontChooser
Get the style of the selected font.
getShapes() - Method in class smile.plot.swing.Canvas
Returns the list of shapes in the canvas.
getSortKey(JTable, int) - Method in class smile.swing.table.DefaultTableHeaderCellRenderer
Returns the current sort key, or null if the column is unsorted.
getStroke() - Method in class smile.plot.swing.Graphics
Get the current stroke.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class smile.swing.table.ButtonCellRenderer
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class smile.swing.table.ColorCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class smile.swing.table.DateCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class smile.swing.table.DoubleArrayCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class smile.swing.table.DoubleCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class smile.swing.table.FontCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class smile.swing.table.IntegerArrayCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class smile.swing.table.IntegerCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class smile.swing.table.ButtonCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class smile.swing.table.ColorCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class smile.swing.table.DefaultTableHeaderCellRenderer
Returns the default table header cell renderer.
getTitle() - Method in class smile.plot.swing.Canvas
Returns the main title of canvas.
getTitleColor() - Method in class smile.plot.swing.Canvas
Returns the color for title.
getTitleFont() - Method in class smile.plot.swing.Canvas
Returns the font for title.
getToolbar() - Method in class smile.plot.swing.PlotPanel
Returns a tool bar to control the plot.
getToolbar() - Method in class smile.swing.table.PageTableModel
Returns a tool bar to control the plot.
getUpperBound() - Method in class smile.plot.swing.BarPlot
 
getUpperBound() - Method in class smile.plot.swing.BoxPlot
 
getUpperBound() - Method in class smile.plot.swing.Contour
 
getUpperBound() - Method in class smile.plot.swing.Dendrogram
 
getUpperBound() - Method in class smile.plot.swing.Graphics
Returns the upper bounds of coordinate space.
getUpperBound() - Method in class smile.plot.swing.Grid
 
getUpperBound() - Method in class smile.plot.swing.Heatmap
 
getUpperBound() - Method in class smile.plot.swing.Hexmap
 
getUpperBound() - Method in class smile.plot.swing.Histogram3D
 
getUpperBound() - Method in class smile.plot.swing.LinePlot
 
getUpperBound() - Method in class smile.plot.swing.Plot
Returns the upper bound of data.
getUpperBound() - Method in class smile.plot.swing.QQPlot
 
getUpperBound() - Method in class smile.plot.swing.ScatterPlot
 
getUpperBound() - Method in class smile.plot.swing.ScreePlot
 
getUpperBound() - Method in class smile.plot.swing.SparseMatrixPlot
 
getUpperBound() - Method in class smile.plot.swing.StaircasePlot
 
getUpperBound() - Method in class smile.plot.swing.Surface
 
getUpperBound() - Method in class smile.plot.swing.TextPlot
 
getUpperBound() - Method in class smile.plot.swing.Wireframe
 
getUpperBounds() - Method in class smile.plot.swing.Base
Returns the upper bounds.
getUpperBounds() - Method in class smile.plot.swing.Canvas
Returns the upper bounds.
getValueAt(int, int) - Method in class smile.swing.table.PageTableModel
 
getValueAt(int, int) - Method in class smile.swing.Table.RowHeader
This table does not use any data from the main TableModel, so just return a value based on the row parameter.
getValueAtRealRow(int, int) - Method in class smile.swing.table.PageTableModel
Returns the value for the cell at real row index.
getWritableImageFIlter() - Static method in class smile.swing.FileChooser.SimpleFileFilter
Returns the filter for writable images.
GOLD - Static variable in interface smile.plot.swing.Palette
 
Graphics - Class in smile.plot.swing
Graphics provides methods to draw graphical primitives in logical/mathematical coordinates.
Graphics(Projection) - Constructor for class smile.plot.swing.Graphics
Constructor.
GRASS_GREEN - Static variable in interface smile.plot.swing.Palette
 
GREEN - Static variable in interface smile.plot.swing.Palette
 
Grid - Class in smile.plot.swing
A 2D grid plot.
Grid(double[][][], Color) - Constructor for class smile.plot.swing.Grid
Constructor.

H

Headless - Class in smile.plot.swing
Aids in creating swing components in a "headless" environment.
Headless(JComponent, int, int) - Constructor for class smile.plot.swing.Headless
 
heat(int) - Static method in interface smile.plot.swing.Palette
Generate heat color palette.
heat(int, float) - Static method in interface smile.plot.swing.Palette
Generate heat color palette.
Heatmap - Class in smile.plot.swing
A heat map is a graphical representation of data where the values taken by a variable in a two-dimensional map are represented as colors.
Heatmap(double[], double[], double[][], Color[]) - Constructor for class smile.plot.swing.Heatmap
Constructor.
Heatmap(String[], String[], double[][], Color[]) - Constructor for class smile.plot.swing.Heatmap
Constructor.
Hexmap - Class in smile.plot.swing
Hexmap is a variant of heat map by replacing rectangle cells with hexagon cells.
Hexmap(double[][], Color[], Hexmap.Tooltip) - Constructor for class smile.plot.swing.Hexmap
Constructor.
Hexmap.Tooltip - Interface in smile.plot.swing
The lambda interface to retrieve the tooltip of cell.
HHMM - Static variable in class smile.swing.table.DateCellEditor
 
HHMM - Static variable in class smile.swing.table.DateCellRenderer
 
HHMMSS - Static variable in class smile.swing.table.DateCellEditor
 
HHMMSS - Static variable in class smile.swing.table.DateCellRenderer
 
Histogram - Class in smile.plot.swing
A histogram is a graphical display of tabulated frequencies, shown as bars.
Histogram() - Constructor for class smile.plot.swing.Histogram
 
Histogram3D - Class in smile.plot.swing
A histogram is a graphical display of tabulated frequencies, shown as bars.
Histogram3D(double[][], int, int, boolean, Color[]) - Constructor for class smile.plot.swing.Histogram3D
Constructor.
hsv(float, float, float, float) - Static method in interface smile.plot.swing.Palette
Generate a color based on HSV model.

I

INTEGER - Static variable in class smile.swing.table.NumberCellRenderer
 
IntegerArrayCellEditor - Class in smile.swing.table
Implements a cell editor that uses a formatted text field to edit int[] values.
IntegerArrayCellEditor() - Constructor for class smile.swing.table.IntegerArrayCellEditor
Constructor.
IntegerArrayCellRenderer - Class in smile.swing.table
Integer array renderer in JTable.
IntegerArrayCellRenderer() - Constructor for class smile.swing.table.IntegerArrayCellRenderer
Constructor.
IntegerCellEditor - Class in smile.swing.table
Implements a cell editor that uses a formatted text field to edit Integer values.
IntegerCellEditor() - Constructor for class smile.swing.table.IntegerCellEditor
Constructor.
IntegerCellEditor(int, int) - Constructor for class smile.swing.table.IntegerCellEditor
Constructor.
isCellEditable(int, int) - Method in class smile.swing.Table.RowHeader
Don't edit data in the main TableModel by mistake
isEmpty() - Method in class smile.plot.swing.Isoline
Returns true if the isoline doesn't have any points.
isFrameVisible() - Method in class smile.plot.swing.Axis
Returns the visibility of the frame grid lines and their labels.
isGridVisible() - Method in class smile.plot.swing.Axis
Returns the visibility of the grid lines and their labels.
isLegendVisible() - Method in class smile.plot.swing.Canvas
Returns true if legends are visible.
ISO8601 - Static variable in class smile.swing.table.DateCellEditor
 
ISO8601 - Static variable in class smile.swing.table.DateCellRenderer
 
Isoline - Class in smile.plot.swing
Contour contains a list of segments.
Isoline(double, boolean) - Constructor for class smile.plot.swing.Isoline
Constructor.
isTickVisible() - Method in class smile.plot.swing.Axis
Returns the visibility of the axis label.

J

jet(int) - Static method in interface smile.plot.swing.Palette
Generate jet color palette.
jet(int, float) - Static method in interface smile.plot.swing.Palette
Generate jet color palette.

L

Label - Class in smile.plot.swing
Label is a single line text.
Label(String, double[], double, double, double, Font, Color) - Constructor for class smile.plot.swing.Label
Constructor.
Legend - Class in smile.plot.swing
Legend is a single line text which coordinates are in proportional to the base coordinates.
Legend(String, Color) - Constructor for class smile.plot.swing.Legend
Constructor.
legends() - Method in class smile.plot.swing.BarPlot
 
legends() - Method in class smile.plot.swing.LinePlot
 
legends() - Method in class smile.plot.swing.Plot
Returns the optional name of shape, which will be used to draw a legend outside the box.
legends() - Method in class smile.plot.swing.ScatterPlot
 
legends() - Method in class smile.plot.swing.ScreePlot
 
LIGHT_GRAY - Static variable in interface smile.plot.swing.Palette
 
LIGHT_GREEN - Static variable in interface smile.plot.swing.Palette
 
LIGHT_PURPLE - Static variable in interface smile.plot.swing.Palette
 
LIGHT_SLATE_GRAY - Static variable in interface smile.plot.swing.Palette
 
Line - Class in smile.plot.swing
This class represents a poly line in the plot.
Line(double[][], Line.Style, char, Color) - Constructor for class smile.plot.swing.Line
Constructor.
Line.Style - Enum Class in smile.plot.swing
The supported styles of lines.
LinePlot - Class in smile.plot.swing
Line plot is a special scatter plot which connects points by straight lines.
LinePlot(Line...) - Constructor for class smile.plot.swing.LinePlot
Constructor.
LinePlot(Line[], Legend[]) - Constructor for class smile.plot.swing.LinePlot
Constructor.
LONG_DASH - Enum constant in enum class smile.plot.swing.Line.Style
 
LongArrayCellRenderer - Class in smile.swing.table
Long array renderer in JTable.
LongArrayCellRenderer() - Constructor for class smile.swing.table.LongArrayCellRenderer
Constructor.

M

MAGENTA - Static variable in interface smile.plot.swing.Palette
 
MARKS - Static variable in class smile.plot.swing.Point
The marks of point.
MIDNIGHT_BLUE - Static variable in interface smile.plot.swing.Palette
 
MMDDYY - Static variable in class smile.swing.table.DateCellEditor
 
MMDDYY - Static variable in class smile.swing.table.DateCellRenderer
 
mouseClicked(MouseEvent) - Method in class smile.swing.table.ButtonCellRenderer
 
mouseEntered(MouseEvent) - Method in class smile.swing.table.ButtonCellRenderer
 
mouseExited(MouseEvent) - Method in class smile.swing.table.ButtonCellRenderer
 
mousePressed(MouseEvent) - Method in class smile.swing.table.ButtonCellRenderer
 
mouseReleased(MouseEvent) - Method in class smile.swing.table.ButtonCellRenderer
 
MultiColumnSortTableHeaderCellRenderer - Class in smile.swing.table
An extension of DefaultTableHeaderCellRenderer that paints sort icons on the header of each sorted column with varying opacity.
MultiColumnSortTableHeaderCellRenderer() - Constructor for class smile.swing.table.MultiColumnSortTableHeaderCellRenderer
Constructs a MultisortTableHeaderCellRenderer with a default alpha of 0.5.
MultiColumnSortTableHeaderCellRenderer(float) - Constructor for class smile.swing.table.MultiColumnSortTableHeaderCellRenderer
Constructs a MultisortTableHeaderCellRenderer with the specified alpha.

N

NAVY_BLUE - Static variable in interface smile.plot.swing.Palette
 
NUMBER - Static variable in class smile.swing.table.NumberCellRenderer
 
NumberCellRenderer - Class in smile.swing.table
Number renderer in JTable.
NumberCellRenderer() - Constructor for class smile.swing.table.NumberCellRenderer
Constructor.
NumberCellRenderer(int) - Constructor for class smile.swing.table.NumberCellRenderer
Constructor.
NumberCellRenderer(NumberFormat) - Constructor for class smile.swing.table.NumberCellRenderer
Constructor.

O

of(double[]) - Static method in class smile.plot.swing.Bar
Creates a bar plot.
of(double[]) - Static method in class smile.plot.swing.BarPlot
Creates a bar plot.
of(double[]) - Static method in class smile.plot.swing.Histogram
Creates a histogram plot.
of(double...) - Static method in class smile.plot.swing.Label
Creates a black label with coordinates as text.
of(double[]) - Static method in class smile.plot.swing.LinePlot
Creates a line plot with the index as the x coordinate.
of(double[]) - Static method in class smile.plot.swing.QQPlot
One sample Q-Q plot to standard normal distribution.
of(double[]...) - Static method in class smile.plot.swing.BoxPlot
Create a plot canvas with multiple box plots of given data.
of(double[][]) - Static method in class smile.plot.swing.Contour
Creates a contour plot with 10 isolines.
of(double[][]) - Static method in class smile.plot.swing.Heatmap
Constructor.
of(double[][]) - Static method in class smile.plot.swing.Hexmap
Creates a hexmap with 16-color jet color palette.
of(double[][]) - Static method in class smile.plot.swing.Histogram3D
Creates a 3D histogram plot.
of(double[][]) - Static method in class smile.plot.swing.Line
Creates a Line with solid stroke and black color.
of(double[][]) - Static method in class smile.plot.swing.LinePlot
Creates a line plot.
of(double[][]) - Static method in class smile.plot.swing.Point
Creates a Point with circle mark and black color.
of(double[][]) - Static method in class smile.plot.swing.ScatterPlot
Create a scatter plot.
of(double[][]) - Static method in class smile.plot.swing.Staircase
Creates a Staircase with solid stroke and black color.
of(double[][]) - Static method in class smile.plot.swing.StaircasePlot
Creates a line plot.
of(double[][][]) - Static method in class smile.plot.swing.Grid
Creates a grid with black lines.
of(double[][], char) - Static method in class smile.plot.swing.Line
Creates a Line.
of(double[][], char) - Static method in class smile.plot.swing.Point
Creates a Point with black color.
of(double[][], char) - Static method in class smile.plot.swing.ScatterPlot
Create a scatter plot.
of(double[][], char, Color) - Static method in class smile.plot.swing.ScatterPlot
Create a scatter plot.
of(double[][], int) - Static method in class smile.plot.swing.Contour
Creates a contour plot.
of(double[][], int) - Static method in class smile.plot.swing.Heatmap
Creates a heatmap with jet color palette.
of(double[][], int) - Static method in class smile.plot.swing.Hexmap
Creates a hexmap with the jet color palette.
of(double[][], int) - Static method in class smile.plot.swing.Surface
Creates a regular mesh surface with the jet color palette.
of(double[][], int[][]) - Static method in class smile.plot.swing.Wireframe
Constructor.
of(double[][], int[], char) - Static method in class smile.plot.swing.ScatterPlot
Creates a scatter plot of multiple groups of data.
of(double[][], int, boolean) - Static method in class smile.plot.swing.Histogram3D
Creates a 3D histogram plot.
of(double[][], int, boolean, Color[]) - Static method in class smile.plot.swing.Histogram3D
Creates a 3D histogram plot.
of(double[][], int, Color[]) - Static method in class smile.plot.swing.Histogram3D
Creates a 3D histogram plot.
of(double[][], Color) - Static method in class smile.plot.swing.Line
Creates a Line.
of(double[][], Color) - Static method in class smile.plot.swing.LinePlot
Creates a line plot.
of(double[][], Color) - Static method in class smile.plot.swing.Point
Creates a Point with circle mark.
of(double[][], Color) - Static method in class smile.plot.swing.ScatterPlot
Create a scatter plot.
of(double[][], Color[]) - Static method in class smile.plot.swing.Heatmap
Constructor.
of(double[][], Color[]) - Static method in class smile.plot.swing.Hexmap
Constructor.
of(double[][], Color[]) - Static method in class smile.plot.swing.Surface
Creates a regular mesh surface.
of(double[][], Color, String) - Static method in class smile.plot.swing.StaircasePlot
Creates a line plot.
of(double[][], String[]) - Static method in class smile.plot.swing.BarPlot
Creates a bar plot of multiple groups/colors.
of(double[][], String[], char) - Static method in class smile.plot.swing.ScatterPlot
Creates a scatter plot of multiple groups of data.
of(double[][], Line.Style) - Static method in class smile.plot.swing.Line
Creates a Line.
of(double[][], Line.Style) - Static method in class smile.plot.swing.LinePlot
Creates a line plot.
of(double[][], Line.Style, Color) - Static method in class smile.plot.swing.Line
Creates a Line.
of(double[][], Line.Style, Color) - Static method in class smile.plot.swing.LinePlot
Creates a line plot.
of(double[][], Line.Style, Color, String) - Static method in class smile.plot.swing.LinePlot
Creates a line plot.
of(double[], double[]) - Static method in class smile.plot.swing.QQPlot
Two sample Q-Q plot.
of(double[], double[], boolean) - Static method in class smile.plot.swing.Histogram
Creates a histogram plot.
of(double[], double[], boolean, Color) - Static method in class smile.plot.swing.Histogram
Creates a histogram plot.
of(double[], double[], double[][]) - Static method in class smile.plot.swing.Contour
Creates a contour plot with 10 isolines.
of(double[], double[], double[][]) - Static method in class smile.plot.swing.Heatmap
Constructor.
of(double[], double[], double[][]) - Static method in class smile.plot.swing.Surface
Creates an irregular mesh grid.
of(double[], double[], double[][], int) - Static method in class smile.plot.swing.Contour
Creates a contour plot.
of(double[], double[], double[][], int) - Static method in class smile.plot.swing.Heatmap
Constructor.
of(double[], double[], double[][], int) - Static method in class smile.plot.swing.Surface
Creates an irregular mesh surface with the jet color palette.
of(double[], double[], double[][], Color[]) - Static method in class smile.plot.swing.Surface
Creates an irregular mesh surface.
of(double[], int, boolean) - Static method in class smile.plot.swing.Histogram
Creates a histogram plot.
of(double[], int, boolean, Color) - Static method in class smile.plot.swing.Histogram
Creates a histogram plot.
of(double[], Color) - Static method in class smile.plot.swing.LinePlot
Creates a line plot with the index as the x coordinate.
of(double[], Line.Style) - Static method in class smile.plot.swing.LinePlot
Creates a line plot with the index as the x coordinate.
of(double[], Line.Style, Color) - Static method in class smile.plot.swing.LinePlot
Creates a line plot with the index as the x coordinate.
of(double[], Line.Style, Color, String) - Static method in class smile.plot.swing.LinePlot
Creates a line plot with the index as the x coordinate.
of(double[], Distribution) - Static method in class smile.plot.swing.QQPlot
One sample Q-Q plot to given distribution.
of(int[]) - Static method in class smile.plot.swing.Bar
Creates a bar plot.
of(int[]) - Static method in class smile.plot.swing.BarPlot
Creates a bar plot.
of(int[]) - Static method in class smile.plot.swing.Histogram
Creates a histogram plot.
of(int[], double[], boolean) - Static method in class smile.plot.swing.Histogram
Creates a histogram plot.
of(int[], double[], boolean, Color) - Static method in class smile.plot.swing.Histogram
Creates a histogram plot.
of(int[], int[]) - Static method in class smile.plot.swing.QQPlot
Two sample Q-Q plot.
of(int[], int, boolean) - Static method in class smile.plot.swing.Histogram
Creates a histogram plot.
of(int[], int, boolean, Color) - Static method in class smile.plot.swing.Histogram
Creates a histogram plot.
of(int[], DiscreteDistribution) - Static method in class smile.plot.swing.QQPlot
One sample Q-Q plot to given discrete distribution.
of(String[], double[][]) - Static method in class smile.plot.swing.TextPlot
Create a text plot.
of(String[], String[], double[][]) - Static method in class smile.plot.swing.Heatmap
Constructor.
of(String[], String[], double[][], int) - Static method in class smile.plot.swing.Heatmap
Constructor.
of(String, double[]) - Static method in class smile.plot.swing.Label
Creates a black label centered at the coordinates.
of(String, double[], double, double, double) - Static method in class smile.plot.swing.Label
Creates a black label with system default font.
of(DataFrame, String, String, char, Color) - Static method in class smile.plot.swing.ScatterPlot
Creates a scatter plot from a data frame.
of(DataFrame, String, String, String, char) - Static method in class smile.plot.swing.ScatterPlot
Creates a scatter plot from a data frame.
of(DataFrame, String, String, String, char, Color) - Static method in class smile.plot.swing.ScatterPlot
Creates a scatter plot from a data frame.
of(DataFrame, String, String, String, String, char) - Static method in class smile.plot.swing.ScatterPlot
Creates a scatter plot from a data frame.
of(SparseMatrix) - Static method in class smile.plot.swing.SparseMatrixPlot
Creates a sparse matrix plot with blue color for nonzero entries.
of(SparseMatrix, int) - Static method in class smile.plot.swing.SparseMatrixPlot
Creates a sparse matrix plot with the jet color palette.
OK_OPTION - Static variable in class smile.swing.FontChooser
Return value from showDialog().
ORANGE - Static variable in interface smile.plot.swing.Palette
 

P

pageDown() - Method in class smile.swing.table.PageTableModel
Moves to next page and fire a data changed (all rows).
PageTableModel - Class in smile.swing.table
A table model that performs "paging" of its data.
PageTableModel() - Constructor for class smile.swing.table.PageTableModel
Default constructor.
PageTableModel(int) - Constructor for class smile.swing.table.PageTableModel
Constructor.
pageUp() - Method in class smile.swing.table.PageTableModel
Moves to previous page and fire a data changed (all rows).
paint(Graphics2D, int, int) - Method in class smile.plot.swing.Canvas
Paints the canvas.
paint(Graphics) - Method in class smile.plot.swing.Axis
Draw the axis.
paint(Graphics) - Method in class smile.plot.swing.Bar
 
paint(Graphics) - Method in class smile.plot.swing.BarPlot
 
paint(Graphics) - Method in class smile.plot.swing.BoxPlot
 
paint(Graphics) - Method in class smile.plot.swing.Contour
 
paint(Graphics) - Method in class smile.plot.swing.Dendrogram
 
paint(Graphics) - Method in class smile.plot.swing.Grid
 
paint(Graphics) - Method in class smile.plot.swing.Heatmap
 
paint(Graphics) - Method in class smile.plot.swing.Hexmap
 
paint(Graphics) - Method in class smile.plot.swing.Histogram3D
 
paint(Graphics) - Method in class smile.plot.swing.Isoline
Paint the contour line.
paint(Graphics) - Method in class smile.plot.swing.Label
 
paint(Graphics) - Method in class smile.plot.swing.Line
 
paint(Graphics) - Method in class smile.plot.swing.LinePlot
 
paint(Graphics) - Method in class smile.plot.swing.Point
 
paint(Graphics) - Method in class smile.plot.swing.QQPlot
 
paint(Graphics) - Method in class smile.plot.swing.ScatterPlot
 
paint(Graphics) - Method in class smile.plot.swing.ScreePlot
 
paint(Graphics) - Method in class smile.plot.swing.Shape
Draws the shape.
paint(Graphics) - Method in class smile.plot.swing.SparseMatrixPlot
 
paint(Graphics) - Method in class smile.plot.swing.Staircase
 
paint(Graphics) - Method in class smile.plot.swing.StaircasePlot
 
paint(Graphics) - Method in class smile.plot.swing.Surface
 
paint(Graphics) - Method in class smile.plot.swing.TextPlot
 
paint(Graphics) - Method in class smile.plot.swing.Wireframe
 
paintIcon(Component, Graphics, int, int) - Method in class smile.swing.AlphaIcon
Paints the wrapped icon with this AlphaIcon's transparency.
Palette - Interface in smile.plot.swing
Color palette generator.
panel() - Method in class smile.plot.swing.Canvas
Returns a Swing JPanel of the canvas.
PASTEL_GREEN - Static variable in interface smile.plot.swing.Palette
 
PERCENT - Static variable in class smile.swing.table.NumberCellRenderer
 
PINK - Static variable in interface smile.plot.swing.Palette
 
Plot - Class in smile.plot.swing
The abstract base class of plots.
Plot() - Constructor for class smile.plot.swing.Plot
Constructor.
Plot(Color) - Constructor for class smile.plot.swing.Plot
Constructor.
PlotGrid - Class in smile.plot.swing
PlotGrid organizes multiple plots in a grid layout.
PlotGrid(int, int) - Constructor for class smile.plot.swing.PlotGrid
Constructor.
PlotGrid(PlotPanel...) - Constructor for class smile.plot.swing.PlotGrid
Constructor.
PlotPanel - Class in smile.plot.swing
Canvas for mathematical plots.
PlotPanel(Canvas) - Constructor for class smile.plot.swing.PlotPanel
Constructor
PLUM - Static variable in interface smile.plot.swing.Palette
 
Point - Class in smile.plot.swing
One more more points in the plot.
Point(double[][], char, Color) - Constructor for class smile.plot.swing.Point
Constructor.
print() - Method in class smile.plot.swing.PlotGrid
Prints the plot.
print() - Method in class smile.plot.swing.PlotPanel
Prints the plot.
print(Graphics, PageFormat, int) - Method in class smile.plot.swing.PlotGrid
 
print(Printable) - Method in class smile.swing.Printer
Prints a document that implements Printable interface.
Printer - Class in smile.swing
A printer controller object.
propertyChange(PropertyChangeEvent) - Method in class smile.swing.Table.RowHeader
 
PURPLE - Static variable in interface smile.plot.swing.Palette
 

Q

QQPlot - Class in smile.plot.swing
A Q-Q plot ("Q" stands for quantile) is a probability plot, a kind of graphical method for comparing two probability distributions, by plotting their quantiles against each other.
QQPlot(double[][]) - Constructor for class smile.plot.swing.QQPlot
Constructor.

R

rainbow(int) - Static method in interface smile.plot.swing.Palette
Generate rainbow color palette.
rainbow(int, float) - Static method in interface smile.plot.swing.Palette
Generate rainbow color palette.
rainbow(int, float, float, float) - Static method in interface smile.plot.swing.Palette
Generate rainbow color palette.
rainbow(int, float, float, float, float, float) - Static method in interface smile.plot.swing.Palette
Generate rainbow color palette.
RED - Static variable in interface smile.plot.swing.Palette
 
redblue(int) - Static method in interface smile.plot.swing.Palette
Generate red-blue color palette.
redblue(int, float) - Static method in interface smile.plot.swing.Palette
Generate red-blue color palette.
redgreen(int) - Static method in interface smile.plot.swing.Palette
Generate red-green color palette.
redgreen(int, float) - Static method in interface smile.plot.swing.Palette
Generate red-green color palette.
remove(Plot) - Method in class smile.plot.swing.Canvas
Remove a graphical shape from the canvas.
remove(PlotPanel) - Method in class smile.plot.swing.PlotGrid
Remove a plot from the frame.
remove(Shape) - Method in class smile.plot.swing.Canvas
Remove a graphical shape from the canvas.
removePropertyChangeListener(PropertyChangeListener) - Method in class smile.plot.swing.Canvas
Remove a PropertyChangeListener from the listener list.
reset() - Method in class smile.plot.swing.Axis
Set the base coordinate space.
reset() - Method in class smile.plot.swing.Base
Reset base coordinates.
reset() - Method in class smile.plot.swing.PlotPanel
Resets the plot.
resetProjection() - Method in class smile.plot.swing.Graphics
Reset projection object when the PlotCanvas size changed.
rotate(double, double) - Method in class smile.plot.swing.Graphics
Rotate the 3D view based on the changes on mouse position.
RowHeader() - Constructor for class smile.swing.Table.RowHeader
Constructor.
ROYAL_BLUE - Static variable in interface smile.plot.swing.Palette
 

S

SALMON - Static variable in interface smile.plot.swing.Palette
 
save() - Method in class smile.plot.swing.PlotGrid
Shows a file chooser and exports the plot to the selected image file.
save() - Method in class smile.plot.swing.PlotPanel
Shows a file chooser and exports the plot to the selected image file.
save(File) - Method in class smile.plot.swing.PlotGrid
Exports the plot to an image file.
save(File) - Method in class smile.plot.swing.PlotPanel
Exports the plot to an image file.
ScatterPlot - Class in smile.plot.swing
The data is displayed as a collection of points.
ScatterPlot(Point...) - Constructor for class smile.plot.swing.ScatterPlot
Constructor.
ScatterPlot(Point[], Legend[]) - Constructor for class smile.plot.swing.ScatterPlot
Constructor.
ScreePlot - Class in smile.plot.swing
In multivariate statistics, a scree plot is a line plot of the eigenvalues of factors or principal components in an analysis.
ScreePlot(double[]) - Constructor for class smile.plot.swing.ScreePlot
Constructor.
setAxisLabel(int, String) - Method in class smile.plot.swing.Canvas
Sets the label/legend of an axis.
setAxisLabels(String...) - Method in class smile.plot.swing.Canvas
Sets the labels/legends of axes.
setBound(double[], double[]) - Method in class smile.plot.swing.Base
Sets the axis bounds without applying the extending heuristic.
setBound(double[], double[]) - Method in class smile.plot.swing.Canvas
Extend lower and upper bounds.
setColor(Color) - Method in class smile.plot.swing.Graphics
Set the color.
setDescription(String) - Method in class smile.swing.FileChooser.SimpleFileFilter
Sets the human readable description of this filter.
setFocusBorder(Border) - Method in class smile.swing.table.ButtonCellRenderer
The foreground color of the button when the cell has focus
setFont(Font) - Method in class smile.plot.swing.Graphics
Set the font.
setFrameVisible(boolean) - Method in class smile.plot.swing.Axis
Set the visibility of the frame grid lines and their labels.
setGraphics(Graphics2D, int, int) - Method in class smile.plot.swing.Graphics
Set the Java2D graphics object.
setGridVisible(boolean) - Method in class smile.plot.swing.Axis
Set the visibility of the grid lines and their labels.
setLabel(String) - Method in class smile.plot.swing.Axis
Sets the label.
setLegendVisible(boolean) - Method in class smile.plot.swing.Canvas
Sets if legends are visible.
setMargin(double) - Method in class smile.plot.swing.Canvas
Sets the size of margin in [0.0, 0.3] on each side.
setMnemonic(int) - Method in class smile.swing.table.ButtonCellRenderer
The mnemonic to activate the button when the cell has focus
setPage(int) - Method in class smile.swing.table.PageTableModel
Moves to specific page and fire a data changed (all rows).
setPageSize(int) - Method in class smile.swing.table.PageTableModel
Sets the page size.
setPaint(Paint) - Method in class smile.plot.swing.Graphics
Set the paint object.
setRotation(double) - Method in class smile.plot.swing.Axis
Sets the rotation degree of tick strings.
setSelectedFont(Font) - Method in class smile.swing.FontChooser
Set the selected font.
setSelectedFontFamily(String) - Method in class smile.swing.FontChooser
Set the family name of the selected font.
setSelectedFontSize(int) - Method in class smile.swing.FontChooser
Set the size of the selected font.
setSelectedFontStyle(int) - Method in class smile.swing.FontChooser
Set the style of the selected font.
setStroke(Stroke) - Method in class smile.plot.swing.Graphics
Set the stroke.
setTicks(String[], double[]) - Method in class smile.plot.swing.Axis
Add a label to the axis at given location.
setTickVisible(boolean) - Method in class smile.plot.swing.Axis
Set the visibility of the axis label.
setTitle(String) - Method in class smile.plot.swing.Canvas
Set the main title of canvas.
setTitleColor(Color) - Method in class smile.plot.swing.Canvas
Set the color for title.
setTitleFont(Font) - Method in class smile.plot.swing.Canvas
Set the font for title.
setValue(Object) - Method in class smile.swing.table.ByteArrayCellRenderer
 
setValue(Object) - Method in class smile.swing.table.DateCellRenderer
 
setValue(Object) - Method in class smile.swing.table.DoubleArrayCellRenderer
 
setValue(Object) - Method in class smile.swing.table.FloatArrayCellRenderer
 
setValue(Object) - Method in class smile.swing.table.FontCellRenderer
 
setValue(Object) - Method in class smile.swing.table.IntegerArrayCellRenderer
 
setValue(Object) - Method in class smile.swing.table.LongArrayCellRenderer
 
setValue(Object) - Method in class smile.swing.table.NumberCellRenderer
 
setValue(Object) - Method in class smile.swing.table.ShortArrayCellRenderer
 
Shape - Class in smile.plot.swing
Abstract rendering object in a PlotCanvas.
Shape() - Constructor for class smile.plot.swing.Shape
Constructor.
Shape(Color) - Constructor for class smile.plot.swing.Shape
Constructor.
ShortArrayCellRenderer - Class in smile.swing.table
Short array renderer in JTable.
ShortArrayCellRenderer() - Constructor for class smile.swing.table.ShortArrayCellRenderer
Constructor.
show() - Method in class smile.plot.swing.Headless
 
showDialog(Component) - Method in class smile.swing.FontChooser
Show font selection dialog.
SimpleFileFilter(String, String) - Constructor for class smile.swing.FileChooser.SimpleFileFilter
Creates a file filter that accepts the given file type.
SimpleFileFilter(String, String...) - Constructor for class smile.swing.FileChooser.SimpleFileFilter
Creates a file filter from the given string array and description.
SimpleFileFilter(String, Collection<String>) - Constructor for class smile.swing.FileChooser.SimpleFileFilter
Creates a file filter from the given string array and description.
SKY_BLUE - Static variable in interface smile.plot.swing.Palette
 
SLATE_BLUE - Static variable in interface smile.plot.swing.Palette
 
SLATE_GRAY - Static variable in interface smile.plot.swing.Palette
 
slices() - Method in class smile.plot.swing.Axis
Returns the number of slices in linear scale.
smile.plot.swing - package smile.plot.swing
Mathematical and statistical plots.
smile.swing - package smile.swing
Enhanced and additional Swing components (FileChooser, FontChooser, Table, Button, AlphaIcon, and Printer).
smile.swing.table - package smile.swing.table
Enhancement to Swing JTable and cell components.
SOLID - Enum constant in enum class smile.plot.swing.Line.Style
 
SparseMatrixPlot - Class in smile.plot.swing
A graphical representation of sparse matrix data.
SparseMatrixPlot(SparseMatrix, Color) - Constructor for class smile.plot.swing.SparseMatrixPlot
Constructor.
SparseMatrixPlot(SparseMatrix, Color[]) - Constructor for class smile.plot.swing.SparseMatrixPlot
Constructor.
splom(DataFrame, char, Color) - Static method in class smile.plot.swing.PlotGrid
Scatterplot Matrix (SPLOM).
splom(DataFrame, char, String) - Static method in class smile.plot.swing.PlotGrid
Scatterplot Matrix (SPLOM).
Staircase - Class in smile.plot.swing
This class represents a poly line in the plot.
Staircase(double[][], Color) - Constructor for class smile.plot.swing.Staircase
Constructor.
StaircasePlot - Class in smile.plot.swing
Staircase plot is a special case of line which is most useful to display empirical distribution.
StaircasePlot(Staircase...) - Constructor for class smile.plot.swing.StaircasePlot
Constructor.
StaircasePlot(Staircase[], Legend[]) - Constructor for class smile.plot.swing.StaircasePlot
Constructor.
stateChanged(ChangeEvent) - Method in class smile.swing.Table.RowHeader
 
STEEL_BLUE - Static variable in interface smile.plot.swing.Palette
 
stopCellEditing() - Method in class smile.swing.table.DateCellEditor
 
stopCellEditing() - Method in class smile.swing.table.DoubleArrayCellEditor
 
stopCellEditing() - Method in class smile.swing.table.DoubleCellEditor
 
stopCellEditing() - Method in class smile.swing.table.IntegerArrayCellEditor
 
stopCellEditing() - Method in class smile.swing.table.IntegerCellEditor
 
Surface - Class in smile.plot.swing
A surface object gives 3D information e.g.
Surface(double[][][]) - Constructor for class smile.plot.swing.Surface
Constructor for irregular mesh grid.
Surface(double[][][], Color[]) - Constructor for class smile.plot.swing.Surface
Constructor for irregular mesh surface.

T

Table - Class in smile.swing
Customized JTable with optional row number header.
Table() - Constructor for class smile.swing.Table
Constructs a default JTable that is initialized with a default data model, a default column model, and a default selection model.
Table(int, int) - Constructor for class smile.swing.Table
Constructs a JTable with numRows and numColumns of empty cells using DefaultTableModel.
Table(Object[][], Object[]) - Constructor for class smile.swing.Table
Constructs a JTable to display the values in the two dimensional array, rowData, with column names, columnNames.
Table(TableModel) - Constructor for class smile.swing.Table
Constructs a JTable that is initialized with dm as the data model, a default column model, and a default selection model.
Table(TableModel, TableColumnModel) - Constructor for class smile.swing.Table
Constructs a JTable that is initialized with dm as the data model, cm as the column model, and a default selection model.
Table(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class smile.swing.Table
Constructs a JTable that is initialized with dm as the data model, cm as the column model, and sm as the selection model
Table.RowHeader - Class in smile.swing
Use a JTable as a renderer for row numbers of the main table.
TableColumnSettings - Class in smile.swing.table
Table column settings.
TableColumnSettings(String) - Constructor for class smile.swing.table.TableColumnSettings
Constructor.
TableCopyPasteAdapter - Class in smile.swing.table
TableCopyPasteAdapter enables Copy-Paste Clipboard functionality on JTables.
terrain(int) - Static method in interface smile.plot.swing.Palette
Generate terrain color palette.
terrain(int, float) - Static method in interface smile.plot.swing.Palette
Generate terrain color palette.
TextPlot - Class in smile.plot.swing
The scatter plot of texts.
TextPlot(Label...) - Constructor for class smile.plot.swing.TextPlot
Constructor.
toBufferedImage(int, int) - Method in class smile.plot.swing.Canvas
Exports the plot to an image.
toolbar() - Method in class smile.plot.swing.Plot
Returns an optional list of components in tool bar to control the plot.
tooltip(double[]) - Method in class smile.plot.swing.BoxPlot
 
tooltip(double[]) - Method in class smile.plot.swing.Heatmap
 
tooltip(double[]) - Method in class smile.plot.swing.Hexmap
 
tooltip(double[]) - Method in class smile.plot.swing.Plot
Returns a optional tool tip for the object at given coordinates.
topo(int) - Static method in interface smile.plot.swing.Palette
Generate topo color palette.
topo(int, float) - Static method in interface smile.plot.swing.Palette
Generate topo color palette.
toString() - Method in class smile.plot.swing.Base
 
TURQUOISE - Static variable in interface smile.plot.swing.Palette
 

V

valueOf(String) - Static method in enum class smile.plot.swing.Line.Style
Returns the enum constant of this class with the specified name.
values() - Static method in enum class smile.plot.swing.Line.Style
Returns an array containing the constants of this enum class, in the order they are declared.
VIOLET_RED - Static variable in interface smile.plot.swing.Palette
 

W

WHITE - Static variable in interface smile.plot.swing.Palette
 
window() - Method in class smile.plot.swing.Canvas
Shows the plot in a window.
window() - Method in class smile.plot.swing.PlotGrid
Shows the plot group in a window.
window() - Method in class smile.plot.swing.PlotPanel
Shows the plot in a window.
Wireframe - Class in smile.plot.swing
A wire frame model specifies each edge of the physical object where two mathematically continuous smooth surfaces meet, or by connecting an object's constituent vertices using straight lines or curves.
Wireframe(double[][], int[][], Color) - Constructor for class smile.plot.swing.Wireframe
Constructor.

Y

YELLOW - Static variable in interface smile.plot.swing.Palette
 
YYYYMMDD - Static variable in class smile.swing.table.DateCellEditor
 
YYYYMMDD - Static variable in class smile.swing.table.DateCellRenderer
 
YYYYMMDD_HHMM - Static variable in class smile.swing.table.DateCellEditor
 
YYYYMMDD_HHMM - Static variable in class smile.swing.table.DateCellRenderer
 
YYYYMMDD_HHMMSS - Static variable in class smile.swing.table.DateCellEditor
 
YYYYMMDD_HHMMSS - Static variable in class smile.swing.table.DateCellRenderer
 

Z

zipWithIndex(double[]) - Static method in class smile.plot.swing.Line
Returns a 2-dimensional array with the index as the x coordinate.
zoom(boolean) - Method in class smile.plot.swing.PlotPanel
Zooms in/out the plot.
A B C D E F G H I J L M N O P Q R S T V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form