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

A

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

B

background - Variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
 
backgroundAction - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
base - Variable in class com.zavtech.morpheus.viz.util.XWilkinson
 
base10() - Static method in class com.zavtech.morpheus.viz.util.XWilkinson
 
base16() - Static method in class com.zavtech.morpheus.viz.util.XWilkinson
 
base2() - Static method in class com.zavtech.morpheus.viz.util.XWilkinson
 
BASIS_POINTS - Static variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
 
basisPointsFormatList - Static variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
 
bestFitAction - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
beta - Variable in class com.zavtech.morpheus.viz.chart.xy.XyTrendBase
 
bottom() - Method in interface com.zavtech.morpheus.viz.chart.ChartLegend
Positions the legend on the bottom of the plot
bottom() - Method in class com.zavtech.morpheus.viz.google.GChart.LegendAdapter
 
bottom() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase.LegendAdapter
 
browse() - Method in class com.zavtech.morpheus.viz.html.HtmlCode
Writes the HTML code in this buffer to a temp file and opens it in default browser
browse(File) - Method in class com.zavtech.morpheus.viz.html.HtmlCode
Writes the HTML code in this buffer to the output file and opens it in default browser

C

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
 

D

dark() - Method in interface com.zavtech.morpheus.viz.chart.ChartTheme
Switches the chart to a dark background color theme
dark() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase.ThemeAdapter
 
dashed - Variable in class com.zavtech.morpheus.viz.google.GXyRender
 
dashes - Variable in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase.StyleAdapter
 
data() - Method in interface com.zavtech.morpheus.viz.chart.pie.PiePlot
Returns the data interface for this plot
data() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyPlot
Returns the plot data control interface
data() - Method in class com.zavtech.morpheus.viz.google.GPiePlot
 
data() - Method in class com.zavtech.morpheus.viz.google.GXyPlot
 
data() - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot
 
data() - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot
 
data() - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot
 
DataFrameCellEditor - Class in com.zavtech.morpheus.viz.table
A generic TableCellEditor that can be used to edit values of various types.
DataFrameCellEditor() - Constructor for class com.zavtech.morpheus.viz.table.DataFrameCellEditor
Constructor
DataFrameCellFormat - Class in com.zavtech.morpheus.viz.table
One line summary here...
DataFrameCellFormat() - Constructor for class com.zavtech.morpheus.viz.table.DataFrameCellFormat
Constructor
DataFrameCellProperty<I,O> - Interface in com.zavtech.morpheus.viz.table
An interface to an object that implements some conditional logic that can return arbitrary values depending on the input.
DataFrameCellRenderer - Class in com.zavtech.morpheus.viz.table
A specialized renderer that formats cell values of various types for a DataFrameTable.
DataFrameCellRenderer(DataFrameTable) - Constructor for class com.zavtech.morpheus.viz.table.DataFrameCellRenderer
Constructor
dataFrameTable - Variable in class com.zavtech.morpheus.viz.table.DataFrameCellRenderer
 
DataFrameTable - Class in com.zavtech.morpheus.viz.table
A Swing GUI component that displays a DataFrame in a standard JTable with additional functionality.
DataFrameTable() - Constructor for class com.zavtech.morpheus.viz.table.DataFrameTable
Constructor
DataFrameTable(DataFrame) - Constructor for class com.zavtech.morpheus.viz.table.DataFrameTable
Constructor
DataFrameTable.CustomAction - Class in com.zavtech.morpheus.viz.table
Convenience class to ofInts actions
DataFrameTableModel - Class in com.zavtech.morpheus.viz.table
A Swing TableModel implementation to display a DataFrame in a JTable.
DataFrameTableModel() - Constructor for class com.zavtech.morpheus.viz.table.DataFrameTableModel
Constructor
DataFrameTableModel(DataFrame) - Constructor for class com.zavtech.morpheus.viz.table.DataFrameTableModel
Constructor
datasetIndex - Variable in class com.zavtech.morpheus.viz.jfree.JFCatRender.MorpheusBarRenderer
 
datasetIndex - Variable in class com.zavtech.morpheus.viz.jfree.JFCatRender.MorpheusDotRenderer
 
datasetIndex - Variable in class com.zavtech.morpheus.viz.jfree.JFCatRender.MorpheusStackedBarRenderer
 
datasetIndex - Variable in class com.zavtech.morpheus.viz.jfree.JFXyPlot.TrendLine
 
datasetIndex - Variable in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusAreaRenderer
 
datasetIndex - Variable in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusBarRenderer
 
datasetIndex - Variable in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusDotRenderer
 
datasetIndex - Variable in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusLineAndShapeRenderer
 
datasetIndex - Variable in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusSplineRenderer
 
datasetIndex - Variable in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusStackedAreaRenderer
 
datasetIndex - Variable in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusStackedBarRenderer
 
datasetMap - Variable in class com.zavtech.morpheus.viz.google.GXyModel
 
datasetMap - Variable in class com.zavtech.morpheus.viz.jfree.JFCatPlot
 
datasetMap - Variable in class com.zavtech.morpheus.viz.jfree.JFXyPlot
 
dateFormatMap - Static variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
 
dateFormatMenu - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
datePattern - Variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
 
DECIMAL - Static variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
 
decimalCount - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
decimalFormat - Variable in class com.zavtech.morpheus.viz.jfree.JFXyPlot
 
