Skip navigation links
A B C D E F G H I J L M N O P Q R S T V W Y Z 

A

accept(File) - Method in class smile.swing.FileChooser.SimpleFileFilter
 
actionPerformed(ActionEvent) - Method in class smile.plot.PlotPanel
 
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(Shape) - Method in class smile.plot.PlotCanvas
Add a graphical shape to the canvas.
add(Plot) - Method in class smile.plot.PlotCanvas
Add a graphical shape to the canvas.
add(PlotCanvas) - Method in class smile.plot.PlotPanel
Add a plot into the frame.
addExtension(String) - Method in class smile.swing.FileChooser.SimpleFileFilter
Adds a file type "dot" extension to filter against.
addLabel(String, double) - Method in class smile.plot.Axis
Add a label to the axis at given location.
addLabel(String[], double[]) - Method in class smile.plot.Axis
Add a label to the axis at given location.
addNotify() - Method in class smile.swing.Table.RowHeader
 
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
This class describes an axis of a coordinate system.
Axis(Base, int) - Constructor for class smile.plot.Axis
Constructor.
Axis(Base, int, String) - Constructor for class smile.plot.Axis
Constructor.

B

BarPlot - Class in smile.plot
A barplot draws bars with heights proportional to the value.
BarPlot(int[]) - Constructor for class smile.plot.BarPlot
Constructor.
BarPlot(double[]) - Constructor for class smile.plot.BarPlot
Constructor.
BarPlot(String[], double[]) - Constructor for class smile.plot.BarPlot
Constructor.
BarPlot(int[][]) - Constructor for class smile.plot.BarPlot
Constructor.
BarPlot(double[][]) - Constructor for class smile.plot.BarPlot
Constructor.
Base - Class in smile.plot
The coordinate base of PlotCanvas.
Base(double[], double[]) - Constructor for class smile.plot.Base
Constructor.
Base(double[], double[], boolean) - Constructor for class smile.plot.Base
Constructor.
BLACK - Static variable in class smile.plot.Palette
 
BLUE - Static variable in class smile.plot.Palette
 
BoxPlot - Class in smile.plot
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[]) - Constructor for class smile.plot.BoxPlot
Constructor.
BoxPlot(double[][]) - Constructor for class smile.plot.BoxPlot
Constructor.
BoxPlot(String[], double[][]) - Constructor for class smile.plot.BoxPlot
Constructor.
BROWN - Static variable in class smile.plot.Palette
 
BURGUNDY - Static variable in class smile.plot.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 class smile.plot.Palette
 
CANCEL_OPTION - Static variable in class smile.swing.FontChooser
Return value from showDialog().
clear() - Method in class smile.plot.PlotCanvas
Remove all graphic plots from the canvas.
clearClip() - Method in class smile.plot.Graphics
Clear the restriction of the draw area.
clip() - Method in class smile.plot.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 class smile.plot.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
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[][]) - Constructor for class smile.plot.Contour
Constructor.
Contour(double[][], int) - Constructor for class smile.plot.Contour
Constructor.
Contour(double[][], int, boolean) - Constructor for class smile.plot.Contour
Constructor.
Contour(double[][], double[]) - Constructor for class smile.plot.Contour
Constructor.
Contour(double[][], double[], Color[]) - Constructor for class smile.plot.Contour
Constructor.
Contour(double[], double[], double[][]) - Constructor for class smile.plot.Contour
Constructor.
Contour(double[], double[], double[][], int) - Constructor for class smile.plot.Contour
Constructor.
Contour(double[], double[], double[][], int, boolean) - Constructor for class smile.plot.Contour
Constructor.
Contour(double[], double[], double[][], double[]) - Constructor for class smile.plot.Contour
Constructor.
Contour(double[], double[], double[][], double[], Color[]) - Constructor for class smile.plot.Contour
Constructor.
coordToString(double...) - Static method in class smile.plot.Label
Convert coordinate to a string.
CURRENCY - Static variable in class smile.swing.table.NumberCellRenderer
 
CYAN - Static variable in class smile.plot.Palette
 

D

DARK_BLUE - Static variable in class smile.plot.Palette
 
DARK_CYAN - Static variable in class smile.plot.Palette
 
DARK_GRAY - Static variable in class smile.plot.Palette
 
DARK_GREEN - Static variable in class smile.plot.Palette
 
DARK_MAGENTA - Static variable in class smile.plot.Palette
 
DARK_PURPLE - Static variable in class smile.plot.Palette
 
DARK_RED - Static variable in class smile.plot.Palette
 
DARK_SLATE_GRAY - Static variable in class smile.plot.Palette
 
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
 
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
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.Dendrogram
Constructor.
Dendrogram(int[][], double[], Color) - Constructor for class smile.plot.Dendrogram
Constructor.
dialogResultValue - Variable in class smile.swing.FontChooser
 
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.Graphics
Draw poly line.
drawLineBaseRatio(double[]...) - Method in class smile.plot.Graphics
Draw poly line.
drawPoint(double...) - Method in class smile.plot.Graphics
Draw a dot.
drawPoint(char, double...) - Method in class smile.plot.Graphics
Draw a dot with given pattern.
drawPolygon(double[]...) - Method in class smile.plot.Graphics
Draw polygon.
drawRect(double[], double[]) - Method in class smile.plot.Graphics
Draw the outline of the specified rectangle.
drawRectBaseRatio(double[], double[]) - Method in class smile.plot.Graphics
Draw the outline of the specified rectangle.
drawText(String, double[]) - Method in class smile.plot.Graphics
Draw a string.
drawText(String, double, double[]) - Method in class smile.plot.Graphics
Draw a string with given rotation angle.
drawText(String, double, double, double[]) - Method in class smile.plot.Graphics
Draw a string with given reference point.
drawText(String, double, double, double, double[]) - Method in class smile.plot.Graphics
Draw a string with given reference point and rotation angle.
drawTextBaseRatio(String, double[]) - Method in class smile.plot.Graphics
Draw a string with given rotation angle.
drawTextBaseRatio(String, double, double[]) - Method in class smile.plot.Graphics
Draw a string with given rotation angle.
drawTextBaseRatio(String, double, double, double[]) - Method in class smile.plot.Graphics
Draw a string with given reference point.
drawTextBaseRatio(String, double, double, double, double[]) - Method in class smile.plot.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(int) - Method in class smile.plot.Base
Round the bounds for axis i.
extendBound(double[], double[]) - Method in class smile.plot.Base
Extend lower and upper bounds.
extendBound(double[], double[]) - Method in class smile.plot.PlotCanvas
Extend lower and upper bounds.
extendLowerBound(double[]) - Method in class smile.plot.Base
Extend lower bounds.
extendLowerBound(double[]) - Method in class smile.plot.PlotCanvas
Extend lower bounds.
extendUpperBound(double[]) - Method in class smile.plot.Base
Extend upper bounds.
extendUpperBound(double[]) - Method in class smile.plot.PlotCanvas
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.Graphics
Fill polygon.
fillPolygon(float, double[]...) - Method in class smile.plot.Graphics
Fill polygon.
fillRect(double[], double[]) - Method in class smile.plot.Graphics
Fill the specified rectangle.
fillRectBaseRatio(double[], double[]) - Method in class smile.plot.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 class smile.plot.Palette
 

