Module xaos.ui.plot
Package eu.ess.xaos.ui.plot
-
Interface Summary Interface Description DensityChartFX.Data<X,Y> Heat map data. -
Class Summary Class Description AreaChartFX<X,Y> BarChartFX<X,Y> ChartLayoutAnimator A one-to-one replacement of the no more availablecom.sun.javafx.charts.ChartLayoutAnimator
class.DateAxis An axis that displays date and time values.DateAxis.DateConverter DensityChartFX<X,Y> DensityChartFX is a specialized chart that uses colors to represent data values.DensityChartFX.AbstractData<X,Y> Abstract data implementingObservable
interface.DensityChartFX.ColorGradient Color gradient class provides colors to encodeDensityChartFX
data values.DensityChartFX.DefaultData<X,Y> DensityChartFX.Data
implementation based on arrays.DensityChartFX.ProjectionData<X,Y> DensityChartFX.Data
implementation based on arrays.HistogramChartFX<X extends Number,Y extends Number> A specializedLineChart
used to draw histograms.Legend A chart legend that displays a list of items with symbols in aTilePane
.Legend.LegendItem A item to be displayed on a Legend.LineChartFX<X,Y> LogAxis A logarithmic axis implementation for JavaFX charts.NumberAxis A axis class that plots a range of numbers with major tick marks every "tickUnit".NumberAxis.DefaultFormatter Default number formatter for NumberAxis, this stays in sync with auto-ranging and formats values appropriately.You can wrap this formatter to add prefixes or suffixes;NumberAxis.DoubleConverter PluggableChartContainer A container forXYChart
s where tool-bar is displayed when the mouse cursor is close to the top border.Plugin Base forXYChart
plugins.ScatterChartFX<X,Y> A thin extension of the FXScatterChart
supporting customplugin
implementations.TimeAxis An axis that interpret numerical data as milliseconds and format them as HOURS:MINUTES:SECONDS.MILLISECONDS.TimeAxis.TimeConverter ConvertsNumber
s to/from "[-][H…HH:][MM:]SS[.sss]" strings. -
Exception Summary Exception Description