- 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
-
- 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
-
- 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(double...) - Method in class smile.plot.swing.Graphics
-
Draw a dot.
- drawPoint(char, double...) - Method in class smile.plot.swing.Graphics
-
Draw a dot with given pattern.
- 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.
- 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.
- of(int[]) - Static method in class smile.plot.swing.Bar
-
Creates a bar plot.
- 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(int[]) - Static method in class smile.plot.swing.BarPlot
-
Creates a bar plot.
- of(double[][], String[]) - Static method in class smile.plot.swing.BarPlot
-
Creates a bar plot of multiple groups/colors.
- 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[][], int) - Static method in class smile.plot.swing.Contour
-
Creates a contour plot.
- of(double[], double[], double[][]) - Static method in class smile.plot.swing.Contour
-
Creates a contour plot with 10 isolines.
- of(double[], double[], double[][], int) - Static method in class smile.plot.swing.Contour
-
Creates a contour plot.
- of(double[][][]) - Static method in class smile.plot.swing.Grid
-
Creates a grid with black lines.
- of(double[][]) - Static method in class smile.plot.swing.Heatmap
-
Constructor.
- of(double[][], int) - Static method in class smile.plot.swing.Heatmap
-
Creates a heatmap with jet color palette.
- of(double[][], Color[]) - Static method in class smile.plot.swing.Heatmap
-
Constructor.
- 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(double[], double[], double[][]) - Static method in class smile.plot.swing.Heatmap
-
Constructor.
- of(double[], double[], double[][], int) - 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[][], int) - Static method in class smile.plot.swing.Hexmap
-
Creates a hexmap with the jet color palette.
- of(double[][], Color[]) - Static method in class smile.plot.swing.Hexmap
-
Constructor.
- of(int[]) - Static method in class smile.plot.swing.Histogram
-
Creates a histogram 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[], 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(double[]) - Static method in class smile.plot.swing.Histogram
-
Creates a histogram plot.
- 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[], 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[][]) - 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[][], 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(String, double[]) - Static method in class smile.plot.swing.Label
-
Creates a black label centered at the coordinates.
- of(double...) - Static method in class smile.plot.swing.Label
-
Creates a black label with coordinates as text.
- of(String, double[], double, double, double) - Static method in class smile.plot.swing.Label
-
Creates a black label with system default font.
- of(double[][]) - Static method in class smile.plot.swing.Line
-
Creates a Line with solid stroke and black color.
- of(double[][], Line.Style) - Static method in class smile.plot.swing.Line
-
Creates a Line.
- of(double[][], char) - Static method in class smile.plot.swing.Line
-
Creates a Line.
- of(double[][], Color) - Static method in class smile.plot.swing.Line
-
Creates a Line.
- of(double[][], Line.Style, Color) - Static method in class smile.plot.swing.Line
-
Creates a Line.
- of(double[][]) - Static method in class smile.plot.swing.LinePlot
-
Creates a line plot.
- of(double[][], Line.Style) - Static method in class smile.plot.swing.LinePlot
-
Creates a line plot.
- of(double[][], Color) - Static method in class smile.plot.swing.LinePlot
-
Creates a line plot.
- 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[]) - 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[], 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) - 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[][]) - Static method in class smile.plot.swing.Point
-
Creates a Point with circle mark and black color.
- of(double[][], Color) - Static method in class smile.plot.swing.Point
-
Creates a Point with circle mark.
- of(double[][], char) - Static method in class smile.plot.swing.Point
-
Creates a Point with black color.
- of(double[]) - Static method in class smile.plot.swing.QQPlot
-
One sample Q-Q plot to standard normal distribution.
- of(double[], Distribution) - Static method in class smile.plot.swing.QQPlot
-
One sample Q-Q plot to given distribution.
- of(int[], DiscreteDistribution) - Static method in class smile.plot.swing.QQPlot
-
One sample Q-Q plot to given discrete distribution.
- of(double[], double[]) - Static method in class smile.plot.swing.QQPlot
-
Two sample Q-Q plot.
- of(int[], int[]) - Static method in class smile.plot.swing.QQPlot
-
Two sample Q-Q plot.
- of(double[][]) - Static method in class smile.plot.swing.ScatterPlot
-
Create a scatter plot.
- of(double[][], Color) - Static method in class smile.plot.swing.ScatterPlot
-
Create a scatter plot.
- 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[][], String[], char) - Static method in class smile.plot.swing.ScatterPlot
-
Creates a scatter plot of multiple groups of data.
- of(double[][], int[], char) - Static method in class smile.plot.swing.ScatterPlot
-
Creates a scatter plot of multiple groups of data.
- 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.
- 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[][], Color, String) - Static method in class smile.plot.swing.StaircasePlot
-
Creates a line plot.
- of(double[][], int) - Static method in class smile.plot.swing.Surface
-
Creates a regular mesh surface with the jet color palette.
- of(double[][], Color[]) - Static method in class smile.plot.swing.Surface
-
Creates a regular mesh surface.
- 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.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(String[], double[][]) - Static method in class smile.plot.swing.TextPlot
-
Create a text plot.
- of(double[][], int[][]) - Static method in class smile.plot.swing.Wireframe
-
Constructor.
- OK_OPTION - Static variable in class smile.swing.FontChooser
-
Return value from showDialog()
.
- ORANGE - Static variable in interface smile.plot.swing.Palette
-
- 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(Shape) - Method in class smile.plot.swing.Canvas
-
Remove a graphical shape from the canvas.
- 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.
- 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
-
- 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(File) - Method in class smile.plot.swing.PlotGrid
-
Exports the plot to an 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.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(PCA) - 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.
- 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.
- 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
-