G

getAlpha() - Method in class smile.swing.AlphaIcon
Gets this AlphaIcon's opacity
getAxis(int) - Method in class smile.plot.PlotCanvas
Returns the i-th axis.
getAxisLabel() - Method in class smile.plot.Axis
Returns the label of the axis.
getAxisLabel(int) - Method in class smile.plot.PlotCanvas
Returns the label/legend of an axis.
getAxisLabels() - Method in class smile.plot.PlotCanvas
Returns the labels/legends of axes.
getBase() - Method in class smile.plot.PlotCanvas
Returns the coordinate base.
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.Graphics
Get the current color.
getColor() - Method in class smile.plot.LinePlot
 
getColor() - Method in class smile.plot.Shape
Returns the color of component.
getCoordinate() - Method in class smile.plot.Label
Returns the coordinates of label.
getCoordinateSpace() - Method in class smile.plot.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.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.Graphics
Get the current font.
getFont() - Method in class smile.plot.Label
Returns the font of label.
getGraphics() - Method in class smile.plot.Graphics
Returns the Java2D graphics object.
getHeight() - Method in class smile.plot.Dendrogram
Returns the height of tree.
getHistogram() - Method in class smile.plot.Histogram
Returns the bin centers and frequencies/probabilities.
getHistogram() - Method in class smile.plot.Histogram3D
Get the frequencies/probabilities table.
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.
getID() - Method in class smile.plot.Plot
Returns the id of plot.
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.
getLegend() - Method in class smile.plot.Point
Returns the legend of point.
getLegend() - Method in class smile.plot.ScatterPlot
Get the legend of points.
getLinearSlices() - Method in class smile.plot.Axis
Returns the number of slices in linear scale.
getLowerBound() - Method in class smile.plot.Graphics
Returns the lower bounds of coordinate space.
getLowerBounds() - Method in class smile.plot.Base
Returns the lower bounds.
getLowerBounds() - Method in class smile.plot.PlotCanvas
Returns the lower bounds.
getMargin() - Method in class smile.plot.PlotCanvas
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.
getNumBins() - Method in class smile.plot.Histogram
Returns the number of bins in the histogram.
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.Graphics
Get the current paint object.
getPrecisionDigits() - Method in class smile.plot.Base
Returns the precision unit digits of axes.
getPrecisionUnit() - Method in class smile.plot.Base
Returns the precision units of axes.
getPrinter() - Static method in class smile.swing.Printer
Returns the printer controller object.
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.
getRotation() - Method in class smile.plot.Label
Returns the rotation angel of label.
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.PlotCanvas
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.Graphics
Get the current stroke.
getStroke() - Method in class smile.plot.Line
Returns the line stroke style.
getStroke() - Method in class smile.plot.LinePlot
Returns the line stroke style.
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.
getText() - Method in class smile.plot.Label
Returns the text of label.
getTitle() - Method in class smile.plot.PlotCanvas
Returns the main title of canvas.
getTitleColor() - Method in class smile.plot.PlotCanvas
Returns the color for title.
getTitleFont() - Method in class smile.plot.PlotCanvas
Returns the font for title.
getToolBar() - Method in class smile.plot.Plot
Returns an optional list of components in tool bar to control the plot.
getToolbar() - Method in class smile.plot.PlotCanvas
Returns a tool bar to control the plot.
getToolbar() - Method in class smile.swing.table.PageTableModel
Returns a tool bar to control the plot.
getToolTip(double[]) - Method in class smile.plot.BarPlot
 
getToolTip(double[]) - Method in class smile.plot.BoxPlot
 
getToolTip(double[]) - Method in class smile.plot.Heatmap
 
getToolTip(double[]) - Method in class smile.plot.Hexmap
 
getToolTip(double[]) - Method in class smile.plot.Histogram
 
getToolTip(double[]) - Method in class smile.plot.Plot
Returns a optional tool tip for the object at given coordinates.
getUpperBound() - Method in class smile.plot.Graphics
Returns the upper bounds of coordinate space.
getUpperBounds() - Method in class smile.plot.Base
Returns the upper bounds.
getUpperBounds() - Method in class smile.plot.PlotCanvas
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.
getWidth() - Method in class smile.plot.BarPlot
Returns the width of bar.
getWritableImageFIlter() - Static method in class smile.swing.FileChooser.SimpleFileFilter
Returns the filter for writable images.
GOLD - Static variable in class smile.plot.Palette
 
Graphics - Class in smile.plot
Graphics provides methods to draw graphical primitives in logical/mathematical coordinates.
GRASS_GREEN - Static variable in class smile.plot.Palette
 
GREEN - Static variable in class smile.plot.Palette
 
Grid - Class in smile.plot
A 2D grid plot.
Grid(double[][][]) - Constructor for class smile.plot.Grid
Constructor.
Grid(double[][][], boolean) - Constructor for class smile.plot.Grid
Constructor.
Grid(double[][][], boolean, Color) - Constructor for class smile.plot.Grid
Constructor.
grid(double[][][]) - Method in class smile.plot.PlotCanvas
Adds a 2D grid plot to the canvas.

