- accept(JsCode, String, String) - Method in interface com.zavtech.morpheus.viz.chart.Chart
-
Writes a Javascript function with the name specified that will render this chart
- accept(JsCode, String, String) - Method in class com.zavtech.morpheus.viz.google.GChart
-
- accept(JsObject) - Method in class com.zavtech.morpheus.viz.google.GChartLabel
-
- accept(JsObject) - Method in class com.zavtech.morpheus.viz.google.GChartTextStyle
-
- accept(JsCode) - Method in class com.zavtech.morpheus.viz.google.GPieModel
-
- accept(JsObject) - Method in class com.zavtech.morpheus.viz.google.GPiePlot
-
Enriches the JsObject with options for these axes
- accept(JsObject, GXyDataset) - Method in class com.zavtech.morpheus.viz.google.GXyAxis
-
Enriches the options of this axis on the JsObject provided.
- accept(JsCode) - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
- accept(JsObject) - Method in class com.zavtech.morpheus.viz.google.GXyPlot
-
Enriches the JsObject with options for these axes
- accept(JsCode, String, String) - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
-
- actionListener - Variable in class com.zavtech.morpheus.viz.table.DataFrameCellEditor
-
- add(DataFrame<X, S>) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyModel
-
Adds a data frame using the row keys to define the domain
- add(DataFrame<?, S>, S) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyModel
-
Adds a data frame using a specific column in the frame to define the domain axis
- add(DataFrame<X, S>) - Method in class com.zavtech.morpheus.viz.google.GXyModel
-
- add(DataFrame<?, S>, S) - Method in class com.zavtech.morpheus.viz.google.GXyModel
-
- add(DataFrame<X, S>) - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot.ModelAdapter
-
- add(DataFrame<?, S>, S) - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot.ModelAdapter
-
- add(DataFrame<X, S>) - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.ModelAdapter
-
- add(DataFrame<?, S>, S) - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.ModelAdapter
-
- alignment - Variable in class com.zavtech.morpheus.viz.google.GChart.LegendAdapter
-
- alignment - Variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
- alignmentIconMap - Static variable in class com.zavtech.morpheus.viz.table.DataFrameTable
-
- alignmentMenu - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
-
- alignmentNameMap - Static variable in class com.zavtech.morpheus.viz.table.DataFrameTable
-
- append(boolean) - Method in class com.zavtech.morpheus.viz.js.JsArray
-
- append(int) - Method in class com.zavtech.morpheus.viz.js.JsArray
-
- append(double) - Method in class com.zavtech.morpheus.viz.js.JsArray
-
- append(String) - Method in class com.zavtech.morpheus.viz.js.JsArray
-
- append(String, boolean) - Method in class com.zavtech.morpheus.viz.js.JsArray
-
- appendArray(boolean, Consumer<JsArray>) - Method in class com.zavtech.morpheus.viz.js.JsArray
-
- appendObject(Consumer<JsObject>) - Method in class com.zavtech.morpheus.viz.js.JsArray
-
- appendObject(boolean, Consumer<JsObject>) - Method in class com.zavtech.morpheus.viz.js.JsArray
-
- apply(DataFrame<X, S>) - Method in interface com.zavtech.morpheus.viz.chart.pie.PieModel
-
Applies data from the first numeric column in the DataFrame, using row keys as items
- apply(DataFrame<X, S>, S) - Method in interface com.zavtech.morpheus.viz.chart.pie.PieModel
-
Applies data from the specified column in the DataFrame, using row keys as items
- apply(DataFrame<?, S>, S, S) - Method in interface com.zavtech.morpheus.viz.chart.pie.PieModel
-
Applies data from the valueKey column in the DataFrame, using items from the itemKey column
- apply(DataFrame<X, S>) - Method in class com.zavtech.morpheus.viz.chart.pie.PieModelDefault
-
- apply(DataFrame<X, S>, S) - Method in class com.zavtech.morpheus.viz.chart.pie.PieModelDefault
-
- apply(DataFrame<?, S>, S, S) - Method in class com.zavtech.morpheus.viz.chart.pie.PieModelDefault
-
- apply(DataFrame<X, S>) - Method in class com.zavtech.morpheus.viz.jfree.JFPieModel
-
- apply(DataFrame<X, S>, S) - Method in class com.zavtech.morpheus.viz.jfree.JFPieModel
-
- apply(DataFrame<?, S>, S, S) - Method in class com.zavtech.morpheus.viz.jfree.JFPieModel
-
- applyShape(JsObject, ChartShape) - Method in class com.zavtech.morpheus.viz.google.GXyPlot
-
Applies a point shape style to the series entry
- applyTrend(JFXyDataset<X, Comparable>, JFXyPlot<X>.TrendLine) - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot
-
Applies a trend line to the plot based on the dataset and trend definition
- asDateScale() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyAxis
-
Marks this axis as a linear date axis
- asDateScale() - Method in class com.zavtech.morpheus.viz.google.GXyAxis
-
- asDateScale() - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisAdapter
-
- asHtml() - Method in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
-
Returns the HTML based chart factory
- asLinearScale() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyAxis
-
Marks this axis as a linear numeric axis
- asLinearScale() - Method in class com.zavtech.morpheus.viz.google.GXyAxis
-
- asLinearScale() - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisAdapter
-
- asLogScale() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyAxis
-
Marks this axis as a log scale axis
- asLogScale() - Method in class com.zavtech.morpheus.viz.google.GXyAxis
-
- asLogScale() - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisAdapter
-
- asSwing() - Method in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
-
Returns the Swing based chart factory
- at(int) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyModel
-
Returns the chart model holding chart data at the specified index
- at(int) - Method in class com.zavtech.morpheus.viz.google.GXyModel
-
- at(int) - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot.ModelAdapter
-
- at(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.ModelAdapter
-
- attributeCount - Variable in class com.zavtech.morpheus.viz.js.JsObject
-
- attrs - Variable in class com.zavtech.morpheus.viz.html.HtmlElement
-
- axes() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyPlot
-
Returns the plot axes control interface
- axes - Variable in class com.zavtech.morpheus.viz.google.GXyPlot
-
- axes() - Method in class com.zavtech.morpheus.viz.google.GXyPlot
-
- axes() - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot
-
- axes() - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot
-
- axis - Variable in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisAdapter
-
- axis - Variable in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisFormatAdapter
-
- axis - Variable in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisLabelAdapter
-
- axis - Variable in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisStyleAdapter
-
- AxisAdapter(Axis, int, boolean) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisAdapter
-
Constructor
- AxisFormatAdapter(Axis) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisFormatAdapter
-
Constructor
- AxisLabelAdapter(Axis) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisLabelAdapter
-
Constructor
- axisOptions(JsObject) - Method in class com.zavtech.morpheus.viz.google.GXyPlot
-
Enriches the options with axis configuration
- AxisStyleAdapter(Axis) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisStyleAdapter
-
Constructor
- cancelCellEditing() - Method in class com.zavtech.morpheus.viz.table.DataFrameCellEditor
-
- Chart<P> - Interface in com.zavtech.morpheus.viz.chart
-
The top level interface to the Morpheus Chart abstraction API which can be implemented against various underlying libraries.
- chart - Variable in class com.zavtech.morpheus.viz.jfree.JFChartBase.LegendAdapter
-
- chart - Variable in class com.zavtech.morpheus.viz.jfree.JFChartBase.TitleAdapter
-
- ChartException - Exception in com.zavtech.morpheus.viz.chart
-
Exception description here...
- ChartException(String) - Constructor for exception com.zavtech.morpheus.viz.chart.ChartException
-
Constructor
- ChartException(String, Throwable) - Constructor for exception com.zavtech.morpheus.viz.chart.ChartException
-
Constructor
- ChartFactory - Interface in com.zavtech.morpheus.viz.chart
-
The factory interface for creating various types of Charts using the Morpheus Charting API
- ChartFactoryProxy - Class in com.zavtech.morpheus.viz.chart
-
A ChartFactory that delegates all calls to some underlying factory that is implemented against a specific charting framework.
- ChartFactoryProxy() - Constructor for class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
-
Constructor
- ChartFormat - Interface in com.zavtech.morpheus.viz.chart
-
An interface to control value formatting on a chart
- ChartLabel - Interface in com.zavtech.morpheus.viz.chart
-
An interface to control the content and appearance of a label on a chart
- ChartLegend - Interface in com.zavtech.morpheus.viz.chart
-
An interface to control the legend visibility and location on the chart
- chartMouseClicked(ChartMouseEvent) - Method in class com.zavtech.morpheus.viz.jfree.JFCatChart
-
- chartMouseClicked(ChartMouseEvent) - Method in class com.zavtech.morpheus.viz.jfree.JFPieChart
-
- chartMouseClicked(ChartMouseEvent) - Method in class com.zavtech.morpheus.viz.jfree.JFXyChart
-
- chartMouseMoved(ChartMouseEvent) - Method in class com.zavtech.morpheus.viz.jfree.JFCatChart
-
- chartMouseMoved(ChartMouseEvent) - Method in class com.zavtech.morpheus.viz.jfree.JFPieChart
-
- chartMouseMoved(ChartMouseEvent) - Method in class com.zavtech.morpheus.viz.jfree.JFXyChart
-
- ChartOptions - Interface in com.zavtech.morpheus.viz.chart
-
An interface that allows for control of various additional options for a Chart.
- ChartOptions.Default - Class in com.zavtech.morpheus.viz.chart
-
A default implementation of the ChartOptions
- chartPanel - Variable in class com.zavtech.morpheus.viz.jfree.JFChartBase
-
- chartPanel() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
-
Returns a reference to the chart panel
- ChartShape - Enum in com.zavtech.morpheus.viz.chart
-
An enum that defines various shapes that can be used to represent points on a chart
- ChartShape() - Constructor for enum com.zavtech.morpheus.viz.chart.ChartShape
-
- ChartShape.DefaultProvider - Class in com.zavtech.morpheus.viz.chart
-
The default shape provider
- ChartShape.Provider - Interface in com.zavtech.morpheus.viz.chart
-
An interface to an entity that provides shapes for different keys
- ChartTextStyle - Interface in com.zavtech.morpheus.viz.chart
-
An interface to control text styling for any text that can appear on a chart.
- ChartTheme - Interface in com.zavtech.morpheus.viz.chart
-
An interface to set the thematic appearance of a chart.
- CIE_MODEL - Static variable in interface com.zavtech.morpheus.viz.util.ColorModel
-
- CIEModel - Class in com.zavtech.morpheus.viz.util
-
A color model based on 128 statically defined colors
- CIEModel() - Constructor for class com.zavtech.morpheus.viz.util.CIEModel
-
- clear(boolean) - Method in interface com.zavtech.morpheus.viz.chart.pie.PieModel
-
Clears all data for this dataset
- clear(boolean) - Method in class com.zavtech.morpheus.viz.chart.pie.PieModelDefault
-
- clear(boolean) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyDataset
-
Clears all data for this dataset
- clear() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyTrend
-
Removes this trend line from the chart
- clear() - Method in class com.zavtech.morpheus.viz.google.GTrendLine
-
- clear(boolean) - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
- clear(boolean) - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- clear(boolean) - Method in class com.zavtech.morpheus.viz.jfree.JFPieModel
-
- clear(boolean) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- clear() - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.TrendLine
-
- clear() - Method in class com.zavtech.morpheus.viz.js.JsCode
-
Deletes the entire code buffer
- close() - Method in class com.zavtech.morpheus.viz.html.HtmlElement
-
Closes this element after all attributes and content has been written
- code - Variable in class com.zavtech.morpheus.viz.js.JsCode
-
- colIndex - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
-
- color - Variable in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase.StyleAdapter
-
- color - Variable in class com.zavtech.morpheus.viz.google.GChartLabel
-
- color - Variable in class com.zavtech.morpheus.viz.google.GPiePlot.GPieLabels
-
- color - Variable in class com.zavtech.morpheus.viz.google.GPiePlot.GPieSection
-
- color - Variable in class com.zavtech.morpheus.viz.google.GTrendLine
-
- color - Variable in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieSection
-
- colOrdinals - Variable in class com.zavtech.morpheus.viz.google.GXyDataset
-
- colOrdinals - Variable in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- colOrdinals - Variable in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- colorMap - Variable in class com.zavtech.morpheus.viz.util.ColorModelBase
-
- colorModel - Variable in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase
-
- colorModel - Variable in class com.zavtech.morpheus.viz.google.GPiePlot
-
- colorModel - Variable in class com.zavtech.morpheus.viz.jfree.JFPiePlot
-
- ColorModel - Interface in com.zavtech.morpheus.viz.util
-
An interface to a ColorModel of distinct high contrast colors that can be associated with keys
- ColorModelBase - Class in com.zavtech.morpheus.viz.util
-
A convenience base class for building fixed size color models
- ColorModelBase() - Constructor for class com.zavtech.morpheus.viz.util.ColorModelBase
-
Constructor
- ColorModelFixed - Class in com.zavtech.morpheus.viz.util
-
A convenience base class for building fixed size color models.
- ColorModelFixed() - Constructor for class com.zavtech.morpheus.viz.util.ColorModelFixed
-
Constructor
- colors - Variable in class com.zavtech.morpheus.viz.util.ColorModelFixed
-
- columnModelListener - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
-
- com.zavtech.morpheus.viz.chart - package com.zavtech.morpheus.viz.chart
-
- com.zavtech.morpheus.viz.chart.pie - package com.zavtech.morpheus.viz.chart.pie
-
- com.zavtech.morpheus.viz.chart.xy - package com.zavtech.morpheus.viz.chart.xy
-
- com.zavtech.morpheus.viz.google - package com.zavtech.morpheus.viz.google
-
- com.zavtech.morpheus.viz.html - package com.zavtech.morpheus.viz.html
-
- com.zavtech.morpheus.viz.jfree - package com.zavtech.morpheus.viz.jfree
-
- com.zavtech.morpheus.viz.js - package com.zavtech.morpheus.viz.js
-
- com.zavtech.morpheus.viz.table - package com.zavtech.morpheus.viz.table
-
- com.zavtech.morpheus.viz.util - package com.zavtech.morpheus.viz.util
-
- combine(Collection<GXyDataset<X, S>>) - Method in class com.zavtech.morpheus.viz.google.GXyModel
-
Combines multiple chart datasets into a single dataset
- contains(S) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyDataset
-
Returns true if this data contains the series specified
- contains(S) - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
- contains(S) - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- contains(S) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- containsHtmlCharts(Iterable<Chart<?>>) - Method in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
-
Returns true if the charts include html charts
- containsSwingCharts(Iterable<Chart<?>>) - Method in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
-
Returns true if the charts include swing charts
- coordinates - Variable in class com.zavtech.morpheus.viz.table.DataFrameTableModel
-
- count - Variable in class com.zavtech.morpheus.viz.table.DataFrameCellRenderer
-
- coverage(double, double, double, double) - Method in class com.zavtech.morpheus.viz.util.XWilkinson
-
- coverage_max(double, double, double) - Method in class com.zavtech.morpheus.viz.util.XWilkinson
-
- create() - Static method in interface com.zavtech.morpheus.viz.chart.Chart
-
Returns a reference to the chart factory instance
- create(Consumer<JsCode>) - Static method in class com.zavtech.morpheus.viz.js.JsCode
-
Returns a Javascript string generated by the consumer logic
- createAlignmentAction(int) - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Returns a new action to change the alignment for selected cells
- createArray(Object, boolean, Consumer<JsArray>) - Method in class com.zavtech.morpheus.viz.js.JsObject
-
- createBestFitAction() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Creates a new action to best fit columns
- createClearFormatAction() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Creates a new action to clear the formatting on selected cells
- createColorProperty(Color, Color, Color) - Static method in class com.zavtech.morpheus.viz.table.DataFrameCellRenderer
-
Returns a cell property that yields colors for numeric values
- createColors() - Method in class com.zavtech.morpheus.viz.util.CIEModel
-
- createColors() - Method in class com.zavtech.morpheus.viz.util.ColorModelFixed
-
Returns the distinct colors for this model
- createColors() - Method in class com.zavtech.morpheus.viz.util.DefaultColors
-
- createColors() - Method in class com.zavtech.morpheus.viz.util.KellyColors
-
- createColumns(JTable) - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Called to ofInts columns for the target table
- createConditionalFontColorAction() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Creates a new action to change font color of selected cells
- createCsvExportAction() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Creates a new action to export data to excel
- createDateFormatAction(String) - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Returns a new action to accept a specific date format to selected cells
- createDecimalFormats(String, int, int, List<Format>) - Static method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
A routine to ofInts a sequence of decimal formats for various precisions
- createDecreasePrecisionAction() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Creates a new action to decrease decimal precision
- createDomainFunction(Class<?>) - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
Creates a function that yields a long time value in epoch millis given some input
- createFillColorAction() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Creates a new action to change fill color of selected cells
- createFontAction() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Returns a new action to change the font type
- createFontColorAction() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Creates a new action to change font color of selected cells
- createFontStyleAction(int) - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Returns a new action to change the font style for selected cells
- createHtml(Consumer<HtmlCode>) - Static method in class com.zavtech.morpheus.viz.html.HtmlCode
-
Convenience method to generate an HTML string given a writer
- createIncreasePrecisionAction() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Creates a new action to increase decimal precision
- createNumberTypeAction(Integer, String) - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Creates a new action to accept a specific type of formatting to selected cells
- createObject(Object, Consumer<JsObject>) - Method in class com.zavtech.morpheus.viz.js.JsObject
-
- createSeriesData(XyDataset<X, Comparable>, Comparable) - Method in class com.zavtech.morpheus.viz.chart.xy.XyTrendBase
-
Returns a newly created DataFrame representing the series specified
- createTitle() - Method in class com.zavtech.morpheus.viz.google.GChart
-
Returns the title / subtitle combo
- createTrendData(XyDataset<X, Comparable>, Comparable, Comparable) - Method in class com.zavtech.morpheus.viz.chart.xy.XyTrendBase
-
Returns a newly created single column DataFrame with the trend line values
- CustomAction(String, Icon, String) - Constructor for class com.zavtech.morpheus.viz.table.DataFrameTable.CustomAction
-
- GChart<P> - Class in com.zavtech.morpheus.viz.google
-
A Chart implementation that uses the Google Charting library to render charts in a browser
- GChart(P) - Constructor for class com.zavtech.morpheus.viz.google.GChart
-
Constructor
- GChart.LegendAdapter - Class in com.zavtech.morpheus.viz.google
-
A ChartLegend adapter for Google charts
- GChartFactory - Class in com.zavtech.morpheus.viz.google
-
A ChartEngine implementation used to create Google chart instances based on the Morpheus charting API.
- GChartFactory() - Constructor for class com.zavtech.morpheus.viz.google.GChartFactory
-
Constructor
- GChartFormat - Class in com.zavtech.morpheus.viz.google
-
An implementation of ChartFormat used to manage formatting options for an axis.
- GChartFormat(boolean) - Constructor for class com.zavtech.morpheus.viz.google.GChartFormat
-
Constructor
- GChartLabel - Class in com.zavtech.morpheus.viz.google
-
Class summary goes here...
- GChartLabel() - Constructor for class com.zavtech.morpheus.viz.google.GChartLabel
-
Constructor
- GChartLabel(Color, Font) - Constructor for class com.zavtech.morpheus.viz.google.GChartLabel
-
Constructor
- GChartTextStyle - Class in com.zavtech.morpheus.viz.google
-
Class summary goes here...
- GChartTextStyle(Color, Font) - Constructor for class com.zavtech.morpheus.viz.google.GChartTextStyle
-
Constructor
- GDataType - Enum in com.zavtech.morpheus.viz.google
-
Class summary goes here...
- GDataType(String) - Constructor for enum com.zavtech.morpheus.viz.google.GDataType
-
Constructor
- generateAttributedSectionLabel(PieDataset, Comparable) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieSectionLabelGenerator
-
- generateSectionLabel(PieDataset, Comparable) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieSectionLabelGenerator
-
- getAlignment(int) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Returns the alignment for this cell format
- getBackground() - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Returns the background for this format
- getBackground(JTable, DataFrameCellFormat, Object, boolean) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellRenderer
-
Returns the background color for the row and column coordinates
- getCellEditorValue() - Method in class com.zavtech.morpheus.viz.table.DataFrameCellEditor
-
- getCellFormat(Object, Object, boolean) - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Returns the cell format for row and column key
- getCellFormat(int, int, boolean) - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Returns the cell format for the row and column index
- getChartType() - Method in class com.zavtech.morpheus.viz.google.GChart
-
Returns the Google chart type Javascript class
- getChartType() - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
Returns the chart type for this renderer
- getColor() - Method in class com.zavtech.morpheus.viz.google.GChartLabel
-
Returns the text color for label
- getColor() - Method in class com.zavtech.morpheus.viz.google.GTrendLine
-
Returns the line color
- getColor(Comparable) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPiePlot2D
-
Returns the Pie section color for key
- getColor(Comparable) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPiePlot3D
-
Returns the Pie section color for key
- getColor(Object) - Method in interface com.zavtech.morpheus.viz.util.ColorModel
-
Returns the color for the key specified
- getColor(Object) - Method in class com.zavtech.morpheus.viz.util.ColorModelBase
-
- getColorHex() - Method in class com.zavtech.morpheus.viz.google.GChartLabel
-
Returns the value of the text color as a hex string
- getColorModel() - Method in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase
-
Returns a reference to the color model for this chart
- getColumnClass(int) - Method in class com.zavtech.morpheus.viz.table.DataFrameTableModel
-
- getColumnCount() - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- getColumnCount() - Method in class com.zavtech.morpheus.viz.table.DataFrameTableModel
-
- getColumnIndex(Comparable) - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- getColumnIndex(JTable, int) - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Returns the column index of the combined table
- getColumnKey(int) - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- getColumnKeys() - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- getColumnName(int) - Method in class com.zavtech.morpheus.viz.table.DataFrameTableModel
-
- getCurveType() - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
Returns the curve type for this render
- getDataFrame() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Returns a reference to the data frame bound to this viewer
- getDatasetCount() - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot
-
Returns the number of none null data sets for this plot
- getDatasetCount() - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot
-
Returns the number of none null data sets for this plot
- getDatasetIndex(S) - Method in class com.zavtech.morpheus.viz.google.GXyModel
-
Returns the first dataset index that contains the series
- getDataType(Class<?>, GDataType) - Static method in enum com.zavtech.morpheus.viz.google.GDataType
-
Returns the data type for the class specified
- getDatePattern() - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Returns the date pattern for this format
- getDefaultCellFormat() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Returns the default format for cells
- getDomainKeyType() - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
Returns the class of the domain values in this dataset
- getDomainSize() - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
Returns the number of values per series
- getDomainValue(int) - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
Returns the domain value for the item index
- getDomainValues() - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
Returns the iterable of domain values for this dataset
- getEndX(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getEndXValue(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getEndY(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getEndYValue(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getFont() - Method in class com.zavtech.morpheus.viz.google.GChartLabel
-
Returns the font for label
- getFont() - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Returns the font for this format
- getForeground() - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Returns the foreground for this format
- getForeground(JTable, DataFrameCellFormat, Object, boolean) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellRenderer
-
Returns the foreground color for the row and column coordinates
- getFrame() - Method in class com.zavtech.morpheus.viz.chart.pie.PieModelDefault
-
Returns the frame reference for model, which can be null
- getFrame() - Method in class com.zavtech.morpheus.viz.table.DataFrameTableModel
-
Returns the frame assigned to this model
- getIcon(int, String) - Static method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Returns a new icon for of the size and name specified
- getId() - Method in class com.zavtech.morpheus.viz.chart.ChartOptions.Default
-
- getId() - Method in interface com.zavtech.morpheus.viz.chart.ChartOptions
-
Returns the id for this chart
- getIndex(Comparable) - Method in class com.zavtech.morpheus.viz.jfree.JFPieModel
-
- getItemCount() - Method in class com.zavtech.morpheus.viz.jfree.JFPieModel
-
- getItemCount() - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getItemCount(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getItemFunction() - Method in class com.zavtech.morpheus.viz.chart.pie.PieModelDefault
-
Returns the item function for model
- getKey(int) - Method in class com.zavtech.morpheus.viz.jfree.JFPieModel
-
- getKeys() - Method in class com.zavtech.morpheus.viz.jfree.JFPieModel
-
- getLabel() - Method in enum com.zavtech.morpheus.viz.google.GDataType
-
Returns the label for this type
- getLastCoordinates() - Method in class com.zavtech.morpheus.viz.table.DataFrameTableModel
-
Returns the coordinates of the last call to getValueAt()
- getLineWidth() - Method in class com.zavtech.morpheus.viz.google.GTrendLine
-
Returns the line width
- getList() - Method in class com.zavtech.morpheus.viz.util.XWilkinson.Label
-
- getMax() - Method in class com.zavtech.morpheus.viz.util.XWilkinson.Label
-
- getMin() - Method in class com.zavtech.morpheus.viz.util.XWilkinson.Label
-
- getModels() - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.ModelAdapter
-
Returns a stream of the models contained in this adapter
- getNumberType() - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Returns the number type for this format
- getPattern(GXyDataset) - Method in class com.zavtech.morpheus.viz.google.GChartFormat
-
Returns the pattern to render axis tick labels
- getPointSize() - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
Returns the points size for dot rendering
- getPrecision() - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Returns the precision for this format
- getPreferredSize() - Method in class com.zavtech.morpheus.viz.chart.ChartOptions.Default
-
- getPreferredSize() - Method in interface com.zavtech.morpheus.viz.chart.ChartOptions
-
Returns the preferred size for this chart
- getRangeAxis(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes
-
Returns the range axis for the index specified
- getRangeAxisIndex(S) - Method in class com.zavtech.morpheus.viz.google.GXyModel
-
Returns the range axis index for the series key
- getRangeValue(int, int) - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
Returns the range value for the item and series index
- getRowCount() - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- getRowCount() - Method in class com.zavtech.morpheus.viz.table.DataFrameTableModel
-
- getRowHeaderFormat(Object, boolean) - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Returns the cell format for the row header cell (ie fixed column)
- getRowIndex(Comparable) - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- getRowKey(int) - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- getRowKeys() - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- getScore() - Method in class com.zavtech.morpheus.viz.util.XWilkinson.Label
-
- getSectionPaint(Comparable) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPiePlot2D
-
- getSectionPaint(Comparable) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPiePlot3D
-
- getSelectedColumns() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Returns the selected column indices in view space
- getSelectedRows() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Returns the selected row indices in view space
- getSeriesColor(Comparable) - Method in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase
-
Returns the series override color, or null if not set
- getSeriesColor(Comparable) - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
Returns the series override color, or null if not set
- getSeriesCount() - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
Returns the number of series in this dataset
- getSeriesCount() - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getSeriesKey(int) - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
Returns the series for the index specified
- getSeriesKey(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getSeriesKeys() - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
Returns the series keys for this dataset
- getSeriesLinesVisible(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusLineAndShapeRenderer
-
- getSeriesLinesVisible(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusSplineRenderer
-
- getSeriesLineWidth(Comparable) - Method in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase
-
Returns the series override line width, or null if not set
This is only relevant for series rendered with lines
- getSeriesLineWidth(Comparable) - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
Returns the series override line width, or null if not set
This is only relevant for series rendered with lines
- getSeriesPaint(int) - Method in class com.zavtech.morpheus.viz.jfree.JFCatRender.MorpheusBarRenderer
-
- getSeriesPaint(int) - Method in class com.zavtech.morpheus.viz.jfree.JFCatRender.MorpheusDotRenderer
-
- getSeriesPaint(int) - Method in class com.zavtech.morpheus.viz.jfree.JFCatRender.MorpheusStackedBarRenderer
-
- getSeriesPaint(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusAreaRenderer
-
- getSeriesPaint(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusBarRenderer
-
- getSeriesPaint(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusDotRenderer
-
- getSeriesPaint(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusLineAndShapeRenderer
-
- getSeriesPaint(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusSplineRenderer
-
- getSeriesPaint(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusStackedAreaRenderer
-
- getSeriesPaint(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusStackedBarRenderer
-
- getSeriesPointShape(Comparable) - Method in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase
-
Returns the series override shape, or null if not set
This is only relevant for series rendered with points
- getSeriesPointShape(Comparable) - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
Returns the series override shape, or null if not set
This is only relevant for series rendered with points
- getSeriesShape(int) - Method in class com.zavtech.morpheus.viz.jfree.JFCatRender.MorpheusDotRenderer
-
- getSeriesShape(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusDotRenderer
-
- getSeriesShape(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusLineAndShapeRenderer
-
- getSeriesShape(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusSplineRenderer
-
- getSeriesShapesVisible(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusLineAndShapeRenderer
-
- getSeriesShapesVisible(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusSplineRenderer
-
- getSeriesStroke(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusLineAndShapeRenderer
-
- getSeriesStroke(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusSplineRenderer
-
- getShape(Object) - Method in class com.zavtech.morpheus.viz.chart.ChartShape.DefaultProvider
-
- getShape(Object) - Method in interface com.zavtech.morpheus.viz.chart.ChartShape.Provider
-
Returns a shape for the key specified
- getShape(ChartShape) - Method in class com.zavtech.morpheus.viz.jfree.JFChartShapes
-
Returns the AWT shape object for the chart shape specifed
- getShapeProvider() - Method in class com.zavtech.morpheus.viz.google.GXyPlot
-
Returns the shape provider for this plot
- getStartX(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getStartXValue(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getStartY(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getStartYValue(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getStep() - Method in class com.zavtech.morpheus.viz.util.XWilkinson.Label
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellEditor
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellRenderer
-
- getText() - Method in class com.zavtech.morpheus.viz.google.GChartLabel
-
Returns the text for labe;
- getTitle() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase.TitleAdapter
-
Returns the title for the chart
- getTrendTooltip(XYDataset, int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot
-
Returns a tooltip to display a trend line equation
- getUnifiedDataset() - Method in class com.zavtech.morpheus.viz.google.GXyModel
-
Returns a unified XyDataset based on all the datasets in this model
- getValue(Comparable, Comparable) - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- getValue(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- getValue(Comparable) - Method in class com.zavtech.morpheus.viz.jfree.JFPieModel
-
- getValue(int) - Method in class com.zavtech.morpheus.viz.jfree.JFPieModel
-
- getValue(I) - Method in interface com.zavtech.morpheus.viz.table.DataFrameCellProperty
-
Returns the property value based on the argument
- getValueAt(int, int) - Method in class com.zavtech.morpheus.viz.table.DataFrameTableModel
-
- getValueFunction() - Method in class com.zavtech.morpheus.viz.chart.pie.PieModelDefault
-
Returns the value function for model
- getX(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getXValue(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getXyTooltip(XYDataset, int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot
-
Returns a tooltip to display details for an XY point
- getY(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getYValue(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getZ(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- getZValue(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- GOLDEN_RATIO - Static variable in interface com.zavtech.morpheus.viz.util.ColorModel
-
- goldenRatio - Static variable in class com.zavtech.morpheus.viz.util.GoldenRatioColors
-
- GoldenRatioColors - Class in com.zavtech.morpheus.viz.util
-
A color model based on a Golden Ratio algorithm
- GoldenRatioColors() - Constructor for class com.zavtech.morpheus.viz.util.GoldenRatioColors
-
- GPieLabels() - Constructor for class com.zavtech.morpheus.viz.google.GPiePlot.GPieLabels
-
- GPieModel<X extends Comparable,S extends Comparable> - Class in com.zavtech.morpheus.viz.google
-
A PieModel implementation for the Morpheus Google Charts adapter.
- GPieModel() - Constructor for class com.zavtech.morpheus.viz.google.GPieModel
-
Constructor
- GPiePlot<X extends Comparable,S extends Comparable> - Class in com.zavtech.morpheus.viz.google
-
An implementation of the PiePlot for the Google Chart Adapter.
- GPiePlot(boolean) - Constructor for class com.zavtech.morpheus.viz.google.GPiePlot
-
Constructor
- GPiePlot.GPieLabels - Class in com.zavtech.morpheus.viz.google
-
Implementation of the PieLabels interface
- GPiePlot.GPieSection - Class in com.zavtech.morpheus.viz.google
-
Implementation of PieSection
- GPiePlot.LabelType - Enum in com.zavtech.morpheus.viz.google
-
- GPieSection() - Constructor for class com.zavtech.morpheus.viz.google.GPiePlot.GPieSection
-
- GTrendLine - Class in com.zavtech.morpheus.viz.google
-
A class used to expose trend line information to the Google charting framework
- GTrendLine(Comparable) - Constructor for class com.zavtech.morpheus.viz.google.GTrendLine
-
Constructor
- GXyAxes - Class in com.zavtech.morpheus.viz.google
-
Class summary goes here...
- GXyAxes(GXyPlot) - Constructor for class com.zavtech.morpheus.viz.google.GXyAxes
-
Constructor
- GXyAxis - Class in com.zavtech.morpheus.viz.google
-
An implementation of XyAxis interface for Google Charts
- GXyAxis(boolean) - Constructor for class com.zavtech.morpheus.viz.google.GXyAxis
-
Constructor
- GXyDataset<X extends Comparable,S extends Comparable> - Class in com.zavtech.morpheus.viz.google
-
An implementation of the XyDataset interface to be used with Google charts
- GXyDataset(Consumer<GXyDataset<X, S>>) - Constructor for class com.zavtech.morpheus.viz.google.GXyDataset
-
Constructor
- GXyModel<X extends Comparable,S extends Comparable> - Class in com.zavtech.morpheus.viz.google
-
Class summary goes here...
- GXyModel(GXyPlot<X>) - Constructor for class com.zavtech.morpheus.viz.google.GXyModel
-
Constructor
- GXyOrient() - Constructor for class com.zavtech.morpheus.viz.google.GXyPlot.GXyOrient
-
- GXyPlot<X extends Comparable> - Class in com.zavtech.morpheus.viz.google
-
The XyPlot implementation for the Google Charts adapter
- GXyPlot() - Constructor for class com.zavtech.morpheus.viz.google.GXyPlot
-
Constructor
- GXyPlot.GXyOrient - Class in com.zavtech.morpheus.viz.google
-
An adapter implementation for the ChartOrientation interface
- GXyRender - Class in com.zavtech.morpheus.viz.google
-
The XyRender implementation for the Google Charts adapter
- GXyRender(GXyPlot<? extends Comparable>) - Constructor for class com.zavtech.morpheus.viz.google.GXyRender
-
Constructor
- GXyRender.Type - Enum in com.zavtech.morpheus.viz.google
-
- id - Variable in class com.zavtech.morpheus.viz.chart.ChartOptions.Default
-
- ignoreNulls - Variable in class com.zavtech.morpheus.viz.js.JsObject
-
- increasePrecision() - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Called to increase the decimal precision
- increasePrecisionAction - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
-
- indent - Variable in class com.zavtech.morpheus.viz.html.HtmlCode
-
- indent(int) - Method in class com.zavtech.morpheus.viz.html.HtmlCode
-
Increases the indentation for the current line by a certain number of spaces
- indent - Variable in class com.zavtech.morpheus.viz.js.JsCode
-
- indent(int) - Method in class com.zavtech.morpheus.viz.js.JsCode
-
Increases the indentation for the current line by a certain number of spaces
- index - Variable in class com.zavtech.morpheus.viz.chart.ChartShape.DefaultProvider
-
- index - Variable in class com.zavtech.morpheus.viz.jfree.JFCatRender
-
- index - Variable in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisAdapter
-
- index - Variable in class com.zavtech.morpheus.viz.jfree.JFXyRender
-
- index - Variable in class com.zavtech.morpheus.viz.util.ColorModelFixed
-
- initPopupMenu() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Initializes the popup menu for this component
- initTable(JTable) - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Initializes a table component for this component
- inline - Variable in class com.zavtech.morpheus.viz.js.JsArray
-
- inline - Variable in class com.zavtech.morpheus.viz.js.JsObject
-
- intArray(double, double, double) - Static method in class com.zavtech.morpheus.viz.jfree.JFChartShapes
-
- intArray(double, double, double, double) - Static method in class com.zavtech.morpheus.viz.jfree.JFChartShapes
-
- intercept - Variable in class com.zavtech.morpheus.viz.chart.xy.XyTrendBase
-
- intercept() - Method in class com.zavtech.morpheus.viz.chart.xy.XyTrendBase
-
Returns the regression intercept
- is3d - Variable in class com.zavtech.morpheus.viz.google.GPiePlot
-
- isArea() - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
Returns true if this renderer is for area
- isBars() - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
Returns true if this renderer is for bars
- isBold() - Method in class com.zavtech.morpheus.viz.google.GChartLabel
-
Returns true if the font is bold
- isCellEditable(EventObject) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellEditor
-
- isCellEditable(int, int) - Method in class com.zavtech.morpheus.viz.table.DataFrameTableModel
-
- isDots() - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
Returns true if dot rendering is set
- isEmpty() - Method in interface com.zavtech.morpheus.viz.chart.pie.PieModel
-
Returns true if this dataset is empty
- isEmpty() - Method in class com.zavtech.morpheus.viz.chart.pie.PieModelDefault
-
- isEmpty() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyDataset
-
Returns true if this dataset is empty
- isEmpty() - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
- isEmpty() - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- isEmpty() - Method in class com.zavtech.morpheus.viz.jfree.JFPieModel
-
- isEmpty() - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- isHorizontal() - Method in class com.zavtech.morpheus.viz.google.GXyPlot
-
Returns true if the orientation is set to horizontal
- isInline() - Method in class com.zavtech.morpheus.viz.js.JsArray
-
Returns true if this array is using inline formatting
- isItalic() - Method in class com.zavtech.morpheus.viz.google.GChartLabel
-
Returns true if font is italic
- isLines() - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
Returns true if this renderer is for lines
- isMixedCharts(Iterable<Chart<?>>) - Method in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
-
Returns true if the charts are a mix of swing and html charts
- isScatter() - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
Returns true if rendering of scatter points or shapes
- isSelectAll() - Method in class com.zavtech.morpheus.viz.table.DataFrameCellEditor
-
Returns true if this editor is in select all mode
- isSeriesDashedLine(Comparable) - Method in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase
-
Returns the series override to control whether line is dashed or not
- isSeriesDashedLine(Comparable) - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
Returns the series override to control whether line is dashed or not
- isSeriesPointsVisible(Comparable) - Method in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase
-
Returns the series override point visibility, or null if not set
- isSeriesPointsVisible(Comparable) - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
Returns the series override point visibility, or null if not set
- isStacked() - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
Returns true for stacked bar rendering
- isSupported(Chart<?>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns true if this factory supports the chart type specified
- isSupported(Chart<?>) - Method in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
-
- isSupported(Chart<?>) - Method in class com.zavtech.morpheus.viz.google.GChartFactory
-
- isSupported(Chart<?>) - Method in class com.zavtech.morpheus.viz.jfree.JFChartFactory
-
- isTimeBased(Class<?>) - Method in class com.zavtech.morpheus.viz.jfree.JFChartFactory
-
Returns true if the data type is time series related
- isVertical() - Method in class com.zavtech.morpheus.viz.google.GXyPlot
-
Returns true if the orientation is set to vertical
- itemFunction - Variable in class com.zavtech.morpheus.viz.chart.pie.PieModelDefault
-
- itemKey - Variable in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieSection
-
- itemKeys - Variable in class com.zavtech.morpheus.viz.jfree.JFPieModel
-
- iterator() - Method in class com.zavtech.morpheus.viz.util.XWilkinson.Label
-
- javascript(Chart<?>...) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns Javascript to embed in an HTML page which will plot the charts specified.
- javascript(Iterable<Chart<?>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns Javascript to embed in an HTML page which will plot the charts specified.
- javascript(Chart<?>...) - Method in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
-
- javascript(Iterable<Chart<?>>) - Method in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
-
- javascript(Iterable<Chart<?>>) - Method in class com.zavtech.morpheus.viz.google.GChartFactory
-
- javascript(Chart...) - Method in class com.zavtech.morpheus.viz.google.GChartFactory
-
- javascript(Iterable<Chart<?>>) - Method in class com.zavtech.morpheus.viz.jfree.JFChartFactory
-
- javascript(Chart...) - Method in class com.zavtech.morpheus.viz.jfree.JFChartFactory
-
- JFCatChart<X extends Comparable> - Class in com.zavtech.morpheus.viz.jfree
-
Chart implementation for category plots
- JFCatChart(CategoryAxis, ValueAxis, boolean) - Constructor for class com.zavtech.morpheus.viz.jfree.JFCatChart
-
Constructor
- JFCatDataset<X extends Comparable,S extends Comparable> - Class in com.zavtech.morpheus.viz.jfree
-
A JFreeChart dataset adapter for category plots
- JFCatDataset(Consumer<JFCatDataset<X, S>>) - Constructor for class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
Constructor
- JFCatPlot<X extends Comparable> - Class in com.zavtech.morpheus.viz.jfree
-
The plot definition for category plots
- JFCatPlot(CategoryAxis, ValueAxis) - Constructor for class com.zavtech.morpheus.viz.jfree.JFCatPlot
-
Constructor
- JFCatPlot.ModelAdapter<S extends Comparable> - Class in com.zavtech.morpheus.viz.jfree
-
An XyModel adapter for category plots
- JFCatPlot.OrientAdapter - Class in com.zavtech.morpheus.viz.jfree
-
An adapter implementation for the ChartOrientation interface
- JFCatRender - Class in com.zavtech.morpheus.viz.jfree
-
The rendering adapter for category plots
- JFCatRender(JFCatPlot, int) - Constructor for class com.zavtech.morpheus.viz.jfree.JFCatRender
-
Constructor
- JFCatRender.MorpheusBarRenderer - Class in com.zavtech.morpheus.viz.jfree
-
A Morpheus extension of the standard BarRenderer
- JFCatRender.MorpheusDotRenderer - Class in com.zavtech.morpheus.viz.jfree
-
A Morpheus render for rendering dots on a category plot
- JFCatRender.MorpheusStackedBarRenderer - Class in com.zavtech.morpheus.viz.jfree
-
A Morpheus extension of the standard StackedBarRenderer
- JFChartBase<P> - Class in com.zavtech.morpheus.viz.jfree
-
A convenience base class for building various types of chart types
- JFChartBase(P, boolean) - Constructor for class com.zavtech.morpheus.viz.jfree.JFChartBase
-
Constructor
- JFChartBase.LegendAdapter - Class in com.zavtech.morpheus.viz.jfree
-
A JFreeChart adapter to manage the chart legend
- JFChartBase.ThemeAdapter - Class in com.zavtech.morpheus.viz.jfree
-
The ChartTheme adapter
- JFChartBase.TitleAdapter - Class in com.zavtech.morpheus.viz.jfree
-
A JFreeChart ChartLabel adapter for the chart title
- JFChartFactory - Class in com.zavtech.morpheus.viz.jfree
-
A ChartEngine implementation used to create JFreeChart instances based on the Morpheus charting API.
- JFChartFactory() - Constructor for class com.zavtech.morpheus.viz.jfree.JFChartFactory
-
- JFChartShapes - Class in com.zavtech.morpheus.viz.jfree
-
A class that manages a mapping between Morpheus ChartShape definitions and their AWT shape representation
- JFChartShapes() - Constructor for class com.zavtech.morpheus.viz.jfree.JFChartShapes
-
Constructor
- JFChartShapes(double) - Constructor for class com.zavtech.morpheus.viz.jfree.JFChartShapes
-
Constructor
- JFDateAxis - Class in com.zavtech.morpheus.viz.jfree
-
A JFreeChart DateAxis extension which adds support for rotating tick labels
- JFDateAxis() - Constructor for class com.zavtech.morpheus.viz.jfree.JFDateAxis
-
Constructor
- JFDateAxis(String) - Constructor for class com.zavtech.morpheus.viz.jfree.JFDateAxis
-
Constructor
- JFDateAxis(String, double) - Constructor for class com.zavtech.morpheus.viz.jfree.JFDateAxis
-
Constructor
- JFPieChart<X extends Comparable,S extends Comparable> - Class in com.zavtech.morpheus.viz.jfree
-
The chart implementation for creating pie charts.
- JFPieChart(boolean, boolean) - Constructor for class com.zavtech.morpheus.viz.jfree.JFPieChart
-
Constructor
- JFPieModel<X extends Comparable,S extends Comparable> - Class in com.zavtech.morpheus.viz.jfree
-
The PieModel implementation for JFreeChart based pie charts
- JFPieModel() - Constructor for class com.zavtech.morpheus.viz.jfree.JFPieModel
-
Constructor
- JFPiePlot<X extends Comparable,S extends Comparable> - Class in com.zavtech.morpheus.viz.jfree
-
An implementation of the PiePlot interface against JFreeChart.
- JFPiePlot(boolean) - Constructor for class com.zavtech.morpheus.viz.jfree.JFPiePlot
-
Constructor
- JFPiePlot.LabelType - Enum in com.zavtech.morpheus.viz.jfree
-
- JFPiePlot.MorpheusPieLabels - Class in com.zavtech.morpheus.viz.jfree
-
An implementation of the PieLabels interface for JFreeChart
- JFPiePlot.MorpheusPiePlot2D - Class in com.zavtech.morpheus.viz.jfree
-
An extension of JFreeChart PiePlot with Morpheus customizations
- JFPiePlot.MorpheusPiePlot3D - Class in com.zavtech.morpheus.viz.jfree
-
An extension of JFreeChart PiePlot with Morpheus customizations
- JFPiePlot.MorpheusPieSection - Class in com.zavtech.morpheus.viz.jfree
-
An implementation of the PieSection interface for JFreeChart
- JFPiePlot.MorpheusPieSectionLabelGenerator - Class in com.zavtech.morpheus.viz.jfree
-
An implementation of the PieSectionLabelGenerator to label pie sections
- JFXyAxes - Class in com.zavtech.morpheus.viz.jfree
-
The XyAxes implementation for xy plots using JFreeChart.
- JFXyAxes(Plot) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyAxes
-
Constructopr
- JFXyAxes.AxisAdapter - Class in com.zavtech.morpheus.viz.jfree
-
An XyAxis adapter for JFreeChart
- JFXyAxes.AxisFormatAdapter - Class in com.zavtech.morpheus.viz.jfree
-
A JFreeChart ChartFormat adapter
- JFXyAxes.AxisLabelAdapter - Class in com.zavtech.morpheus.viz.jfree
-
A JFreeChart ChartLabel adapter for an axis
- JFXyAxes.AxisStyleAdapter - Class in com.zavtech.morpheus.viz.jfree
-
A JFreeChart text style adapter for an axis
- JFXyChart<X extends Comparable> - Class in com.zavtech.morpheus.viz.jfree
-
A Chart used to implement XY series plots
- JFXyChart(ValueAxis, ValueAxis, boolean) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyChart
-
Constructor
- JFXyDataset<X extends Comparable,S extends Comparable> - Class in com.zavtech.morpheus.viz.jfree
-
An implementation of the Morpheus XyDataset interface and various JFreeChart interfaces to support plotting of a DataFrame in JFreeChart
- JFXyDataset(Consumer<JFXyDataset<X, S>>) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
Constructor
- JFXyPlot<X extends Comparable> - Class in com.zavtech.morpheus.viz.jfree
-
The plot implementation for JFreeChart xy plots.
- JFXyPlot(ValueAxis, ValueAxis) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyPlot
-
Constructor
- JFXyPlot.ModelAdapter<S extends Comparable> - Class in com.zavtech.morpheus.viz.jfree
-
An implementation of the XyModel interface that manages data for this plot
- JFXyPlot.OrientAdapter - Class in com.zavtech.morpheus.viz.jfree
-
An adapter implementation for the ChartOrientation interface
- JFXyPlot.TrendLine - Class in com.zavtech.morpheus.viz.jfree
-
A XyTrend adapter for the JFreeChart library
- JFXyRender - Class in com.zavtech.morpheus.viz.jfree
-
The rendering implementation for xy plots
- JFXyRender(JFXyPlot<?>, int) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyRender
-
Constructor
- JFXyRender.MorpheusAreaRenderer - Class in com.zavtech.morpheus.viz.jfree
-
A Morpheus extension for drawing Area Charts
- JFXyRender.MorpheusBarRenderer - Class in com.zavtech.morpheus.viz.jfree
-
A Morpheus extension for drawing withBarPlot in an XY plot
- JFXyRender.MorpheusDotRenderer - Class in com.zavtech.morpheus.viz.jfree
-
A Morpheus extension for drawing scatter charts with dots
- JFXyRender.MorpheusLineAndShapeRenderer - Class in com.zavtech.morpheus.viz.jfree
-
An extension of a JFreeChart renderer that integrates support for series specific styling
- JFXyRender.MorpheusSplineRenderer - Class in com.zavtech.morpheus.viz.jfree
-
An extension of an XYSplineRenderer that adds support for series specific styling
- JFXyRender.MorpheusStackedAreaRenderer - Class in com.zavtech.morpheus.viz.jfree
-
A Morpheus extension for drawing Area Charts
- JFXyRender.MorpheusStackedBarRenderer - Class in com.zavtech.morpheus.viz.jfree
-
A Morpheus extension for drawing stacked withBarPlot in an XY plot
- JsArray - Class in com.zavtech.morpheus.viz.js
-
A class used to output a Javascript array.
- JsArray(JsCode, boolean) - Constructor for class com.zavtech.morpheus.viz.js.JsArray
-
Constructor
- JsCode - Class in com.zavtech.morpheus.viz.js
-
A class that provides a basic API to programmatically generate simple Javascript code
- JsCode() - Constructor for class com.zavtech.morpheus.viz.js.JsCode
-
Constructor
- JsObject - Class in com.zavtech.morpheus.viz.js
-
A class that can be used to programmatically create a Javascript object that can be pretty printed
- JsObject(JsCode, boolean) - Constructor for class com.zavtech.morpheus.viz.js.JsObject
-
Constructor
- name - Variable in class com.zavtech.morpheus.viz.html.HtmlElement
-
- NAN - Static variable in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- NAN - Static variable in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- newArray(Consumer<JsArray>) - Method in class com.zavtech.morpheus.viz.js.JsCode
-
Writes a new array to the code buffer based on the consumer
- newArray(boolean, Consumer<JsArray>) - Method in class com.zavtech.morpheus.viz.js.JsCode
-
Writes a new array, optionally in one line, based ont he consuner specified
- newArray(Object, Consumer<JsArray>) - Method in class com.zavtech.morpheus.viz.js.JsObject
-
Adds an array attribute with the key specified
- newArray(Object, boolean, Consumer<JsArray>) - Method in class com.zavtech.morpheus.viz.js.JsObject
-
Adds an array attribute with the key specified
- newAttribute(String, String) - Method in class com.zavtech.morpheus.viz.html.HtmlElement
-
Writes a new attribute key and value for the current element
- newAttribute(String, Object, Object) - Method in class com.zavtech.morpheus.viz.js.JsObject
-
Creates a new attribute with the key value provided
- newAttribute(Object, Boolean) - Method in class com.zavtech.morpheus.viz.js.JsObject
-
Adds an attribute value for the key provided
- newAttribute(Object, Integer) - Method in class com.zavtech.morpheus.viz.js.JsObject
-
Adds an attribute value for the key provided
- newAttribute(Object, Float) - Method in class com.zavtech.morpheus.viz.js.JsObject
-
Adds an attribute value for the key provided
- newAttribute(Object, Double) - Method in class com.zavtech.morpheus.viz.js.JsObject
-
Adds an attribute value for the key provided
- newAttribute(Object, String) - Method in class com.zavtech.morpheus.viz.js.JsObject
-
Adds an attribute value for the key provided
- newElement(String, Consumer<HtmlElement>) - Method in class com.zavtech.morpheus.viz.html.HtmlCode
-
Creates a new element with the name specified
- newElement(String, Consumer<HtmlElement>) - Method in class com.zavtech.morpheus.viz.html.HtmlElement
-
Writes a new child element content in this element
- newFunction(String, Consumer<JsCode>) - Method in class com.zavtech.morpheus.viz.js.JsCode
-
- newFunction(String, String, Consumer<JsCode>) - Method in class com.zavtech.morpheus.viz.js.JsCode
-
- newLine() - Method in class com.zavtech.morpheus.viz.html.HtmlCode
-
Starts a new line and indents the new line based on current indentation
- newLine() - Method in class com.zavtech.morpheus.viz.js.JsCode
-
Starts a new line and indents the new line based on current indentation
- newLine(int) - Method in class com.zavtech.morpheus.viz.js.JsCode
-
Starts a new line and indents the new line based on current indentation
- newLineSet - Static variable in class com.zavtech.morpheus.viz.html.HtmlElement
-
- newObject(Consumer<JsObject>) - Method in class com.zavtech.morpheus.viz.js.JsCode
-
Writes a new object to the code buffer based on the consumer
- newObject(boolean, Consumer<JsObject>) - Method in class com.zavtech.morpheus.viz.js.JsCode
-
Writes a new object, optionally on one line, based on the consumer
- newObject(Object, Consumer<JsObject>) - Method in class com.zavtech.morpheus.viz.js.JsObject
-
Adds an object attribute with the key specified
- next() - Method in class com.zavtech.morpheus.viz.chart.ChartShape.DefaultProvider
-
Returns the next shape in line
- next() - Method in class com.zavtech.morpheus.viz.util.ColorModelBase
-
Returns the next most distinct color for this model
- next() - Method in class com.zavtech.morpheus.viz.util.ColorModelFixed
-
- next() - Method in class com.zavtech.morpheus.viz.util.GoldenRatioColors
-
- noIndentSet - Static variable in class com.zavtech.morpheus.viz.html.HtmlElement
-
- numberType - Variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
- s - Static variable in class com.zavtech.morpheus.viz.util.GoldenRatioColors
-
- SCIENTIFIC - Static variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
- scientificFormatList - Static variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
- score - Variable in class com.zavtech.morpheus.viz.util.XWilkinson.Label
-
- script - Variable in class com.zavtech.morpheus.viz.js.JsArray
-
- script - Variable in class com.zavtech.morpheus.viz.js.JsObject
-
- scrollPane - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
-
- search(double, double, int) - Method in class com.zavtech.morpheus.viz.util.XWilkinson
-
- section(X) - Method in interface com.zavtech.morpheus.viz.chart.pie.PiePlot
-
Returns the section controller interface for the item specified
- section(X) - Method in class com.zavtech.morpheus.viz.google.GPiePlot
-
- section(X) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot
-
- sectionMap - Variable in class com.zavtech.morpheus.viz.google.GPiePlot
-
- sectionMap - Variable in class com.zavtech.morpheus.viz.jfree.JFPiePlot
-
- sectionOutlineColor - Variable in class com.zavtech.morpheus.viz.google.GPiePlot
-
- sectionOutlineColor - Variable in class com.zavtech.morpheus.viz.jfree.JFPiePlot
-
- sectionOutlineStroke - Variable in class com.zavtech.morpheus.viz.jfree.JFPiePlot
-
- selectAll - Variable in class com.zavtech.morpheus.viz.table.DataFrameCellEditor
-
- selectionModel - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
-
- seriesKey() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyTrend
-
Returns the series key for this trend line
- seriesKey - Variable in class com.zavtech.morpheus.viz.chart.xy.XyTrendBase
-
- seriesKey() - Method in class com.zavtech.morpheus.viz.chart.xy.XyTrendBase
-
- seriesKey - Variable in class com.zavtech.morpheus.viz.google.GTrendLine
-
- seriesKey() - Method in class com.zavtech.morpheus.viz.google.GTrendLine
-
- seriesKeys - Variable in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- seriesOptions(JsObject) - Method in class com.zavtech.morpheus.viz.google.GXyPlot
-
Enriches the options with series configuration
- setAlignment(int) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Sets the alignment for this format
- setBackground(Object) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Sets the background for this format
- setDataFrame(DataFrame) - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Sets the data frame instance to display in this viewer
- setDatePattern(String) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Sets the date pattern for this format
- setDecimalCount(int) - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Called to set the decimal count for this editor
- setDefaultCellFormat(DataFrameCellFormat) - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
-
Sets the default cell format for this table
- setFont(Font) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Sets the font for this format
- setForeground(Object) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Sets the foreground for this pattern
- setFrame(DataFrame) - Method in class com.zavtech.morpheus.viz.table.DataFrameTableModel
-
Sets the frame for this model
- setIgnoreNulls(boolean) - Method in class com.zavtech.morpheus.viz.js.JsObject
-
Sets whether this object will ignore attempts to set null attributes
- setMutable(boolean) - Method in class com.zavtech.morpheus.viz.table.DataFrameTableModel
-
Sets whether the model will allow matrix changes
- setNumberType(int) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Sets the number type for this format
- setPrecision(int) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
-
Sets the precision for this format
- setRangeAxis(int, int) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyModel
-
Sets the range axis to use for the dataset specified
- setRangeAxis(int, int) - Method in class com.zavtech.morpheus.viz.google.GXyModel
-
- setRangeAxis(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot.ModelAdapter
-
- setRangeAxis(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.ModelAdapter
-
- setSelectAll(boolean) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellEditor
-
Sets whether this editor performs selectAll on edit
- setValueAt(Object, int, int) - Method in class com.zavtech.morpheus.viz.table.DataFrameTableModel
-
- shapeMap - Variable in class com.zavtech.morpheus.viz.chart.ChartShape.DefaultProvider
-
- shapeMap - Variable in class com.zavtech.morpheus.viz.jfree.JFChartShapes
-
- shapeProvider - Variable in class com.zavtech.morpheus.viz.google.GXyPlot
-
- shapes - Variable in class com.zavtech.morpheus.viz.chart.ChartShape.DefaultProvider
-
- shapes - Variable in class com.zavtech.morpheus.viz.google.GXyRender
-
- shapes - Variable in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusLineAndShapeRenderer
-
- shapes - Variable in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusSplineRenderer
-
- shouldSelectCell(EventObject) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellEditor
-
- show(int, Iterable<Chart<?>>) - Static method in interface com.zavtech.morpheus.viz.chart.Chart
-
Displays the collection of charts in a grid with the number of columns specified
- show(int, Stream<Chart<?>>) - Static method in interface com.zavtech.morpheus.viz.chart.Chart
-
Displays the collection of charts in a grid with the number of columns specified
- show() - Method in interface com.zavtech.morpheus.viz.chart.Chart
-
Shows this chart on an appropriate output device
- show(int, int) - Method in interface com.zavtech.morpheus.viz.chart.Chart
-
Shows this chart on an appropriate output device
- show(int, Iterable<Chart<?>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Displays the collection of charts in a grid with the number of columns specified
- show(int, Stream<Chart<?>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Displays the collection of charts in a grid with the number of columns specified
- show(int, Iterable<Chart<?>>) - Method in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
-
- show(int, Stream<Chart<?>>) - Method in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
-
- show() - Method in class com.zavtech.morpheus.viz.google.GChart
-
- show(int, int) - Method in class com.zavtech.morpheus.viz.google.GChart
-
- show(int, Stream<Chart<?>>) - Method in class com.zavtech.morpheus.viz.google.GChartFactory
-
- show(int, Iterable<Chart<?>>) - Method in class com.zavtech.morpheus.viz.google.GChartFactory
-
- show() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
-
- show(int, int) - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
-
- show(int, Stream<Chart<?>>) - Method in class com.zavtech.morpheus.viz.jfree.JFChartFactory
-
- show(int, Iterable<Chart<?>>) - Method in class com.zavtech.morpheus.viz.jfree.JFChartFactory
-
- simplicity(int, int, double, double, double) - Method in class com.zavtech.morpheus.viz.util.XWilkinson
-
- simplicity_max(int, int) - Method in class com.zavtech.morpheus.viz.util.XWilkinson
-
- slope() - Method in class com.zavtech.morpheus.viz.chart.xy.XyTrendBase
-
Returns the regression slope
- sorter - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
-
- spline - Variable in class com.zavtech.morpheus.viz.google.GXyRender
-
- stacked - Variable in class com.zavtech.morpheus.viz.google.GXyRender
-
- startAngle - Variable in class com.zavtech.morpheus.viz.google.GPiePlot
-
- step - Variable in class com.zavtech.morpheus.viz.util.XWilkinson.Label
-
- stopCellEditing() - Method in class com.zavtech.morpheus.viz.table.DataFrameCellEditor
-
- style(Comparable) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyPlot
-
Returns the series style interface for the series key specified
- style(Comparable) - Method in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase
-
- style - Variable in class com.zavtech.morpheus.viz.google.GChart.LegendAdapter
-
- StyleAdapter() - Constructor for class com.zavtech.morpheus.viz.chart.xy.XyPlotBase.StyleAdapter
-
Constructor
- styleMap - Variable in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase
-
- styleMenu - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
-
- subtitle() - Method in interface com.zavtech.morpheus.viz.chart.Chart
-
Returns the chart subtitle interface
- subtitle - Variable in class com.zavtech.morpheus.viz.google.GChart
-
- subtitle() - Method in class com.zavtech.morpheus.viz.google.GChart
-
- subtitle() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
-
- subtitle - Variable in class com.zavtech.morpheus.viz.jfree.JFChartBase.TitleAdapter
-
- swingFactory - Variable in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
-
- swingMode() - Method in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
-
Switches the selector into Swing chart mode
- w - Variable in class com.zavtech.morpheus.viz.util.XWilkinson
-
- w(double, double, double, double) - Method in class com.zavtech.morpheus.viz.util.XWilkinson
-
- withAcf(DataFrameLeastSquares<R, C>, int, double, Consumer<Chart<XyPlot<Integer>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Generates a plot of the Autocorrelation function (ACF) given the Least Squares model
- withArea(boolean) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyRender
-
Configures the renderer to draw area either stacked or unstacked
- withArea(boolean) - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
- withArea(boolean) - Method in class com.zavtech.morpheus.viz.jfree.JFCatRender
-
- withArea(boolean) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender
-
- withAreaPlot(DataFrame<X, S>, boolean, Consumer<Chart<XyPlot<X>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a newly created area chart using the row keys for the domain axis
- withAreaPlot(DataFrame<?, S>, boolean, S, Consumer<Chart<XyPlot<X>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a newly created area chart using a column for the domain axis
- withBackgroundColor(Color) - Method in interface com.zavtech.morpheus.viz.chart.pie.PieLabels
-
Sets the background color for pie section labels
- withBackgroundColor(Color) - Method in class com.zavtech.morpheus.viz.google.GPiePlot.GPieLabels
-
- withBackgroundColor(Color) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieLabels
-
- withBarPlot(DataFrame<X, S>, boolean, Consumer<Chart<XyPlot<X>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a newly created Bar Chart using the row keys to build the domain axis
- withBarPlot(DataFrame<?, S>, boolean, S, Consumer<Chart<XyPlot<X>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a newly created Bar Chart using a column to build the domain axis
- withBars(boolean, double) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyRender
-
Configures the renderer to draw bars either stacked or unstacked
- withBars(boolean, double) - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
- withBars(boolean, double) - Method in class com.zavtech.morpheus.viz.jfree.JFCatRender
-
- withBars(boolean, double) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender
-
- withColor(Color) - Method in interface com.zavtech.morpheus.viz.chart.ChartLabel
-
Sets the text color
- withColor(Color) - Method in interface com.zavtech.morpheus.viz.chart.ChartTextStyle
-
Sets the text color
- withColor(Color) - Method in interface com.zavtech.morpheus.viz.chart.pie.PieSection
-
Sets the color to render this section
- withColor(Color) - Method in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase.StyleAdapter
-
- withColor(Color) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyStyle
-
Sets the color for this series
- withColor(Color) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyTrend
-
Sets the color for the trend line
- withColor(Color) - Method in class com.zavtech.morpheus.viz.google.GChartLabel
-
- withColor(Color) - Method in class com.zavtech.morpheus.viz.google.GChartTextStyle
-
- withColor(Color) - Method in class com.zavtech.morpheus.viz.google.GPiePlot.GPieSection
-
- withColor(Color) - Method in class com.zavtech.morpheus.viz.google.GTrendLine
-
- withColor(Color) - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase.TitleAdapter
-
- withColor(Color) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieSection
-
- withColor(Color) - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisLabelAdapter
-
- withColor(Color) - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisStyleAdapter
-
- withColor(Color) - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.TrendLine
-
- withColorModel(ColorModel) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyPlot
-
Applies a color model to choose series colors for this plot
- withColorModel(ColorModel) - Method in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase
-
- withDashes(boolean) - Method in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase.StyleAdapter
-
- withDashes(boolean) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyStyle
-
Sets whether line based plots should use a dashed line
- withDots() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyRender
-
Configures the renderer to draw dots in a scatter plot
- withDots(int) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyRender
-
Configures the renderer to draw dots in a scatter plot
- withDots() - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
- withDots(int) - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
- withDots() - Method in class com.zavtech.morpheus.viz.jfree.JFCatRender
-
- withDots(int) - Method in class com.zavtech.morpheus.viz.jfree.JFCatRender
-
- withDots() - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender
-
- withDots(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender
-
- withFont(Font) - Method in interface com.zavtech.morpheus.viz.chart.ChartLabel
-
Sets the font for this text style
- withFont(Font) - Method in interface com.zavtech.morpheus.viz.chart.ChartTextStyle
-
Sets the font for this text style
- withFont(Font) - Method in interface com.zavtech.morpheus.viz.chart.pie.PieLabels
-
Sets the font for pie section labels
- withFont(Font) - Method in class com.zavtech.morpheus.viz.google.GChartLabel
-
- withFont(Font) - Method in class com.zavtech.morpheus.viz.google.GChartTextStyle
-
- withFont(Font) - Method in class com.zavtech.morpheus.viz.google.GPiePlot.GPieLabels
-
- withFont(Font) - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase.TitleAdapter
-
- withFont(Font) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieLabels
-
- withFont(Font) - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisLabelAdapter
-
- withFont(Font) - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisStyleAdapter
-
- withHistPlot(DataFrame<R, C>, int, Consumer<Chart<XyPlot<Double>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a Histogram Bar Chart of the frequency distribution for a all columns in a DataFrame
- withHistPlot(DataFrame<R, C>, int, boolean, Consumer<Chart<XyPlot<Double>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a Chart to plot a histogram based on the column data in the frame provided
- withHistPlot(DataFrame<R, C>, int, C, Consumer<Chart<XyPlot<Double>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a Histogram Bar Chart of the frequency distribution for a specific column in a DataFrame
- withId(String) - Method in class com.zavtech.morpheus.viz.chart.ChartOptions.Default
-
- withId(String) - Method in interface com.zavtech.morpheus.viz.chart.ChartOptions
-
Sets an id for this chart
- withLinePlot(DataFrame<X, S>, Consumer<Chart<XyPlot<X>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a newly created Line Chart using the row keys for the domain axis
- withLinePlot(DataFrame<?, S>, S, Consumer<Chart<XyPlot<X>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a newly created Line Chart using a column for the domain axis
- withLines(boolean, boolean) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyRender
-
Configures the renderer to draw lines with optional shapes and dashes
- withLines(boolean, boolean) - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
- withLines(boolean, boolean) - Method in class com.zavtech.morpheus.viz.jfree.JFCatRender
-
- withLines(boolean, boolean) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender
-
- withLineWidth(float) - Method in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase.StyleAdapter
-
- withLineWidth(float) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyStyle
-
Sets the line width for the series for line based plots
- withLineWidth(float) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyTrend
-
Sets the line width for the trend line
- withLineWidth(float) - Method in class com.zavtech.morpheus.viz.google.GTrendLine
-
- withLineWidth(float) - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.TrendLine
-
- withLowerDomainInterval(Function<X, X>) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyDataset
-
Sets the function to supply the lower domain interval value for this dataset
The lower domain interval function accepts a domain key and returns the interval to subtract
- withLowerDomainInterval(Function<X, X>) - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
- withLowerDomainInterval(Function<X, X>) - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- withLowerDomainInterval(Function<X, X>) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- withName() - Method in interface com.zavtech.morpheus.viz.chart.pie.PieLabels
-
Signals to show section names
- withName() - Method in class com.zavtech.morpheus.viz.google.GPiePlot.GPieLabels
-
- withName() - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieLabels
-
- withOffset(double) - Method in interface com.zavtech.morpheus.viz.chart.pie.PieSection
-
Sets an offset degree for this section
- withOffset(double) - Method in class com.zavtech.morpheus.viz.google.GPiePlot.GPieSection
-
- withOffset(double) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieSection
-
- withPattern(String) - Method in interface com.zavtech.morpheus.viz.chart.ChartFormat
-
Sets the format pattern to accept
- withPattern(String) - Method in class com.zavtech.morpheus.viz.google.GChartFormat
-
- withPattern(String) - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisFormatAdapter
-
- withPercent() - Method in interface com.zavtech.morpheus.viz.chart.pie.PieLabels
-
Signals to show section percentages
- withPercent() - Method in class com.zavtech.morpheus.viz.google.GPiePlot.GPieLabels
-
- withPercent() - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieLabels
-
- withPieHole(double) - Method in interface com.zavtech.morpheus.viz.chart.pie.PiePlot
-
Sets the size of the pie hole for donut plots
This feature does not work on 3D plots and is ignored
- withPieHole(double) - Method in class com.zavtech.morpheus.viz.google.GPiePlot
-
- withPieHole(double) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot
-
- withPiePlot(DataFrame<X, S>, boolean, Consumer<Chart<PiePlot<X, S>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a newly created Pie Chart using the row keys for labels and the first numeric column for values
- withPiePlot(DataFrame<X, S>, boolean, S, Consumer<Chart<PiePlot<X, S>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a newly created Pie Chart using the row keys for labels and the values from the column labelled dataKey
- withPiePlot(DataFrame<?, S>, boolean, S, S, Consumer<Chart<PiePlot<X, S>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a newly created Pie Chart using labels from the column identified by labelKey and the values from the column labelled dataKey
- withPointShape(ChartShape) - Method in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase.StyleAdapter
-
- withPointShape(ChartShape) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyStyle
-
Sets the point shape to use for this series
- withPointsVisible(boolean) - Method in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase.StyleAdapter
-
- withPointsVisible(boolean) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyStyle
-
Sets whether points should be visible for this series
- withPreferredSize(int, int) - Method in class com.zavtech.morpheus.viz.chart.ChartOptions.Default
-
- withPreferredSize(int, int) - Method in interface com.zavtech.morpheus.viz.chart.ChartOptions
-
Sets the preferred size for the chart
- withRange(Bounds<?>) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyAxis
-
Sets the upper and lower bounds for the range of this axis
- withRange(Bounds<?>) - Method in class com.zavtech.morpheus.viz.google.GXyAxis
-
- withRange(Bounds<?>) - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisAdapter
-
- withResidualsVsFitted(DataFrameLeastSquares<R, C>, Consumer<Chart<XyPlot<Double>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a chart that plots regression residuals against the fitted values in a regression
- withScatterPlot(DataFrame<X, S>, boolean, Consumer<Chart<XyPlot<X>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a newly created scatter chart with shapes using the row keys for the domain axis
- withScatterPlot(DataFrame<?, S>, boolean, S, Consumer<Chart<XyPlot<X>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
-
Returns a newly created scatter chart with shapes using a column for the domain axis
- withSectionOutlineColor(Color) - Method in interface com.zavtech.morpheus.viz.chart.pie.PiePlot
-
Sets the outline color for pie sections
- withSectionOutlineColor(Color) - Method in class com.zavtech.morpheus.viz.google.GPiePlot
-
- withSectionOutlineColor(Color) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot
-
- withShapes() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyRender
-
Configures the renderer to draw shapes in a scatter plot
- withShapes() - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
- withShapes() - Method in class com.zavtech.morpheus.viz.jfree.JFCatRender
-
- withShapes() - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender
-
- withSpline(boolean, boolean) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyRender
-
Configures the renderer to draw splines with optional shapes and dashes
- withSpline(boolean, boolean) - Method in class com.zavtech.morpheus.viz.google.GXyRender
-
- withSpline(boolean, boolean) - Method in class com.zavtech.morpheus.viz.jfree.JFCatRender
-
- withSpline(boolean, boolean) - Method in class com.zavtech.morpheus.viz.jfree.JFXyRender
-
- withStartAngle(double) - Method in interface com.zavtech.morpheus.viz.chart.pie.PiePlot
-
Sets the start angle for the first section in degrees
- withStartAngle(double) - Method in class com.zavtech.morpheus.viz.google.GPiePlot
-
- withStartAngle(double) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot
-
- withText(String) - Method in interface com.zavtech.morpheus.viz.chart.ChartLabel
-
Sets the text for this label
- withText(String) - Method in class com.zavtech.morpheus.viz.google.GChartLabel
-
- withText(String) - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase.TitleAdapter
-
- withText(String) - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisLabelAdapter
-
- withTextColor(Color) - Method in interface com.zavtech.morpheus.viz.chart.pie.PieLabels
-
Sets the text color for pie section labels
- withTextColor(Color) - Method in class com.zavtech.morpheus.viz.google.GPiePlot.GPieLabels
-
- withTextColor(Color) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieLabels
-
- withUpperDomainInterval(Function<X, X>) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyDataset
-
Sets the function to supply the upper domain interval value for this dataset
The upper domain interval function accepts a domain key and returns the interval to subtract
- withUpperDomainInterval(Function<X, X>) - Method in class com.zavtech.morpheus.viz.google.GXyDataset
-
- withUpperDomainInterval(Function<X, X>) - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
-
- withUpperDomainInterval(Function<X, X>) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
-
- withValue() - Method in interface com.zavtech.morpheus.viz.chart.pie.PieLabels
-
Signals to show section values
- withValue() - Method in class com.zavtech.morpheus.viz.google.GPiePlot.GPieLabels
-
- withValue() - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieLabels
-
- write(String, Object...) - Method in class com.zavtech.morpheus.viz.html.HtmlCode
-
Writes formatted code string to the output buffer
- write(String, Object...) - Method in class com.zavtech.morpheus.viz.js.JsCode
-
Writes formatted code string to the output buffer
- writer - Variable in class com.zavtech.morpheus.viz.html.HtmlElement
-
- writerPng(File, int, int, boolean) - Method in interface com.zavtech.morpheus.viz.chart.Chart
-
Writes a PNH image of the chart to the output stream
- writerPng(OutputStream, int, int, boolean) - Method in interface com.zavtech.morpheus.viz.chart.Chart
-
Writes a PNH image of the chart to the output stream
- writerPng(File, int, int, boolean) - Method in class com.zavtech.morpheus.viz.google.GChart
-
- writerPng(OutputStream, int, int, boolean) - Method in class com.zavtech.morpheus.viz.google.GChart
-
- writerPng(File, int, int, boolean) - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
-
- writerPng(OutputStream, int, int, boolean) - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
-