decimalFormatList - Static variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
 
decimalFormatMenu - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
decreasePrecision() - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
Called to decrease the decimal precision
decreasePrecisionAction - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
Default() - Constructor for class com.zavtech.morpheus.viz.chart.ChartOptions.Default
 
DEFAULT - Static variable in interface com.zavtech.morpheus.viz.util.ColorModel
 
defaultCellFormat - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
DefaultColors - Class in com.zavtech.morpheus.viz.util
https://sashat.me/2017/01/11/list-of-20-simple-distinct-colors/
DefaultColors() - Constructor for class com.zavtech.morpheus.viz.util.DefaultColors
 
defaultFactory - Variable in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
 
DefaultProvider() - Constructor for class com.zavtech.morpheus.viz.chart.ChartShape.DefaultProvider
 
density(int, int, double, double, double, double) - Method in class com.zavtech.morpheus.viz.util.XWilkinson
 
density_max(int, int) - Method in class com.zavtech.morpheus.viz.util.XWilkinson
 
domain() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyAxes
Returns a reference to the domain axis
domain - Variable in class com.zavtech.morpheus.viz.google.GChartFormat
 
domain() - Method in class com.zavtech.morpheus.viz.google.GXyAxes
 
domain - Variable in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisAdapter
 
domain() - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes
 
domainAxis - Variable in class com.zavtech.morpheus.viz.google.GXyAxes
 
domainFunction() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyDataset
Returns the domain function for this dataset
domainFunction() - Method in class com.zavtech.morpheus.viz.google.GXyDataset
 
domainFunction() - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
 
domainFunction() - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
 
domainKeys - Variable in class com.zavtech.morpheus.viz.jfree.JFCatDataset
 
domainType() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyDataset
Returns the domain type for this dataset
domainType() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyModel
Returns the domain type for this model
domainType - Variable in class com.zavtech.morpheus.viz.google.GXyDataset
 
domainType() - Method in class com.zavtech.morpheus.viz.google.GXyDataset
 
domainType() - Method in class com.zavtech.morpheus.viz.google.GXyModel
 
domainType - Variable in class com.zavtech.morpheus.viz.jfree.JFCatDataset
 
domainType() - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
 
domainType() - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot.ModelAdapter
 
domainType - Variable in class com.zavtech.morpheus.viz.jfree.JFXyDataset
 
domainType() - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
 
domainType() - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.ModelAdapter
 
domainValueFunction - Variable in class com.zavtech.morpheus.viz.google.GXyDataset
 
domainValueFunction - Variable in class com.zavtech.morpheus.viz.jfree.JFCatDataset
 
domainValueFunction - Variable in class com.zavtech.morpheus.viz.jfree.JFXyDataset
 
dotShape - Variable in class com.zavtech.morpheus.viz.jfree.JFCatRender.MorpheusDotRenderer
 
dotShape - Variable in class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusDotRenderer
 

E

editor - Variable in class com.zavtech.morpheus.viz.table.DataFrameCellEditor
 
editor - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
enabled - Variable in class com.zavtech.morpheus.viz.google.GChart.LegendAdapter
 
eps - Variable in class com.zavtech.morpheus.viz.util.XWilkinson
 
exportCsvAction - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 

F

factory - Static variable in interface com.zavtech.morpheus.viz.chart.Chart
 
fireDatasetChanged() - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
 
flooredMod(double, double) - Method in class com.zavtech.morpheus.viz.util.XWilkinson
 
flush(File) - Method in class com.zavtech.morpheus.viz.html.HtmlCode
Flushes the contents of the buffer to a file
font - Variable in class com.zavtech.morpheus.viz.google.GChartLabel
 
font - Variable in class com.zavtech.morpheus.viz.google.GPiePlot.GPieLabels
 
font - Variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
 
fontMenu - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
fontStyleIconMap - Static variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
fontStyleNameMap - Static variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
forDays() - Static method in class com.zavtech.morpheus.viz.util.XWilkinson
 
foreground - Variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
 
foregroundAction - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
forHours12() - Static method in class com.zavtech.morpheus.viz.util.XWilkinson
 
forHours24() - Static method in class com.zavtech.morpheus.viz.util.XWilkinson
 
format() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyAxis
Returns the format for this axis
format - Variable in class com.zavtech.morpheus.viz.google.GXyAxis
 
format() - Method in class com.zavtech.morpheus.viz.google.GXyAxis
 
format() - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisAdapter
 
format(Object) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
Formats the value of a cell in a readable text
formatDate(Date) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
Returns a formatted date string for the row and column coordinates
formatDecimal(Number) - Method in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
Returns a formatted decimal string for cell value specified
formatFrame - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
formatIconMap - Static variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
formatMap - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
formatNameMap - Static variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
forMinutes() - Static method in class com.zavtech.morpheus.viz.util.XWilkinson
 
forMonths() - Static method in class com.zavtech.morpheus.viz.util.XWilkinson
 
forSeconds() - Static method in class com.zavtech.morpheus.viz.util.XWilkinson
 
forWeeks() - Static method in class com.zavtech.morpheus.viz.util.XWilkinson
 
forYears() - Static method in class com.zavtech.morpheus.viz.util.XWilkinson
 
frame - Variable in class com.zavtech.morpheus.viz.chart.pie.PieModelDefault
 