H

heat(int) - Static method in class smile.plot.Palette
Generate heat color palette.
heat(int, float) - Static method in class smile.plot.Palette
Generate heat color palette.
Heatmap - Class in smile.plot
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[][]) - Constructor for class smile.plot.Heatmap
Constructor.
Heatmap(double[][], int) - Constructor for class smile.plot.Heatmap
Constructor.
Heatmap(double[][], Color[]) - Constructor for class smile.plot.Heatmap
Constructor.
Heatmap(String[], String[], double[][]) - Constructor for class smile.plot.Heatmap
Constructor.
Heatmap(String[], String[], double[][], int) - Constructor for class smile.plot.Heatmap
Constructor.
Heatmap(String[], String[], double[][], Color[]) - Constructor for class smile.plot.Heatmap
Constructor.
Heatmap(double[], double[], double[][]) - Constructor for class smile.plot.Heatmap
Constructor.
Heatmap(double[], double[], double[][], int) - Constructor for class smile.plot.Heatmap
Constructor.
Heatmap(double[], double[], double[][], Color[]) - Constructor for class smile.plot.Heatmap
Constructor.
Hexmap - Class in smile.plot
Hexmap is a variant of heat map by replacing rectangle cells with hexagon cells.
Hexmap(double[][]) - Constructor for class smile.plot.Hexmap
Constructor.
Hexmap(double[][], int) - Constructor for class smile.plot.Hexmap
Constructor.
Hexmap(double[][], Color[]) - Constructor for class smile.plot.Hexmap
Constructor.
Hexmap(String[][], double[][]) - Constructor for class smile.plot.Hexmap
Constructor.
Hexmap(String[][], double[][], int) - Constructor for class smile.plot.Hexmap
Constructor.
Hexmap(String[][], double[][], Color[]) - Constructor for class smile.plot.Hexmap
Constructor.
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
A histogram is a graphical display of tabulated frequencies, shown as bars.
Histogram(int[]) - Constructor for class smile.plot.Histogram
Constructor.
Histogram(int[], boolean) - Constructor for class smile.plot.Histogram
Constructor.
Histogram(int[], int) - Constructor for class smile.plot.Histogram
Constructor.
Histogram(int[], int, boolean) - Constructor for class smile.plot.Histogram
Constructor.
Histogram(int[], double[]) - Constructor for class smile.plot.Histogram
Constructor.
Histogram(int[], double[], boolean) - Constructor for class smile.plot.Histogram
Constructor.
Histogram(double[]) - Constructor for class smile.plot.Histogram
Constructor.
Histogram(double[], boolean) - Constructor for class smile.plot.Histogram
Constructor.
Histogram(double[], int) - Constructor for class smile.plot.Histogram
Constructor.
Histogram(double[], int, boolean) - Constructor for class smile.plot.Histogram
Constructor.
Histogram(double[], double[]) - Constructor for class smile.plot.Histogram
Constructor.
Histogram(double[], double[], boolean) - Constructor for class smile.plot.Histogram
Constructor.
histogram(double[], Color) - Method in class smile.plot.PlotCanvas
Adds a histogram to this canvas.
histogram(String, double[], Color) - Method in class smile.plot.PlotCanvas
Adds a histogram to this canvas.
histogram(double[], int, Color) - Method in class smile.plot.PlotCanvas
Adds a histogram to this canvas.
histogram(String, double[], int, Color) - Method in class smile.plot.PlotCanvas
Adds a histogram to this canvas.
histogram(double[], double[], Color) - Method in class smile.plot.PlotCanvas
Adds a histogram to this canvas.
histogram(String, double[], double[], Color) - Method in class smile.plot.PlotCanvas
Adds a histogram to this canvas.
histogram(int[], Color) - Method in class smile.plot.PlotCanvas
Adds a histogram to this canvas.
histogram(String, int[], Color) - Method in class smile.plot.PlotCanvas
Adds a histogram to this canvas.
histogram(int[], int, Color) - Method in class smile.plot.PlotCanvas
Adds a histogram to this canvas.
histogram(String, int[], int, Color) - Method in class smile.plot.PlotCanvas
Adds a histogram to this canvas.
histogram(int[], double[], Color) - Method in class smile.plot.PlotCanvas
Adds a histogram to this canvas.
histogram(String, int[], double[], Color) - Method in class smile.plot.PlotCanvas
Adds a histogram to this canvas.
Histogram3D - Class in smile.plot
A histogram is a graphical display of tabulated frequencies, shown as bars.
Histogram3D(double[][]) - Constructor for class smile.plot.Histogram3D
Constructor.
Histogram3D(double[][], Color[]) - Constructor for class smile.plot.Histogram3D
Constructor.
Histogram3D(double[][], boolean) - Constructor for class smile.plot.Histogram3D
Constructor.
Histogram3D(double[][], boolean, Color[]) - Constructor for class smile.plot.Histogram3D
Constructor.
Histogram3D(double[][], int) - Constructor for class smile.plot.Histogram3D
Constructor.
Histogram3D(double[][], int, Color[]) - Constructor for class smile.plot.Histogram3D
Constructor.
Histogram3D(double[][], int, boolean) - Constructor for class smile.plot.Histogram3D
Constructor.
Histogram3D(double[][], int, boolean, Color[]) - Constructor for class smile.plot.Histogram3D
Constructor.
Histogram3D(double[][], int, int) - Constructor for class smile.plot.Histogram3D
Constructor.
Histogram3D(double[][], int, int, Color[]) - Constructor for class smile.plot.Histogram3D
Constructor.
Histogram3D(double[][], int, int, boolean) - Constructor for class smile.plot.Histogram3D
Constructor.
Histogram3D(double[][], int, int, boolean, Color[]) - Constructor for class smile.plot.Histogram3D
Constructor.

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
isFrameVisible() - Method in class smile.plot.Axis
Returns the visibility of the frame grid lines and their labels.
isGridVisible() - Method in class smile.plot.Axis
Returns the visibility of the grid lines and their labels.
isLabelVisible() - Method in class smile.plot.Axis
Returns the visibility of the axis label.
ISO8601 - Static variable in class smile.swing.table.DateCellEditor
 
ISO8601 - Static variable in class smile.swing.table.DateCellRenderer
 

J

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

L

Label - Class in smile.plot
Label is a single line text.
Label(String, double[]) - Constructor for class smile.plot.Label
Constructor.
Label(String, double, double[]) - Constructor for class smile.plot.Label
Constructor.
Label(String, double, double, double[]) - Constructor for class smile.plot.Label
Constructor.
Label(String, double, double, double, double[]) - Constructor for class smile.plot.Label
Constructor.
Label(double...) - Constructor for class smile.plot.Label
Constructor.
label(String, double...) - Method in class smile.plot.PlotCanvas
Adds a label to this canvas.
label(String, Font, double...) - Method in class smile.plot.PlotCanvas
Adds a label to this canvas.
label(String, Color, double...) - Method in class smile.plot.PlotCanvas
Adds a label to this canvas.
label(String, Font, Color, double...) - Method in class smile.plot.PlotCanvas
Adds a label to this canvas.
LIGHT_GRAY - Static variable in class smile.plot.Palette
 
LIGHT_GREEN - Static variable in class smile.plot.Palette
 
LIGHT_PURPLE - Static variable in class smile.plot.Palette
 
LIGHT_SLATE_GRAY - Static variable in class smile.plot.Palette
 
Line - Class in smile.plot
This class respesents a poly line in the plot.
Line(double[]...) - Constructor for class smile.plot.Line
Constructor.
Line(Line.Style, double[]...) - Constructor for class smile.plot.Line
Constructor.
Line(Line.Style, Color, double[]...) - Constructor for class smile.plot.Line
Constructor.
line(double[]) - Method in class smile.plot.PlotCanvas
Adds a poly line plot to this canvas.
line(String, double[]) - Method in class smile.plot.PlotCanvas
Adds a poly line plot to this canvas.
line(double[], Color) - Method in class smile.plot.PlotCanvas
Adds a poly line plot to this canvas.
line(String, double[], Color) - Method in class smile.plot.PlotCanvas
Adds a poly line plot to this canvas.
line(double[], Line.Style) - Method in class smile.plot.PlotCanvas
Add a poly line plot of given data into the current canvas.
line(String, double[], Line.Style) - Method in class smile.plot.PlotCanvas
Adds a poly line plot to this canvas.
line(double[], Line.Style, Color) - Method in class smile.plot.PlotCanvas
Adds a poly line plot to this canvas.
line(String, double[], Line.Style, Color) - Method in class smile.plot.PlotCanvas
Add a poly line plot of given data into the current canvas.
line(double[]...) - Method in class smile.plot.PlotCanvas
Adds a poly line plot to this canvas.
line(String, double[]...) - Method in class smile.plot.PlotCanvas
Adds a poly line plot to this canvas.
line(double[][], Color) - Method in class smile.plot.PlotCanvas
Adds a poly line plot to this canvas.
line(String, double[][], Color) - Method in class smile.plot.PlotCanvas
Adds a poly line plot to this canvas.
line(double[][], Line.Style) - Method in class smile.plot.PlotCanvas
Adds a poly line plot to this canvas.
line(String, double[][], Line.Style) - Method in class smile.plot.PlotCanvas
Adds a poly line plot to this canvas.
line(double[][], Line.Style, Color) - Method in class smile.plot.PlotCanvas
Adds a poly line plot to this canvas.
line(String, double[][], Line.Style, Color) - Method in class smile.plot.PlotCanvas
Adds a poly line plot to this canvas.
Line.Style - Enum in smile.plot
The supported styles of lines.
LinePlot - Class in smile.plot
Line plot is a special scatter plot which connects points by straight lines.
LinePlot(double[][]) - Constructor for class smile.plot.LinePlot
Constructor.
LinePlot(double[][], Line.Style) - Constructor for class smile.plot.LinePlot
Constructor.
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 class smile.plot.Palette
 
MIDNIGHT_BLUE - Static variable in class smile.plot.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 class smile.plot.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

OK_OPTION - Static variable in class smile.swing.FontChooser
Return value from showDialog().
ORANGE - Static variable in class smile.plot.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(Graphics) - Method in class smile.plot.Axis
Draw the axis.
paint(Graphics) - Method in class smile.plot.BarPlot
 
paint(Graphics) - Method in class smile.plot.BoxPlot
 
paint(Graphics) - Method in class smile.plot.Contour
 
paint(Graphics) - Method in class smile.plot.Dendrogram
 
paint(Graphics) - Method in class smile.plot.Grid
 
paint(Graphics) - Method in class smile.plot.Heatmap
 
paint(Graphics) - Method in class smile.plot.Hexmap
 
paint(Graphics) - Method in class smile.plot.Histogram3D
 
paint(Graphics) - Method in class smile.plot.Label
 
paint(Graphics) - Method in class smile.plot.Line
 
paint(Graphics) - Method in class smile.plot.LinePlot
 
paint(Graphics) - Method in class smile.plot.Point
 
paint(Graphics) - Method in class smile.plot.QQPlot
 
paint(Graphics) - Method in class smile.plot.ScatterPlot
 
paint(Graphics) - Method in class smile.plot.Shape
Draw the component with given graphics object.
paint(Graphics) - Method in class smile.plot.SparseMatrixPlot
 
paint(Graphics) - Method in class smile.plot.StaircasePlot
 
paint(Graphics) - Method in class smile.plot.Surface
 
paint(Graphics) - Method in class smile.plot.Wireframe
 
paintIcon(Component, Graphics, int, int) - Method in class smile.swing.AlphaIcon
Paints the wrapped icon with this AlphaIcon's transparency.
Palette - Class in smile.plot
Color palette generator.
Palette() - Constructor for class smile.plot.Palette
 
PASTEL_GREEN - Static variable in class smile.plot.Palette
 
PERCENT - Static variable in class smile.swing.table.NumberCellRenderer
 
PINK - Static variable in class smile.plot.Palette
 