frame() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyDataset
Returns the current frame for this data, which can be null
frame - Variable in class com.zavtech.morpheus.viz.google.GXyDataset
 
frame() - Method in class com.zavtech.morpheus.viz.google.GXyDataset
 
frame - Variable in class com.zavtech.morpheus.viz.jfree.JFCatDataset
 
frame() - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
 
frame - Variable in class com.zavtech.morpheus.viz.jfree.JFXyDataset
 
frame() - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
 
frame - Variable in class com.zavtech.morpheus.viz.table.DataFrameTableModel
 
freeChart - Variable in class com.zavtech.morpheus.viz.jfree.JFChartBase
 
freeChart() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
Returns the JFreeChart reference for this chart

G

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
 

H

h - Variable in class com.zavtech.morpheus.viz.util.GoldenRatioColors
 
hasShapesOrPoints() - Method in class com.zavtech.morpheus.viz.google.GXyRender
Returns true if rendering includes points or shapes
highlight(Comparable) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot
Highlights a section by adjusting the outline for that section
horizontal() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyOrient
Sets the chart to horizontal orientation
horizontal - Variable in class com.zavtech.morpheus.viz.google.GXyPlot.GXyOrient
 
horizontal() - Method in class com.zavtech.morpheus.viz.google.GXyPlot.GXyOrient
 
horizontal() - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot.OrientAdapter
 
horizontal() - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.OrientAdapter
 
html - Variable in class com.zavtech.morpheus.viz.html.HtmlCode
 
HtmlCode - Class in com.zavtech.morpheus.viz.html
A convenience API for programmatically creating simple HTML pages in the absence of a template engine such as Freemarker.
HtmlCode() - Constructor for class com.zavtech.morpheus.viz.html.HtmlCode
Constructor
HtmlElement - Class in com.zavtech.morpheus.viz.html
A class that defines a convenience API for writing out element content using an HtmlWriter.
HtmlElement(String, HtmlCode) - Constructor for class com.zavtech.morpheus.viz.html.HtmlElement
Constructor
htmlFactory - Variable in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
 
htmlMode() - Method in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
Switches this selector into HTML chart mode

I

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
 

J

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

K

KELLY - Static variable in interface com.zavtech.morpheus.viz.util.ColorModel
 
KellyColors - Class in com.zavtech.morpheus.viz.util
Kelly's 22 colors of Maximum Contrast
KellyColors() - Constructor for class com.zavtech.morpheus.viz.util.KellyColors
 
keys() - Method in interface com.zavtech.morpheus.viz.chart.pie.PieModel
Returns an iterable for section keys
keys() - Method in class com.zavtech.morpheus.viz.chart.pie.PieModelDefault
 
keys() - Method in class com.zavtech.morpheus.viz.jfree.JFPieModel
 

L

label() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyAxis
Returns the label for this axis
label - Variable in class com.zavtech.morpheus.viz.google.GChartTextStyle
 
label() - Method in class com.zavtech.morpheus.viz.google.GChartTextStyle
Returns the label
label - Variable in enum com.zavtech.morpheus.viz.google.GDataType
 
label - Variable in class com.zavtech.morpheus.viz.google.GXyAxis
 
label() - Method in class com.zavtech.morpheus.viz.google.GXyAxis
 
label() - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisAdapter
 
Label() - Constructor for class com.zavtech.morpheus.viz.util.XWilkinson.Label
 
labels() - Method in interface com.zavtech.morpheus.viz.chart.pie.PiePlot
Returns the label controller for this plot
labels - Variable in class com.zavtech.morpheus.viz.google.GPiePlot
 
labels() - Method in class com.zavtech.morpheus.viz.google.GPiePlot
 
labels - Variable in class com.zavtech.morpheus.viz.jfree.JFPiePlot
 
labels() - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot
 
labelType - Variable in class com.zavtech.morpheus.viz.google.GPiePlot.GPieLabels
 
LabelType(String) - Constructor for enum com.zavtech.morpheus.viz.google.GPiePlot.LabelType
 
LabelType() - Constructor for enum com.zavtech.morpheus.viz.jfree.JFPiePlot.LabelType
 
labelType - Variable in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieLabels
 
left() - Method in interface com.zavtech.morpheus.viz.chart.ChartLegend
Positions the legend to the left of the plot
left() - Method in class com.zavtech.morpheus.viz.google.GChart.LegendAdapter
 
left() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase.LegendAdapter
 
leftTable - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
legend() - Method in interface com.zavtech.morpheus.viz.chart.Chart
Returns the chart legend control for this chart
legend - Variable in class com.zavtech.morpheus.viz.google.GChart
 
legend() - Method in class com.zavtech.morpheus.viz.google.GChart
 
legend() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
 
LegendAdapter() - Constructor for class com.zavtech.morpheus.viz.google.GChart.LegendAdapter
 
LegendAdapter(JFreeChart) - Constructor for class com.zavtech.morpheus.viz.jfree.JFChartBase.LegendAdapter
Constructor
legibility(double, double, double) - Method in class com.zavtech.morpheus.viz.util.XWilkinson
 
length - Variable in class com.zavtech.morpheus.viz.js.JsArray
 
light() - Method in interface com.zavtech.morpheus.viz.chart.ChartTheme
Switches the chart to a light background color theme
light() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase.ThemeAdapter
 