plot(double[]) - Static method in class smile.plot.BarPlot
Create a plot canvas with the bar plot of given data.
plot(String, double[]) - Static method in class smile.plot.BarPlot
Create a plot canvas with the bar plot of given data.
plot(double[], String[]) - Static method in class smile.plot.BarPlot
Create a plot canvas with the bar plot of given data.
plot(String, double[], String[]) - Static method in class smile.plot.BarPlot
Create a plot canvas with the bar plot of given data.
plot(double[]...) - Static method in class smile.plot.BarPlot
Create a plot canvas with the bar plot of given data.
plot(String, double[]...) - Static method in class smile.plot.BarPlot
Create a plot canvas with the bar plot of given data.
plot(double[]) - Static method in class smile.plot.BoxPlot
Create a plot canvas with the box plot of given data.
plot(double[]...) - Static method in class smile.plot.BoxPlot
Create a plot canvas with multiple box plots of given data.
plot(double[][], String[]) - Static method in class smile.plot.BoxPlot
Create a plot canvas with multiple box plots of given data.
plot(double[][]) - Static method in class smile.plot.Contour
Create a plot canvas with the contour plot of given data.
plot(double[][], double[], Color[]) - Static method in class smile.plot.Contour
Create a plot canvas with the contour plot of given data.
plot(double[], double[], double[][]) - Static method in class smile.plot.Contour
Create a plot canvas with the contour plot of given data.
plot(double[], double[], double[][], double[], Color[]) - Static method in class smile.plot.Contour
Create a plot canvas with the contour plot of given data.
plot(int[][], double[]) - Static method in class smile.plot.Dendrogram
Create a dendrogram plot.
plot(String, int[][], double[]) - Static method in class smile.plot.Dendrogram
Create a dendrogram plot.
plot(double[][][]) - Static method in class smile.plot.Grid
Create a 2D grid plot canvas.
plot(String, double[][][]) - Static method in class smile.plot.Grid
Create a 2D grid plot canvas.
plot(double[][]) - Static method in class smile.plot.Heatmap
Create a plot canvas with the pseudo heat map plot of given data.
plot(double[][], Color[]) - Static method in class smile.plot.Heatmap
Create a plot canvas with the pseudo heat map plot of given data.
plot(double[], double[], double[][]) - Static method in class smile.plot.Heatmap
Create a plot canvas with the pseudo heat map plot of given data.
plot(double[], double[], double[][], Color[]) - Static method in class smile.plot.Heatmap
Create a plot canvas with the pseudo heat map plot of given data.
plot(String[], String[], double[][]) - Static method in class smile.plot.Heatmap
Create a plot canvas with the pseudo heat map plot of given data.
plot(String[], String[], double[][], Color[]) - Static method in class smile.plot.Heatmap
Create a plot canvas with the pseudo heat map plot of given data.
plot(double[][]) - Static method in class smile.plot.Hexmap
Create a plot canvas with the pseudo hexmap plot of given data.
plot(double[][], Color[]) - Static method in class smile.plot.Hexmap
Create a plot canvas with the pseudo hexmap plot of given data.
plot(String[][], double[][]) - Static method in class smile.plot.Hexmap
Create a plot canvas with the pseudo hexmap plot of given data.
plot(String[][], double[][], Color[]) - Static method in class smile.plot.Hexmap
Create a plot canvas with the pseudo hexmap plot of given data.
plot(double[]) - Static method in class smile.plot.Histogram
Create a plot canvas with the histogram plot.
plot(String, double[]) - Static method in class smile.plot.Histogram
Create a plot canvas with the histogram plot.
plot(double[], int) - Static method in class smile.plot.Histogram
Create a plot canvas with the histogram plot of given data.
plot(String, double[], int) - Static method in class smile.plot.Histogram
Create a plot canvas with the histogram plot of given data.
plot(double[], double[]) - Static method in class smile.plot.Histogram
Create a plot canvas with the histogram plot of given data.
plot(String, double[], double[]) - Static method in class smile.plot.Histogram
Create a plot canvas with the histogram plot of given data.
plot(String, double[], double[], boolean) - Static method in class smile.plot.Histogram
Create a plot canvas with the histogram plot of given data.
plot(int[]) - Static method in class smile.plot.Histogram
Create a plot canvas with the histogram plot.
plot(String, int[]) - Static method in class smile.plot.Histogram
Create a plot canvas with the histogram plot.
plot(int[], int) - Static method in class smile.plot.Histogram
Create a plot canvas with the histogram plot of given data.
plot(String, int[], int) - Static method in class smile.plot.Histogram
Create a plot canvas with the histogram plot of given data.
plot(int[], double[]) - Static method in class smile.plot.Histogram
Create a plot canvas with the histogram plot of given data.
plot(String, int[], double[]) - Static method in class smile.plot.Histogram
Create a plot canvas with the histogram plot of given data.
plot(double[][]) - Static method in class smile.plot.Histogram3D
Create a plot canvas with the histogram plot.
plot(double[][], Color[]) - Static method in class smile.plot.Histogram3D
Create a plot canvas with the histogram plot.
plot(double[][], int) - Static method in class smile.plot.Histogram3D
Create a plot canvas with the histogram plot of given data.
plot(double[][], int, Color[]) - Static method in class smile.plot.Histogram3D
Create a plot canvas with the histogram plot of given data.
plot(double[][], int, boolean, Color[]) - Static method in class smile.plot.Histogram3D
Create a plot canvas with the histogram plot of given data.
plot(double[][], int, int, boolean, Color[]) - Static method in class smile.plot.Histogram3D
Create a plot canvas with the histogram plot of given data.
plot(double[][], int, int) - Static method in class smile.plot.Histogram3D
Create a plot canvas with the histogram plot of given data.
plot(double[][], int, int, Color[]) - Static method in class smile.plot.Histogram3D
Create a plot canvas with the histogram plot of given data.
plot(double[]) - Static method in class smile.plot.LinePlot
Create a plot canvas with the poly line plot of given data.
plot(String, double[]) - Static method in class smile.plot.LinePlot
Create a plot canvas with the poly line plot of given data.
plot(double[], Line.Style) - Static method in class smile.plot.LinePlot
Create a plot canvas with the poly line plot of given data.
plot(String, double[], Line.Style) - Static method in class smile.plot.LinePlot
Create a plot canvas with the poly line plot of given data.
plot(double[], Line.Style, Color) - Static method in class smile.plot.LinePlot
Create a plot canvas with the poly line plot of given data.
plot(String, double[], Line.Style, Color) - Static method in class smile.plot.LinePlot
Create a plot canvas with the poly line plot of given data.
plot(double[][], Line.Style) - Static method in class smile.plot.LinePlot
Create a plot canvas with the poly line plot of given data.
plot(String, double[][], Line.Style) - Static method in class smile.plot.LinePlot
Create a plot canvas with the poly line plot of given data.
plot(double[][], Line.Style, Color) - Static method in class smile.plot.LinePlot
Create a plot canvas with the poly line plot of given data.
plot(String, double[][], Line.Style, Color) - Static method in class smile.plot.LinePlot
Create a plot canvas with the poly line plot of given data.
Plot - Class in smile.plot
This is the abstract base class of plots.
Plot() - Constructor for class smile.plot.Plot
Constructor.
Plot(String) - Constructor for class smile.plot.Plot
Constructor.
Plot(Color) - Constructor for class smile.plot.Plot
Constructor.
Plot(String, Color) - Constructor for class smile.plot.Plot
Constructor.
plot(double[]) - Static method in class smile.plot.QQPlot
Create a plot canvas with the one sample Q-Q plot to standard normal distribution.
plot(double[], Distribution) - Static method in class smile.plot.QQPlot
Create a plot canvas with the one sample Q-Q plot to given distribution.
plot(double[], double[]) - Static method in class smile.plot.QQPlot
Create a plot canvas with the two sample Q-Q plot.
plot(int[], DiscreteDistribution) - Static method in class smile.plot.QQPlot
Create a plot canvas with the one sample Q-Q plot to given distribution.
plot(int[], int[]) - Static method in class smile.plot.QQPlot
Create a plot canvas with the two sample Q-Q plot.
plot(double[]...) - Static method in class smile.plot.ScatterPlot
Create a plot canvas with the scatter plot of given data.
plot(String, double[]...) - Static method in class smile.plot.ScatterPlot
Create a plot canvas with the scatter plot of given data.
plot(double[][], String[]) - Static method in class smile.plot.ScatterPlot
Create a plot canvas with the scatter plot of given data.
plot(String, double[][], String[]) - Static method in class smile.plot.ScatterPlot
Create a plot canvas with the scatter plot of given data.
plot(double[][], Color) - Static method in class smile.plot.ScatterPlot
Create a plot canvas with the scatter plot of given data and specific color.
plot(String, double[][], Color) - Static method in class smile.plot.ScatterPlot
Create a plot canvas with the scatter plot of given data and specific color.
plot(double[][], char) - Static method in class smile.plot.ScatterPlot
Create a plot canvas with the scatter plot of given data with specific legend.
plot(String, double[][], char) - Static method in class smile.plot.ScatterPlot
Create a plot canvas with the scatter plot of given data with specific legend.
plot(double[][], char, Color) - Static method in class smile.plot.ScatterPlot
Create a plot canvas with the scatter plot of given data with specific legend and color.
plot(String, double[][], char, Color) - Static method in class smile.plot.ScatterPlot
Create a plot canvas with the scatter plot of given data with specific legend and color.
plot(double[][], int[], char, Color[]) - Static method in class smile.plot.ScatterPlot
Create a plot canvas with the scatter plot of given data with specific legend and color.
plot(String, double[][], int[], char, Color[]) - Static method in class smile.plot.ScatterPlot
Create a plot canvas with the scatter plot of given data with specific legend and color.
plot(double[][], int[], char[], Color[]) - Static method in class smile.plot.ScatterPlot
Create a plot canvas with the scatter plot of given data with specific legend and color.
plot(String, double[][], int[], char[], Color[]) - Static method in class smile.plot.ScatterPlot
Create a plot canvas with the scatter plot of given data with specific legend and color.
plot(SparseMatrix) - Static method in class smile.plot.SparseMatrixPlot
Create a sparse matrix plot canvas.
plot(SparseMatrix, Color) - Static method in class smile.plot.SparseMatrixPlot
Create a sparse matrix plot canvas.
plot(SparseMatrix, Color[]) - Static method in class smile.plot.SparseMatrixPlot
Create a sparse matrix plot canvas.
plot(double[]...) - Static method in class smile.plot.StaircasePlot
Create a plot canvas with the staircase line plot of given data.
plot(String, double[]...) - Static method in class smile.plot.StaircasePlot
Create a plot canvas with the staircase line plot of given data.
plot(double[][]) - Static method in class smile.plot.Surface
Create a plot canvas with the 3D surface plot of given data.
plot(double[][], Color[]) - Static method in class smile.plot.Surface
Create a plot canvas with the 3D surface plot of given data.
plot(double[], double[], double[][]) - Static method in class smile.plot.Surface
Create a plot canvas with the 3D surface plot of given data.
plot(double[], double[], double[][], Color[]) - Static method in class smile.plot.Surface
Create a plot canvas with the 3D surface plot of given data.
plot(double[][][]) - Static method in class smile.plot.Surface
Create a plot canvas with the 3D surface plot of given data.
plot(double[][][], Color[]) - Static method in class smile.plot.Surface
Create a plot canvas with the 3D surface plot of given data.
plot(double[][], int[][]) - Static method in class smile.plot.Wireframe
Create a wire frame plot canvas.
plot(String, double[][], int[][]) - Static method in class smile.plot.Wireframe
Create a 2D grid plot canvas.
PlotCanvas - Class in smile.plot
Canvas for mathematical plots.
PlotCanvas(double[], double[]) - Constructor for class smile.plot.PlotCanvas
Constructor
PlotCanvas(double[], double[], boolean) - Constructor for class smile.plot.PlotCanvas
Constructor
PlotCanvas(double[], double[], String[]) - Constructor for class smile.plot.PlotCanvas
Constructor
PlotCanvas(double[], double[], String[], boolean) - Constructor for class smile.plot.PlotCanvas
Constructor
PlotPanel - Class in smile.plot
PlotPanel is a simple JPanel to contain PlotCanvas objects.
PlotPanel(PlotCanvas) - Constructor for class smile.plot.PlotPanel
Constructor.
PlotPanel(PlotCanvas...) - Constructor for class smile.plot.PlotPanel
Constructor.
PLUM - Static variable in class smile.plot.Palette
 
point(double...) - Method in class smile.plot.PlotCanvas
Adds a point to this canvas.
point(char, double...) - Method in class smile.plot.PlotCanvas
Adds a point to this canvas.
point(Color, double...) - Method in class smile.plot.PlotCanvas
Adds a point to this canvas.
point(char, Color, double...) - Method in class smile.plot.PlotCanvas
Adds a point to this canvas.
Point - Class in smile.plot
A single point in the plot.
Point(double...) - Constructor for class smile.plot.Point
Constructor.
Point(char, double...) - Constructor for class smile.plot.Point
Constructor.
Point(Color, double...) - Constructor for class smile.plot.Point
Constructor.
Point(char, Color, double...) - Constructor for class smile.plot.Point
Constructor.
points(double[]...) - Method in class smile.plot.PlotCanvas
Adds a scatter plot to this canvas.
points(String, double[]...) - Method in class smile.plot.PlotCanvas
Adds a scatter plot to this canvas.
points(double[][], String[]) - Method in class smile.plot.PlotCanvas
Adds a scatter plot to this canvas.
points(String, double[][], String[]) - Method in class smile.plot.PlotCanvas
Adds a scatter plot to this canvas.
points(double[][], char) - Method in class smile.plot.PlotCanvas
Adds a scatter plot to this canvas.
points(String, double[][], char) - Method in class smile.plot.PlotCanvas
Adds a scatter plot to this canvas.
points(double[][], Color) - Method in class smile.plot.PlotCanvas
Adds a scatter plot to this canvas.
points(String, double[][], Color) - Method in class smile.plot.PlotCanvas
Adds a scatter plot to this canvas.
points(double[][], char, Color) - Method in class smile.plot.PlotCanvas
Adds a scatter plot to this canvas.
points(String, double[][], char, Color) - Method in class smile.plot.PlotCanvas
Adds a scatter plot to this canvas.
print() - Method in class smile.plot.PlotCanvas
Prints the plot.
print(Graphics, PageFormat, int) - Method in class smile.plot.PlotPanel
 