lineColor - Variable in class com.zavtech.morpheus.viz.jfree.JFXyPlot.TrendLine
 
lineWidth - Variable in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase.StyleAdapter
 
lineWidth - Variable in class com.zavtech.morpheus.viz.google.GTrendLine
 
lineWidth - Variable in class com.zavtech.morpheus.viz.jfree.JFXyPlot.TrendLine
 
log - Variable in class com.zavtech.morpheus.viz.google.GXyAxis
 
LOG - Static variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
 
LOG - Static variable in class com.zavtech.morpheus.viz.table.DataFrameCellRenderer
 
LOG - Static variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
LOG - Static variable in class com.zavtech.morpheus.viz.table.DataFrameTableModel
 
logB(double) - Method in class com.zavtech.morpheus.viz.util.XWilkinson
 
lookupSectionPaint(Comparable, boolean) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPiePlot2D
 
lookupSectionPaint(Comparable, boolean) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPiePlot3D
 
loose - Variable in class com.zavtech.morpheus.viz.util.XWilkinson
 
lowerDomainIntervalFunction - Variable in class com.zavtech.morpheus.viz.jfree.JFXyDataset
 

M

main(String[]) - Static method in class com.zavtech.morpheus.viz.google.GChart
 
main(String[]) - Static method in class com.zavtech.morpheus.viz.google.GXyDataset
 
main(String[]) - Static method in class com.zavtech.morpheus.viz.html.HtmlCode
Quick test to check output
main(String[]) - Static method in class com.zavtech.morpheus.viz.js.JsCode
 
main(String[]) - Static method in class com.zavtech.morpheus.viz.util.KellyColors
 
main(String[]) - Static method in class com.zavtech.morpheus.viz.util.XWilkinson
 
max - Variable in class com.zavtech.morpheus.viz.util.XWilkinson.Label
 
min - Variable in class com.zavtech.morpheus.viz.util.XWilkinson.Label
 
mixedContent - Variable in class com.zavtech.morpheus.viz.html.HtmlElement
 
model - Variable in class com.zavtech.morpheus.viz.google.GPiePlot
 
model - Variable in class com.zavtech.morpheus.viz.google.GXyPlot
 
model - Variable in class com.zavtech.morpheus.viz.jfree.JFPieModel
 
model - Variable in class com.zavtech.morpheus.viz.jfree.JFPiePlot
 
model - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
ModelAdapter() - Constructor for class com.zavtech.morpheus.viz.jfree.JFCatPlot.ModelAdapter
Constructor
ModelAdapter() - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyPlot.ModelAdapter
Constructor
MorpheusAreaRenderer(int) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusAreaRenderer
Constructor
MorpheusBarRenderer(int) - Constructor for class com.zavtech.morpheus.viz.jfree.JFCatRender.MorpheusBarRenderer
Constructor
MorpheusBarRenderer(int) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusBarRenderer
Constructor
MorpheusDotRenderer(int, int) - Constructor for class com.zavtech.morpheus.viz.jfree.JFCatRender.MorpheusDotRenderer
Constructor
MorpheusDotRenderer(int, int) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusDotRenderer
Constructor
MorpheusLineAndShapeRenderer(boolean, boolean, int, boolean) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusLineAndShapeRenderer
Constructor
MorpheusPieLabels() - Constructor for class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieLabels
Constructor
MorpheusPiePlot2D() - Constructor for class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPiePlot2D
 
MorpheusPiePlot3D() - Constructor for class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPiePlot3D
 
MorpheusPieSection(X) - Constructor for class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieSection
Constructor
MorpheusPieSectionLabelGenerator() - Constructor for class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieSectionLabelGenerator
 
MorpheusSplineRenderer(boolean, int, int, boolean) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusSplineRenderer
Constructor
MorpheusStackedAreaRenderer(int) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusStackedAreaRenderer
Constructor
MorpheusStackedBarRenderer(int) - Constructor for class com.zavtech.morpheus.viz.jfree.JFCatRender.MorpheusStackedBarRenderer
Constructor
MorpheusStackedBarRenderer(double, int) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyRender.MorpheusStackedBarRenderer
Constructor
mouseListener - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
mutable - Variable in class com.zavtech.morpheus.viz.table.DataFrameTableModel
 

N

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
 

O

of(Supplier<DataFrame<X, S>>) - Static method in class com.zavtech.morpheus.viz.google.GXyDataset
Returns a newly created model using a frame supplier where the domain is presented by the DataFrame row keys
of(S, Supplier<DataFrame<?, S>>) - Static method in class com.zavtech.morpheus.viz.google.GXyDataset
Returns a newly created model using a frame supplier where the domain is presented by a column in the DataFrame
of(Supplier<DataFrame<X, S>>) - Static method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
Returns a newly created model using a frame supplier where the domain is presented by the DataFrame row keys
of(S, Supplier<DataFrame<?, S>>) - Static method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
Returns a newly created model using a frame supplier where the domain is presented by a column in the DataFrame
of(Supplier<DataFrame<X, S>>) - Static method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
Returns a newly created model using a frame supplier where the domain is presented by the DataFrame row keys
of(S, Supplier<DataFrame<?, S>>) - Static method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
Returns a newly created model using a frame supplier where the domain is presented by a column in the DataFrame
of(double[], double) - Static method in class com.zavtech.morpheus.viz.util.XWilkinson
 