print() - Method in class smile.plot.PlotPanel
Prints the plot.
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 class smile.plot.Palette
 

Q

QQPlot - Class in smile.plot
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.QQPlot
Constructor of one sample Q-Q plot to standard normal distribution.
QQPlot(double[], Distribution) - Constructor for class smile.plot.QQPlot
Constructor of one sample Q-Q plot to given distribution.
QQPlot(int[], DiscreteDistribution) - Constructor for class smile.plot.QQPlot
Constructor of one sample Q-Q plot to given distribution.
QQPlot(double[], double[]) - Constructor for class smile.plot.QQPlot
Constructor of two sample Q-Q plot.
QQPlot(int[], int[]) - Constructor for class smile.plot.QQPlot
Constructor of two sample Q-Q plot.

R

rainbow(int) - Static method in class smile.plot.Palette
Generate rainbow color palette.
rainbow(int, float) - Static method in class smile.plot.Palette
Generate rainbow color palette.
RED - Static variable in class smile.plot.Palette
 
redblue(int) - Static method in class smile.plot.Palette
Generate red-blue color palette.
redblue(int, float) - Static method in class smile.plot.Palette
Generate red-blue color palette.
redgreen(int) - Static method in class smile.plot.Palette
Generate red-green color palette.
redgreen(int, float) - Static method in class smile.plot.Palette
Generate red-green color palette.
remove(Shape) - Method in class smile.plot.PlotCanvas
Remove a graphical shape from the canvas.
remove(Plot) - Method in class smile.plot.PlotCanvas
Remove a graphical shape from the canvas.
remove(PlotCanvas) - Method in class smile.plot.PlotPanel
Remove a plot from the frame.
removeLabel(String) - Method in class smile.plot.Axis
Remove a label from the axis.
reset() - Method in class smile.plot.Base
Reset base coordinates.
reset() - Method in class smile.plot.PlotCanvas
Resets the plot.
rotate(double, double) - Method in class smile.plot.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 class smile.plot.Palette
 

S

SALMON - Static variable in class smile.plot.Palette
 
save() - Method in class smile.plot.PlotCanvas
Shows a file chooser and exports the plot to the selected image file.
save(File) - Method in class smile.plot.PlotCanvas
Exports the plot to an image file.
save() - Method in class smile.plot.PlotPanel
Shows a file chooser and exports the plot to the selected image file.
save(File) - Method in class smile.plot.PlotPanel
Exports the plot to an image file.
ScatterPlot - Class in smile.plot
The data is displayed as a collection of points.
ScatterPlot(double[][]) - Constructor for class smile.plot.ScatterPlot
Constructor.
ScatterPlot(double[][], String[]) - Constructor for class smile.plot.ScatterPlot
Constructor.
ScatterPlot(double[][], char) - Constructor for class smile.plot.ScatterPlot
Constructor.
ScatterPlot(double[][], Color) - Constructor for class smile.plot.ScatterPlot
Constructor.
ScatterPlot(double[][], char, Color) - Constructor for class smile.plot.ScatterPlot
Constructor.
ScatterPlot(double[][], int[], char[]) - Constructor for class smile.plot.ScatterPlot
Constructor.
ScatterPlot(double[][], int[], char[], Color) - Constructor for class smile.plot.ScatterPlot
Constructor.
ScatterPlot(double[][], int[], Color[]) - Constructor for class smile.plot.ScatterPlot
Constructor.
ScatterPlot(double[][], int[], char, Color[]) - Constructor for class smile.plot.ScatterPlot
Constructor.
ScatterPlot(double[][], int[], char[], Color[]) - Constructor for class smile.plot.ScatterPlot
Constructor.
screeplot(PCA) - Static method in class smile.plot.PlotCanvas
Create a scree plot for PCA.
setAxisLabel(String) - Method in class smile.plot.Axis
Sets the label of this axis.
setAxisLabel(int, String) - Method in class smile.plot.PlotCanvas
Sets the label/legend of an axis.
setAxisLabels(String...) - Method in class smile.plot.PlotCanvas
Sets the labels/legends of axes.
setBase(Base) - Method in class smile.plot.Axis
Set the base coordinate space.
setColor(Color) - Method in class smile.plot.Graphics
Set the color.
setColor(Color) - Method in class smile.plot.LinePlot
 
setColor(Color) - Method in class smile.plot.Shape
Set the color of component.
setCoordinate(double...) - Method in class smile.plot.Label
Set the coordinate of label.
setDescription(String) - Method in class smile.swing.FileChooser.SimpleFileFilter
Sets the human readable description of this filter.
setDrawNodes() - Method in class smile.plot.Grid
Gets if draw the nodes.
setDrawNodes(boolean) - Method in class smile.plot.Grid
Sets if draw the nodes.
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.Graphics
Set the font.
setFont(Font) - Method in class smile.plot.Label
Set the font of label.
setFrameVisible(boolean) - Method in class smile.plot.Axis
Set the visibility of the frame grid lines and their labels.
setGraphics(Graphics2D) - Method in class smile.plot.Graphics
Set the Java2D graphics object.
setGridVisible(boolean) - Method in class smile.plot.Axis
Set the visibility of the grid lines and their labels.
setID(String) - Method in class smile.plot.Plot
Set the id of plot.
setLabelVisible(boolean) - Method in class smile.plot.Axis
Set the visibility of the axis label.
setLegend(char) - Method in class smile.plot.LinePlot
 
setLegend(char) - Method in class smile.plot.Point
Set the legend of point.
setLegend(char) - Method in class smile.plot.ScatterPlot
Set the legend of points.
setMargin(double) - Method in class smile.plot.PlotCanvas
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.Graphics
Set the paint object.
setRotation(double) - Method in class smile.plot.Axis
Sets the rotation degree of grid label strings.
setRotation(double) - Method in class smile.plot.Label
Set the rotation angel of label.
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.Graphics
Set the stroke.
setStroke(Stroke) - Method in class smile.plot.Line
Set the line stroke style.
setStroke(Stroke) - Method in class smile.plot.LinePlot
Set the line stroke style.
setText(String) - Method in class smile.plot.Label
Set the text of label.
setTitle(String) - Method in class smile.plot.PlotCanvas
Set the main title of canvas.
setTitleColor(Color) - Method in class smile.plot.PlotCanvas
Set the color for title.
setTitleFont(Font) - Method in class smile.plot.PlotCanvas
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
Abstract rendering object in a PlotCanvas.
Shape() - Constructor for class smile.plot.Shape
Constructor.
Shape(Color) - Constructor for class smile.plot.Shape
Constructor.
ShortArrayCellRenderer - Class in smile.swing.table
Short array renderer in JTable.
ShortArrayCellRenderer() - Constructor for class smile.swing.table.ShortArrayCellRenderer
Constructor.
showDialog(Component) - Method in class smile.swing.FontChooser
Show font selection dialog.
showLevelValue(boolean) - Method in class smile.plot.Contour
Set if show the level value with each contour line.
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 class smile.plot.Palette
 
SLATE_BLUE - Static variable in class smile.plot.Palette
 
SLATE_GRAY - Static variable in class smile.plot.Palette
 
smile.plot - package smile.plot
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.
SparseMatrixPlot - Class in smile.plot
A graphical representation of sparse matrix data.
SparseMatrixPlot(SparseMatrix) - Constructor for class smile.plot.SparseMatrixPlot
Constructor.
SparseMatrixPlot(SparseMatrix, Color) - Constructor for class smile.plot.SparseMatrixPlot
Constructor.
SparseMatrixPlot(SparseMatrix, int) - Constructor for class smile.plot.SparseMatrixPlot
Constructor.
SparseMatrixPlot(SparseMatrix, Color[]) - Constructor for class smile.plot.SparseMatrixPlot
Constructor.
staircase(double[][], Color) - Method in class smile.plot.PlotCanvas
Adds a staircase line plot to this canvas.
staircase(String, double[][], Color) - Method in class smile.plot.PlotCanvas
Adds a staircase line plot to this canvas.
StaircasePlot - Class in smile.plot
Staircase plot is a special case of line which is most useful to display empirical distribution.
StaircasePlot(double[][]) - Constructor for class smile.plot.StaircasePlot
Constructor.
StaircasePlot(double[][], Color) - Constructor for class smile.plot.StaircasePlot
Constructor.
stateChanged(ChangeEvent) - Method in class smile.swing.Table.RowHeader
 
STEEL_BLUE - Static variable in class smile.plot.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
A surface object gives 3D information e.g.
Surface(double[][]) - Constructor for class smile.plot.Surface
Constructor.
Surface(double[][], Color[]) - Constructor for class smile.plot.Surface
Constructor.
Surface(double[], double[], double[][]) - Constructor for class smile.plot.Surface
Constructor for regular mesh grid.
Surface(double[], double[], double[][], Color[]) - Constructor for class smile.plot.Surface
Constructor for regular mesh grid.
Surface(double[][][]) - Constructor for class smile.plot.Surface
Constructor for irregular mesh grid.
Surface(double[][][], Color[]) - Constructor for class smile.plot.Surface
Constructor for irregular mesh grid.

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
 
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 class smile.plot.Palette
Generate terrain color palette.
terrain(int, float) - Static method in class smile.plot.Palette
Generate terrain color palette.
topo(int) - Static method in class smile.plot.Palette
Generate topo color palette.
topo(int, float) - Static method in class smile.plot.Palette
Generate topo color palette.
toString() - Method in class smile.plot.Base
 
TURQUOISE - Static variable in class smile.plot.Palette
 

V

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

W

WHITE - Static variable in class smile.plot.Palette
 
Wireframe - Class in smile.plot
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[][]) - Constructor for class smile.plot.Wireframe
Constructor.
Wireframe(double[][], int[][], Color) - Constructor for class smile.plot.Wireframe
Constructor.

Y

YELLOW - Static variable in class smile.plot.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

zoom(boolean) - Method in class smile.plot.PlotCanvas
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 
Skip navigation links