off() - Method in interface com.zavtech.morpheus.viz.chart.ChartLegend
Turns the chart legend off
off() - Method in interface com.zavtech.morpheus.viz.chart.pie.PieLabels
Signals to turn off pie labels
off() - Method in class com.zavtech.morpheus.viz.google.GChart.LegendAdapter
 
off() - Method in class com.zavtech.morpheus.viz.google.GPiePlot.GPieLabels
 
off() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase.LegendAdapter
 
off() - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieLabels
 
offset - Variable in class com.zavtech.morpheus.viz.google.GPiePlot.GPieSection
 
ofPiePlot(boolean, Consumer<Chart<PiePlot<X, S>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
Returns a newly created Pie chart and applies it to the configurator provided
ofPiePlot(boolean, Consumer<Chart<PiePlot<X, S>>>) - Method in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
 
ofPiePlot(boolean, Consumer<Chart<PiePlot<X, S>>>) - Method in class com.zavtech.morpheus.viz.google.GChartFactory
 
ofPiePlot(boolean, Consumer<Chart<PiePlot<X, S>>>) - Method in class com.zavtech.morpheus.viz.jfree.JFChartFactory
 
ofXY(Class<X>, Consumer<Chart<XyPlot<X>>>) - Method in interface com.zavtech.morpheus.viz.chart.ChartFactory
Returns a newly created XY chart and applies it to the configurator provided
ofXY(Class<X>, Consumer<Chart<XyPlot<X>>>) - Method in class com.zavtech.morpheus.viz.chart.ChartFactoryProxy
 
ofXY(Class<X>, Consumer<Chart<XyPlot<X>>>) - Method in class com.zavtech.morpheus.viz.google.GChartFactory
 
ofXY(Class<X>, Consumer<Chart<XyPlot<X>>>) - Method in class com.zavtech.morpheus.viz.jfree.JFChartFactory
 
on() - Method in interface com.zavtech.morpheus.viz.chart.ChartLegend
Turns the chart legend on
on() - Method in interface com.zavtech.morpheus.viz.chart.pie.PieLabels
Signals to turn on pie labels
on() - Method in class com.zavtech.morpheus.viz.google.GChart.LegendAdapter
 
on() - Method in class com.zavtech.morpheus.viz.google.GPiePlot.GPieLabels
 
on() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase.LegendAdapter
 
on() - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieLabels
 
onDataFrameEvent(DataFrameEvent) - Method in class com.zavtech.morpheus.viz.table.DataFrameTableModel
 
options() - Method in interface com.zavtech.morpheus.viz.chart.Chart
Returns the options interface for this chart
options - Variable in class com.zavtech.morpheus.viz.google.GChart
 
options() - Method in class com.zavtech.morpheus.viz.google.GChart
 
options - Variable in class com.zavtech.morpheus.viz.jfree.JFChartBase
 
options() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
 
orient() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyPlot
Returns the interface to set the chart orientation
orient - Variable in class com.zavtech.morpheus.viz.google.GXyPlot
 
orient() - Method in class com.zavtech.morpheus.viz.google.GXyPlot
 
orient() - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot
 
orient() - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot
 
OrientAdapter() - Constructor for class com.zavtech.morpheus.viz.jfree.JFCatPlot.OrientAdapter
 
OrientAdapter() - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyPlot.OrientAdapter
 

P

pattern - Variable in class com.zavtech.morpheus.viz.google.GChartFormat
 
PERCENT - Static variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
 
percentFormat - Variable in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieLabels
 
percentFormatList - Static variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
 
PERF_COUNT - Static variable in class com.zavtech.morpheus.viz.table.DataFrameCellRenderer
 
pieHole - Variable in class com.zavtech.morpheus.viz.google.GPiePlot
 
PieLabels - Interface in com.zavtech.morpheus.viz.chart.pie
An interface to control the labelling of sections on a PiePlot.
PieModel<X extends Comparable,S extends Comparable> - Interface in com.zavtech.morpheus.viz.chart.pie
An interface to the data model that is bound to a PiePlot.
PieModelDefault<X extends Comparable,S extends Comparable> - Class in com.zavtech.morpheus.viz.chart.pie
A convenience base class for building PieModel implementations
PieModelDefault() - Constructor for class com.zavtech.morpheus.viz.chart.pie.PieModelDefault
Constructor
PiePlot<X extends Comparable,S extends Comparable> - Interface in com.zavtech.morpheus.viz.chart.pie
An interface to control pie based plots.
piePlot() - Method in class com.zavtech.morpheus.viz.jfree.JFPieChart
Returns the JFreeChart typed pie plot
PieSection - Interface in com.zavtech.morpheus.viz.chart.pie
An interface to customize sections of a PiePlot.
plot() - Method in interface com.zavtech.morpheus.viz.chart.Chart
Returns the plot interface for this chart
plot - Variable in class com.zavtech.morpheus.viz.google.GChart
 
plot() - Method in class com.zavtech.morpheus.viz.google.GChart
 
plot - Variable in class com.zavtech.morpheus.viz.google.GXyAxes
 
plot - Variable in class com.zavtech.morpheus.viz.google.GXyModel
 
plot - Variable in class com.zavtech.morpheus.viz.google.GXyRender
 
plot - Variable in class com.zavtech.morpheus.viz.jfree.JFCatPlot
 
plot - Variable in class com.zavtech.morpheus.viz.jfree.JFCatRender
 
plot - Variable in class com.zavtech.morpheus.viz.jfree.JFChartBase
 
plot() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
 
plot - Variable in class com.zavtech.morpheus.viz.jfree.JFPiePlot
 
plot - Variable in class com.zavtech.morpheus.viz.jfree.JFXyAxes
 
plot - Variable in class com.zavtech.morpheus.viz.jfree.JFXyPlot
 
plot - Variable in class com.zavtech.morpheus.viz.jfree.JFXyRender
 
pointShape - Variable in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase.StyleAdapter
 
pointSize - Variable in class com.zavtech.morpheus.viz.google.GXyRender
 
pointsVisible - Variable in class com.zavtech.morpheus.viz.chart.xy.XyPlotBase.StyleAdapter
 
popupMenu - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
position - Variable in class com.zavtech.morpheus.viz.google.GChart.LegendAdapter
 
precision - Variable in class com.zavtech.morpheus.viz.table.DataFrameCellFormat
 
preferredSize - Variable in class com.zavtech.morpheus.viz.chart.ChartOptions.Default
 
put(Object, Color) - Method in interface com.zavtech.morpheus.viz.util.ColorModel
Registers a color for the key specified
put(Object, Color) - Method in class com.zavtech.morpheus.viz.util.ColorModelBase
 

Q

Q - Variable in class com.zavtech.morpheus.viz.util.XWilkinson
 

R

r2() - Method in class com.zavtech.morpheus.viz.chart.xy.XyTrendBase
Returns the R-squared
range(int) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyAxes
Returns a reference to the range axis for the index specified
range(int) - Method in class com.zavtech.morpheus.viz.google.GXyAxes
 
range - Variable in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisAdapter
 
range(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes
 
rangeAxesMap - Variable in class com.zavtech.morpheus.viz.google.GXyAxes
 
rangeAxisCount() - Method in class com.zavtech.morpheus.viz.google.GXyAxes
Returns the number of range axis
rangeAxisMap - Variable in class com.zavtech.morpheus.viz.google.GXyModel
 
refresh() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyDataset
Triggers a refresh of this data based on the bound supplier
refresh() - Method in class com.zavtech.morpheus.viz.google.GXyDataset
 
refresh() - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
 
refresh() - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
 
refreshHandler - Variable in class com.zavtech.morpheus.viz.google.GXyDataset
 
refreshHandler - Variable in class com.zavtech.morpheus.viz.jfree.JFCatDataset
 
refreshHandler - Variable in class com.zavtech.morpheus.viz.jfree.JFXyDataset
 
refreshTicksHorizontal(Graphics2D, Rectangle2D, RectangleEdge) - Method in class com.zavtech.morpheus.viz.jfree.JFDateAxis
 
refreshTicksVertical(Graphics2D, Rectangle2D, RectangleEdge) - Method in class com.zavtech.morpheus.viz.jfree.JFDateAxis
 
remove(int) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyModel
Removes the data at the specified index
remove(int) - Method in class com.zavtech.morpheus.viz.google.GXyModel
 
remove(int) - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot.ModelAdapter
 
remove(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.ModelAdapter
 
removeAll() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyModel
Clears all data from the plot
removeAll() - Method in class com.zavtech.morpheus.viz.google.GXyModel
 
removeAll() - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot.ModelAdapter
 
removeAll() - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.ModelAdapter
 
render(int) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyPlot
Returns the chart plot style interface for the dataset index
render(int) - Method in class com.zavtech.morpheus.viz.google.GXyPlot
 
render(int) - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot
 
render(int) - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot
 
renderAt(int) - Method in class com.zavtech.morpheus.viz.google.GXyPlot
Returns the render with a more specific type
renderer - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
renderMap - Variable in class com.zavtech.morpheus.viz.google.GXyPlot
 
reset() - Method in class com.zavtech.morpheus.viz.google.GXyModel
Resets the unified to force a rebuild next time requested
reset() - Method in interface com.zavtech.morpheus.viz.util.ColorModel
Resets this color model
reset() - Method in class com.zavtech.morpheus.viz.util.ColorModelBase
 
resizeLeftTable() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
Called to resize the row header viewport based on the size of the left table
right() - Method in interface com.zavtech.morpheus.viz.chart.ChartLegend
Positions the legend to the right of the plot
right() - Method in class com.zavtech.morpheus.viz.google.GChart.LegendAdapter
 
right() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase.LegendAdapter
 
rightTable - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
rotate(List<Tick>) - Method in class com.zavtech.morpheus.viz.jfree.JFDateAxis
Rotates date ticks by specific tick angle
rowIndex - Variable in class com.zavtech.morpheus.viz.table.DataFrameTable
 
rSquared - Variable in class com.zavtech.morpheus.viz.chart.xy.XyTrendBase
 

S

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

T

text - Variable in class com.zavtech.morpheus.viz.google.GChartLabel
 
text(String) - Method in class com.zavtech.morpheus.viz.html.HtmlElement
Writes text content to the body of this element
theme() - Method in interface com.zavtech.morpheus.viz.chart.Chart
Returns the theme interface for this chart
theme() - Method in class com.zavtech.morpheus.viz.google.GChart
 
theme() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
 
ThemeAdapter() - Constructor for class com.zavtech.morpheus.viz.jfree.JFChartBase.ThemeAdapter
 
tickAngle - Variable in class com.zavtech.morpheus.viz.jfree.JFDateAxis
 
ticks() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyAxis
Returns the style interface for this axis
ticks - Variable in class com.zavtech.morpheus.viz.google.GXyAxis
 
ticks() - Method in class com.zavtech.morpheus.viz.google.GXyAxis
 
ticks() - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisAdapter
 
time - Variable in class com.zavtech.morpheus.viz.table.DataFrameCellRenderer
 
timeTypeSet - Static variable in class com.zavtech.morpheus.viz.jfree.JFChartFactory
 
title() - Method in interface com.zavtech.morpheus.viz.chart.Chart
Returns the chart title interface
title - Variable in class com.zavtech.morpheus.viz.google.GChart
 
title() - Method in class com.zavtech.morpheus.viz.google.GChart
 
title() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
 
TitleAdapter(JFreeChart, boolean) - Constructor for class com.zavtech.morpheus.viz.jfree.JFChartBase.TitleAdapter
Constructor
toBase64Image() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
Returns a base64 encoded string of a PNG image generated from this chart
toEpochMillis(Object) - Method in class com.zavtech.morpheus.viz.jfree.JFXyAxes.AxisAdapter
Converts some argument into epoch millis if it can
toggle(Comparable) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot
Toggles the selection for the item specified
toHexString(Color) - Static method in interface com.zavtech.morpheus.viz.util.ColorModel
Returns a HEX string representation of the color
toNumber(Object) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
Returns a numeric representation of the value argument
toolTip(PieDataset, Comparable) - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot
Returns the tooltip for the section key
top() - Method in interface com.zavtech.morpheus.viz.chart.ChartLegend
Positions the legend on the top of the plot
top() - Method in class com.zavtech.morpheus.viz.google.GChart.LegendAdapter
 
top() - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase.LegendAdapter
 
toString() - Method in class com.zavtech.morpheus.viz.html.HtmlCode
 
toString() - Method in class com.zavtech.morpheus.viz.js.JsCode
 
toString() - Method in class com.zavtech.morpheus.viz.util.XWilkinson.Label
 
trend(S) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyPlot
Returns the trend line controller interface for the series specified
trend(S) - Method in class com.zavtech.morpheus.viz.google.GXyPlot
 
trend(S) - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot
 
trend(S) - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot
 
trendKey - Variable in class com.zavtech.morpheus.viz.jfree.JFXyPlot.TrendLine
 
TrendLine(JFXyDataset<X, Comparable>, Comparable) - Constructor for class com.zavtech.morpheus.viz.jfree.JFXyPlot.TrendLine
Constructor
trendLineMap - Variable in class com.zavtech.morpheus.viz.google.GXyPlot
 
trendLineOptions(JsObject) - Method in class com.zavtech.morpheus.viz.google.GXyPlot
Enriches the options with trend line configuration
trendMap - Variable in class com.zavtech.morpheus.viz.jfree.JFXyPlot
 
type - Variable in class com.zavtech.morpheus.viz.google.GXyRender
 
Type() - Constructor for enum com.zavtech.morpheus.viz.google.GXyRender.Type
 
typeMap - Static variable in enum com.zavtech.morpheus.viz.google.GDataType
 

U

underlying() - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot
Returns the underlying JFreeChart plot object
underlying(P) - Method in class com.zavtech.morpheus.viz.jfree.JFChartBase
Returns the JFreeChart plot object from the Morpheus Plot adapter
underlying() - Method in class com.zavtech.morpheus.viz.jfree.JFPiePlot
Returns a reference to the underlying JFreeChart Plot object
underlying() - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot
Returns the underlying JFreeChart plot object
unident(int) - Method in class com.zavtech.morpheus.viz.html.HtmlCode
Removes spaces from the current indentation
unident(int) - Method in class com.zavtech.morpheus.viz.js.JsCode
Removes spaces from the current indentation
unified - Variable in class com.zavtech.morpheus.viz.google.GXyModel
 
update(DataFrame<?, S>, IntFunction<X>, IntToDoubleFunction) - Method in class com.zavtech.morpheus.viz.chart.pie.PieModelDefault
Updates this dataset with the frame, data ordinal and label function
update(int, DataFrame<X, S>) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyModel
Applies an updated DataFrame to the model at the specified index
update(int, DataFrame<?, S>, S) - Method in interface com.zavtech.morpheus.viz.chart.xy.XyModel
Applies an updated DataFrame to the model at the specified index
update(DataFrame<?, S>, Array<Integer>, Supplier<Class<X>>, IntFunction<X>) - Method in class com.zavtech.morpheus.viz.google.GXyDataset
Updates this model with the DataFrame, series column ordinals and domain value function
update(int, DataFrame<X, S>) - Method in class com.zavtech.morpheus.viz.google.GXyModel
 
update(int, DataFrame<?, S>, S) - Method in class com.zavtech.morpheus.viz.google.GXyModel
 
update(DataFrame<?, S>, Array<Integer>, Supplier<Class<X>>, IntFunction<X>) - Method in class com.zavtech.morpheus.viz.jfree.JFCatDataset
Updates this model with the DataFrame, series column ordinals and domain value function
update(int, DataFrame<X, S>) - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot.ModelAdapter
 
update(int, DataFrame<?, S>, S) - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot.ModelAdapter
 
update(DataFrame<?, S>, Array<Integer>, Supplier<Class<X>>, IntFunction<X>) - Method in class com.zavtech.morpheus.viz.jfree.JFXyDataset
Updates this model with the DataFrame, series column ordinals and domain value function
update(int, DataFrame<X, S>) - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.ModelAdapter
 
update(int, DataFrame<?, S>, S) - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.ModelAdapter
 
updateItemKeys() - Method in class com.zavtech.morpheus.viz.jfree.JFPieModel
Updates the item keys for this model
upperDomainIntervalFunction - Variable in class com.zavtech.morpheus.viz.jfree.JFXyDataset
 

V

v - Static variable in class com.zavtech.morpheus.viz.util.GoldenRatioColors
 
v(double, double, double) - Method in class com.zavtech.morpheus.viz.util.XWilkinson
 
validateActions() - Method in class com.zavtech.morpheus.viz.table.DataFrameTable
Called to validate this components actions
value - Variable in enum com.zavtech.morpheus.viz.google.GPiePlot.LabelType
 
value - Variable in class com.zavtech.morpheus.viz.table.DataFrameCellEditor
 
valueFormat - Variable in class com.zavtech.morpheus.viz.jfree.JFPiePlot.MorpheusPieLabels
 
valueFunction - Variable in class com.zavtech.morpheus.viz.chart.pie.PieModelDefault
 
valueOf(String) - Static method in enum com.zavtech.morpheus.viz.chart.ChartShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.zavtech.morpheus.viz.google.GDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.zavtech.morpheus.viz.google.GPiePlot.LabelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.zavtech.morpheus.viz.google.GXyRender.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.zavtech.morpheus.viz.jfree.JFPiePlot.LabelType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.zavtech.morpheus.viz.chart.ChartShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.zavtech.morpheus.viz.google.GDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.zavtech.morpheus.viz.google.GPiePlot.LabelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.zavtech.morpheus.viz.google.GXyRender.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.zavtech.morpheus.viz.jfree.JFPiePlot.LabelType
Returns an array containing the constants of this enum type, in the order they are declared.
vertical() - Method in interface com.zavtech.morpheus.viz.chart.xy.XyOrient
Sets the chart to vertical orientation
vertical() - Method in class com.zavtech.morpheus.viz.google.GXyPlot.GXyOrient
 
vertical() - Method in class com.zavtech.morpheus.viz.jfree.JFCatPlot.OrientAdapter
 
vertical() - Method in class com.zavtech.morpheus.viz.jfree.JFXyPlot.OrientAdapter
 

W

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
 

X

XWilkinson - Class in com.zavtech.morpheus.viz.util
Reference: [1] An Extension of Wilkinson's Algorithm for positioning Tick Labels on Axes (Justin Talbot, Sharon Lin, Pat Hanrahan) Ahmet Engin Karahan
XWilkinson(double[], double, double[], double) - Constructor for class com.zavtech.morpheus.viz.util.XWilkinson
 
XWilkinson(double[], double) - Constructor for class com.zavtech.morpheus.viz.util.XWilkinson
 
XWilkinson.Label - Class in com.zavtech.morpheus.viz.util
 
XyAxes - Interface in com.zavtech.morpheus.viz.chart.xy
An interface that provides access to the domain and range axes in an XyPlot.
XyAxis - Interface in com.zavtech.morpheus.viz.chart.xy
An interface to an axis in an XyPlot.
XyDataset<X extends Comparable,S extends Comparable> - Interface in com.zavtech.morpheus.viz.chart.xy
Interface to an XY dataset that is associated with a single DataFrame which holds the data for an XYPlot.
XyModel<X extends Comparable,S extends Comparable> - Interface in com.zavtech.morpheus.viz.chart.xy
Interface to the overall data model for an XYPlot, which allows multiple XYDatasets to be plotted
XyOrient - Interface in com.zavtech.morpheus.viz.chart.xy
An interface to control the orientation of an XyPlot.
XyPlot<X extends Comparable> - Interface in com.zavtech.morpheus.viz.chart.xy
The interface to an XyPlot which provides access to the axes, orientation, style and model controllers.
XyPlotBase<X extends Comparable> - Class in com.zavtech.morpheus.viz.chart.xy
A convenience base class implementation of XyPlot
XyPlotBase() - Constructor for class com.zavtech.morpheus.viz.chart.xy.XyPlotBase
Constructor
XyPlotBase.StyleAdapter - Class in com.zavtech.morpheus.viz.chart.xy
A XyStyle adapter implementation
XyRender - Interface in com.zavtech.morpheus.viz.chart.xy
An interface to the rendering controller for an XyPlot
XyStyle - Interface in com.zavtech.morpheus.viz.chart.xy
An interface to style a specific series in a plot.
XyTrend - Interface in com.zavtech.morpheus.viz.chart.xy
An interface to a linear trend line in an XyPlot.
XyTrendBase - Class in com.zavtech.morpheus.viz.chart.xy
A convenience base class for building XyTrend implementations
XyTrendBase(Comparable) - Constructor for class com.zavtech.morpheus.viz.chart.xy.XyTrendBase
Constructor
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright 2014-2017, Xavier Witdouck