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

A

AbstractData() - Constructor for class cern.extjfx.chart.HeatMapChart.AbstractData
 
AbstractDataFormattingPlugin<X,Y> - Class in cern.extjfx.chart.plugins
An abstract plugin with associated formatters for X and Y value of the data.
AbstractDataFormattingPlugin() - Constructor for class cern.extjfx.chart.plugins.AbstractDataFormattingPlugin
Creates a new instance of AbstractDataIndicator.
AbstractNumericAxis - Class in cern.extjfx.chart
An abstract numeric axis that supports re-calculation of tick units even with auto-ranging off.
AbstractNumericAxis() - Constructor for class cern.extjfx.chart.AbstractNumericAxis
Creates an auto-ranging AbstractNumericAxis.
AbstractNumericAxis(double, double) - Constructor for class cern.extjfx.chart.AbstractNumericAxis
Creates a non-auto-ranging AbstractNumericAxis with the given upper bound, lower bound and tick unit.
AbstractNumericAxis(String, double, double) - Constructor for class cern.extjfx.chart.AbstractNumericAxis
Create a non-auto-ranging AbstractNumericAxis with the given upper bound and lower bound.
AbstractNumericAxis.DefaultFormatter - Class in cern.extjfx.chart
Default number formatter.
AbstractNumericAxis.Range - Class in cern.extjfx.chart
Holds the range of the axis along with scale and tick numbers format to be used.
AbstractRangeValueIndicator<X,Y> - Class in cern.extjfx.chart.plugins
Plugin indicating a value range as a rectangle drawn on the plot area, with an optional text label describing the range.
AbstractRangeValueIndicator(double, double, String) - Constructor for class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
Creates a new instance of the indicator.
AbstractSingleValueIndicator<X,Y> - Class in cern.extjfx.chart.plugins
Plugin indicating a specific X or Y value as a line drawn on the plot area, with an optional text label describing the value.
AbstractSingleValueIndicator(double, String) - Constructor for class cern.extjfx.chart.plugins.AbstractSingleValueIndicator
Creates a new instance of AbstractSingleValueIndicator.
AbstractValueIndicator<X,Y> - Class in cern.extjfx.chart.plugins
Base class for plugins indicating a specific value or range of values on a XYChartPane with an optional text label description.
AbstractValueIndicator() - Constructor for class cern.extjfx.chart.plugins.AbstractValueIndicator
Creates a new instance of the indicator.
AbstractValueIndicator(String) - Constructor for class cern.extjfx.chart.plugins.AbstractValueIndicator
Creates a new instance of the indicator.
add(T) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
Appends the specified element to the end of this list (optional operation).
add(int, T) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
addAll(Collection<? extends T>) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
addAll(int, Collection<? extends T>) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
addListener(InvalidationListener) - Method in class cern.extjfx.chart.data.ArrayData
 
addListener(InvalidationListener) - Method in class cern.extjfx.chart.data.ListData
 
addListener(InvalidationListener) - Method in class cern.extjfx.chart.HeatMapChart.AbstractData
 
allowsX() - Method in enum cern.extjfx.chart.AxisMode
Returns true for AxisMode.X and AxisMode.XY, false for AxisMode.Y.
allowsY() - Method in enum cern.extjfx.chart.AxisMode
Returns true for AxisMode.Y and AxisMode.XY, false for AxisMode.X.
animatedProperty() - Method in class cern.extjfx.chart.plugins.Zoomer
When true zooming will be animated.
ArrayData<X extends Number,Y extends Number> - Class in cern.extjfx.chart.data
Immutable holder of chart data represented by two primitive arrays (X and Y).
ArrayData.Builder<X extends Number,Y extends Number> - Class in cern.extjfx.chart.data
Builder of ArrayData instances.
autoRange(double, double, double, double) - Method in class cern.extjfx.chart.LogarithmicAxis
 
autoRange(double, double, double, double) - Method in class cern.extjfx.chart.NumericAxis
 
autoRangePaddingProperty() - Method in class cern.extjfx.chart.NumericAxis
Fraction of the range to be applied as padding on both sides of the axis range.
autoRangeRoundingProperty() - Method in class cern.extjfx.chart.AbstractNumericAxis
With Axis.autoRangingProperty() on, defines if the range should be extended to the major tick unit value.
Axes - Class in cern.extjfx.chart
Static utility methods related to instances of Axis class.
AxisMode - Enum in cern.extjfx.chart
Defines mode of axis-related operations such as zooming or panning.
axisModeProperty() - Method in class cern.extjfx.chart.plugins.Panner
The mode defining axis along which the pan operation is allowed.
axisModeProperty() - Method in class cern.extjfx.chart.plugins.Zoomer
The mode defining axis along which the zoom can be performed.

B

binarySearch(ChartData<X, Y>, double) - Static method in class cern.extjfx.chart.data.DataUtils
Searches the specified ChartData for the data point with specified X coordinate using the binary search algorithm.
bindBounds(ValueAxis<?>, ValueAxis<?>) - Static method in class cern.extjfx.chart.Axes
Binds lower and upper bound of given axis to the specified observable axis.
BLACK_WHITE - Static variable in class cern.extjfx.chart.HeatMapChart.ColorGradient
Black to white gradient.
build() - Method in class cern.extjfx.chart.data.ArrayData.Builder
Builds ArrayData with given X and Y coordinates.
builder() - Static method in class cern.extjfx.chart.data.ArrayData
Creates a new builder of the ArrayData.

C

calculateMinorTickMarks() - Method in class cern.extjfx.chart.LogarithmicAxis
 
calculateMinorTickMarks() - Method in class cern.extjfx.chart.NumericAxis
 
calculateTickValues(double, Object) - Method in class cern.extjfx.chart.LogarithmicAxis
 
calculateTickValues(double, Object) - Method in class cern.extjfx.chart.NumericAxis
 
cern.extjfx.chart - package cern.extjfx.chart
Provides extensions of JavaFX charts, enriching them with a possibility to add custom plugins and overlaying the same or different types of charts.
cern.extjfx.chart.data - package cern.extjfx.chart.data
Contains classes related to chart data handling such as filtering, data reduction or search functionality.
cern.extjfx.chart.plugins - package cern.extjfx.chart.plugins
Provides the set of chart add-ons with capabilities such as zooming, panning or adding custom nodes to the chart.
cern.extjfx.chart.skin - package cern.extjfx.chart.skin
 
cern.extjfx.fxml - package cern.extjfx.fxml
 
cern.extjfx.samples.chart - package cern.extjfx.samples.chart
 
cern.extjfx.test - package cern.extjfx.test
 
ChartData<X extends Number,Y extends Number> - Interface in cern.extjfx.chart.data
Holder for data (X and Y) that can be displayed in chart.
ChartOverlay<X,Y> - Class in cern.extjfx.chart.plugins
Plugin that overlays chart pane or chart's plot area with given node i.e.
ChartOverlay(ChartOverlay.OverlayArea) - Constructor for class cern.extjfx.chart.plugins.ChartOverlay
Creates a new, empty ChartOverlay, initialized to overlay the specified area.
ChartOverlay(ChartOverlay.OverlayArea, Node) - Constructor for class cern.extjfx.chart.plugins.ChartOverlay
Creates a new ChartOverlay, initialized to overlay the specified area with given node.
ChartOverlay.OverlayArea - Enum in cern.extjfx.chart.plugins
Defines possible areas to be overlaid.
chartPaneProperty() - Method in class cern.extjfx.chart.XYChartPlugin
The associated XYChartPane.
ChartSamplesApp - Class in cern.extjfx.samples.chart
 
ChartSamplesApp() - Constructor for class cern.extjfx.samples.chart.ChartSamplesApp
 
clear() - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
 
clear() - Method in class cern.extjfx.chart.plugins.Zoomer
Clears the stack of zoom windows saved during zoom-in operations.
clearDependencies() - Method in class cern.extjfx.fxml.DefaultControllerFactory
Clears dependencies cache.
ColorGradient(Stop...) - Constructor for class cern.extjfx.chart.HeatMapChart.ColorGradient
Creates a new instance of ColorGradient.
colorGradientProperty() - Method in class cern.extjfx.chart.HeatMapChart
Color gradient (linear) used to encode data point values.
commonYAxisProperty() - Method in class cern.extjfx.chart.XYChartPane
Indicates whether overlay charts should share Y axis with the base chart or axis of each chart should be rendered separately.
computeRange(double, double, double, double) - Method in class cern.extjfx.chart.AbstractNumericAxis
Computes range of this axis, similarly to ValueAxis.autoRange(double, double, double, double).
computeRange(double, double, double, double) - Method in class cern.extjfx.chart.LogarithmicAxis
 
computeRange(double, double, double, double) - Method in class cern.extjfx.chart.NumericAxis
 
computeTickUnit(double) - Method in class cern.extjfx.chart.DefaultTickUnitSupplier
Computes tick unit using the following formula: tickUnit = M*10^E, where M is one of the multipliers specified in the constructor and E is an exponent of 10.
computeTickUnit(double) - Method in interface cern.extjfx.chart.TickUnitSupplier
Should return tick unit that is equal or grater to the given reference tick unit.
createController(Class<T>) - Method in class cern.extjfx.fxml.DefaultControllerFactory
Creates a new instance of the given controller class.
createControlPane() - Method in class cern.extjfx.samples.chart.HeatMapChartSample
 
createControlPane() - Method in class cern.extjfx.samples.chart.LargeDataSetsSample
 
createControlPane() - Method in class cern.extjfx.samples.chart.LogarithmicAxisSample
 
createDefaultSkin() - Method in class cern.extjfx.chart.SeriesTableView
 
createSamplePane() - Method in class cern.extjfx.samples.chart.HeatMapChartSample
 
createSamplePane() - Method in class cern.extjfx.samples.chart.LargeDataSetsSample
 
createSamplePane() - Method in class cern.extjfx.samples.chart.LogarithmicAxisSample
 
createSamplePane() - Method in class cern.extjfx.samples.chart.OverlayChartSample
 
CrosshairIndicator<X,Y> - Class in cern.extjfx.chart.plugins
Horizontal and vertical Line drawn on the plot area, crossing at the mouse cursor location, together with a Label displaying the cursor coordinates in data units.
CrosshairIndicator() - Constructor for class cern.extjfx.chart.plugins.CrosshairIndicator
Creates a new instance of CrosshairIndicator class.

D

dataOriginPointLocationProperty() - Method in class cern.extjfx.chart.HeatMapChart
Indicates how the chart will be drawn in terms of it's origin point - i.e.
DataPointTooltip<X,Y> - Class in cern.extjfx.chart.plugins
A tool tip label appearing next to the mouse cursor when placed over a data point's symbol.
DataPointTooltip() - Constructor for class cern.extjfx.chart.plugins.DataPointTooltip
Creates a new instance of DataPointTooltip class with {picking distance initialized to 5.
DataPointTooltip(double) - Constructor for class cern.extjfx.chart.plugins.DataPointTooltip
Creates a new instance of DataPointTooltip class.
dataProperty() - Method in class cern.extjfx.chart.data.DataReducingObservableList
Array data to be reduced.
dataProperty() - Method in class cern.extjfx.chart.HeatMapChart
HeatMapChart data.
dataProperty() - Method in class cern.extjfx.chart.SeriesTableView
ObservableList of series to be displayed in the TableViSew.
DataReducer<X extends Number,Y extends Number> - Interface in cern.extjfx.chart.data
Strategy reducing the number of data points.
dataReducerProperty() - Method in class cern.extjfx.chart.data.DataReducingObservableList
Property holding the data reduction strategy.
DataReducingObservableList<X extends Number,Y extends Number> - Class in cern.extjfx.chart.data
An implementation of an ObservableList that contains a reduced number of points with respect to the wrapped source list of data.
DataReducingObservableList(ValueAxis<X>) - Constructor for class cern.extjfx.chart.data.DataReducingObservableList
Creates a new instance of DataReducingObservableList without any data.
DataReducingObservableList(ValueAxis<X>, ObservableList<XYChart.Data<X, Y>>) - Constructor for class cern.extjfx.chart.data.DataReducingObservableList
 
DataReducingObservableList(ValueAxis<X>, ChartData<X, Y>) - Constructor for class cern.extjfx.chart.data.DataReducingObservableList
Creates a new instance of DataReducingObservableList.
DataUtils - Class in cern.extjfx.chart.data
Utility methods related to chart data.
DEFAULT_MAX_POINTS_COUNT - Static variable in class cern.extjfx.chart.data.DataReducingObservableList
DEFAULT_MOUSE_FILTER - Static variable in class cern.extjfx.chart.plugins.Panner
Default pan mouse filter passing on left mouse button with control key down.
DEFAULT_PICKING_DISTANCE - Static variable in class cern.extjfx.chart.plugins.DataPointTooltip
The default distance between the data point coordinates and mouse cursor that triggers showing the tool tip label.
DEFAULT_ZOOM_IN_MOUSE_FILTER - Static variable in class cern.extjfx.chart.plugins.Zoomer
Default zoom-in mouse filter passing on left mouse button (only).
DEFAULT_ZOOM_ORIGIN_MOUSE_FILTER - Static variable in class cern.extjfx.chart.plugins.Zoomer
Default zoom-origin mouse filter passing on right mouse button with control key down.
DEFAULT_ZOOM_OUT_MOUSE_FILTER - Static variable in class cern.extjfx.chart.plugins.Zoomer
Default zoom-out mouse filter passing on right mouse button (only).
DefaultControllerFactory - Class in cern.extjfx.fxml
A default factory for FXML controllers.
DefaultControllerFactory() - Constructor for class cern.extjfx.fxml.DefaultControllerFactory
 
DefaultData(X[], Y[], double[][]) - Constructor for class cern.extjfx.chart.HeatMapChart.DefaultData
Creates new instance.
DefaultDataReducer<X extends Number,Y extends Number> - Class in cern.extjfx.chart.data
DataReducer implementation based on a modified version of Ramer-Douglas-Peucker algorithm.
DefaultDataReducer() - Constructor for class cern.extjfx.chart.data.DefaultDataReducer
 
DefaultFormatter(AbstractNumericAxis) - Constructor for class cern.extjfx.chart.AbstractNumericAxis.DefaultFormatter
 
DefaultFormatter(AbstractNumericAxis, String, String) - Constructor for class cern.extjfx.chart.AbstractNumericAxis.DefaultFormatter
 
DefaultTickUnitSupplier - Class in cern.extjfx.chart
TickUnitSupplier that computes tick units as multiplications of powers of 10.
DefaultTickUnitSupplier() - Constructor for class cern.extjfx.chart.DefaultTickUnitSupplier
Creates a new instance of DefaultTickUnitSupplier initialized with multipliers: [1, 2.5, 5].
DefaultTickUnitSupplier(SortedSet<? extends Number>) - Constructor for class cern.extjfx.chart.DefaultTickUnitSupplier
Creates a new instance of DefaultTickUnitSupplier with specified multipliers.
doAdd(int, XYChart.Data<X, Y>) - Method in class cern.extjfx.chart.data.DataReducingObservableList
 
doAdd(int, T) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
 
doRemove(int) - Method in class cern.extjfx.chart.data.DataReducingObservableList
 
doRemove(int) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
 
doSet(int, XYChart.Data<X, Y>) - Method in class cern.extjfx.chart.data.DataReducingObservableList
 
doSet(int, T) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
 
dragCursorProperty() - Method in class cern.extjfx.chart.plugins.Panner
Mouse cursor to be used during drag operation.
dragCursorProperty() - Method in class cern.extjfx.chart.plugins.Zoomer
Mouse cursor to be used during drag operation.

E

enableAxisAutoRanging() - Method in class cern.extjfx.chart.XYChartPane
Enables auto-ranging property on both X and Y axis by calling XYChartPane.enableXAxisAutoRanging() and XYChartPane.enableYAxisAutoRanging().
enableXAxisAutoRanging() - Method in class cern.extjfx.chart.XYChartPane
Enables auto-ranging property on the base chart X axis.
enableYAxisAutoRanging() - Method in class cern.extjfx.chart.XYChartPane
Enables auto-ranging property on the base chart Y axis and possibly on overlay charts Y axes.

F

fireInvalidated() - Method in class cern.extjfx.chart.HeatMapChart.AbstractData
Notifies listeners that the data has been invalidated.
forceZeroInRangeProperty() - Method in class cern.extjfx.chart.NumericAxis
When set to true zero is always included in the visible range.
formatData(Axis<Y>, XYChart.Data<X, Y>) - Method in class cern.extjfx.chart.plugins.AbstractDataFormattingPlugin
Formats the data to be displayed by this plugin.
fromString(String) - Method in class cern.extjfx.chart.AbstractNumericAxis.DefaultFormatter
Converts given string to number, taking into account prefix and suffix.
FxInitializer - Class in cern.extjfx.test
Initializer of JavaFX environment.
FxJUnit4Runner - Class in cern.extjfx.test
Initializes the JavaFX environment and runs tests annotated with RunInFxThread in FX application thread.
FxJUnit4Runner(Class<?>) - Constructor for class cern.extjfx.test.FxJUnit4Runner
Creates a new JUnit runner that initializes the JavaFX environment.
FxmlView - Class in cern.extjfx.fxml
A view class that for a given controller (class or instance) loads corresponding FXML file and applies associated CSS file (if present).
FxmlView(Class<?>, Object...) - Constructor for class cern.extjfx.fxml.FxmlView
Creates a new instance of the FxmlView for the specified controllerClass and optional controller instances.

G

get(int) - Method in class cern.extjfx.chart.data.ArrayData
 
get(int) - Method in interface cern.extjfx.chart.data.ChartData
Returns data element at specified position.
get(int) - Method in class cern.extjfx.chart.data.DataReducingObservableList
 
get(int) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
 
get(int) - Method in class cern.extjfx.chart.data.ListData
 
getAutoRangePadding() - Method in class cern.extjfx.chart.NumericAxis
Returns the value of the NumericAxis.autoRangePaddingProperty().
getAxisMode() - Method in class cern.extjfx.chart.plugins.Panner
Returns the value of the Panner.axisModeProperty().
getAxisMode() - Method in class cern.extjfx.chart.plugins.Zoomer
Returns the value of the Zoomer.axisModeProperty().
getChart() - Method in class cern.extjfx.chart.XYChartPane
Returns the base chart associated with this pane.
getChartChildren() - Method in class cern.extjfx.chart.XYChartPlugin
Returns a list containing nodes that should be added to the list of child nodes of the associated XYChart's plot area children.
getChartPane() - Method in class cern.extjfx.chart.XYChartPlugin
Returns the value of the XYChartPlugin.chartPaneProperty().
getCharts() - Method in class cern.extjfx.chart.XYChartPlugin
Convenience method returning a list containing the chart pane base chart and all overlay charts.
getClassCssMetaData() - Static method in class cern.extjfx.chart.HeatMapChart
 
getClassCssMetaData() - Static method in class cern.extjfx.chart.NumericAxis
 
getClassCssMetaData() - Static method in class cern.extjfx.chart.XYChartPane
 
getColorGradient() - Method in class cern.extjfx.chart.HeatMapChart
Returns the value of the HeatMapChart.colorGradientProperty().
getController() - Method in class cern.extjfx.fxml.FxmlView
Returns the main controller of the view.
getControllerFactory() - Static method in class cern.extjfx.fxml.FxmlView
Returns the controller factory used to instantiate controllers.
getCssMetaData() - Method in class cern.extjfx.chart.HeatMapChart
getCssMetaData() - Method in class cern.extjfx.chart.NumericAxis
 
getCssMetaData() - Method in class cern.extjfx.chart.XYChartPane
 
getData() - Method in class cern.extjfx.chart.data.DataReducingObservableList
getData() - Method in class cern.extjfx.chart.HeatMapChart
Returns the value of the HeatMapChart.dataProperty().
getData() - Method in class cern.extjfx.chart.SeriesTableView
Returns the value of the SeriesTableView.dataProperty().
getDataOriginPoint() - Method in class cern.extjfx.chart.HeatMapChart
getDataReducer() - Method in class cern.extjfx.chart.data.DataReducingObservableList
Returns the data reduction strategy used by this list.
getDescription() - Method in class cern.extjfx.samples.chart.HeatMapChartSample
 
getDescription() - Method in class cern.extjfx.samples.chart.LargeDataSetsSample
 
getDescription() - Method in class cern.extjfx.samples.chart.LogarithmicAxisSample
 
getDescription() - Method in class cern.extjfx.samples.chart.OverlayChartSample
 
getDisplayPosition(Number) - Method in class cern.extjfx.chart.LogarithmicAxis
 
getDragCursor() - Method in class cern.extjfx.chart.plugins.Panner
Returns the value of the Panner.dragCursorProperty()
getDragCursor() - Method in class cern.extjfx.chart.plugins.Zoomer
Returns the value of the Zoomer.dragCursorProperty()
getInstanceProvider() - Method in class cern.extjfx.fxml.DefaultControllerFactory
Returns the currently used instance provider.
getLabelHorizontalAnchor() - Method in class cern.extjfx.chart.plugins.AbstractValueIndicator
getLabelHorizontalPosition() - Method in class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
getLabelPosition() - Method in class cern.extjfx.chart.plugins.AbstractSingleValueIndicator
getLabelVerticalAnchor() - Method in class cern.extjfx.chart.plugins.AbstractValueIndicator
getLabelVerticalPosition() - Method in class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
getLegendSide() - Method in class cern.extjfx.chart.XYChartPane
Returns the value of the XYChartPane.legendSideProperty().
getLocationInPlotArea(MouseEvent) - Method in class cern.extjfx.chart.XYChartPlugin
Converts mouse location within the scene to the location relative to the plot area.
getLogarithmBase() - Method in class cern.extjfx.chart.LogarithmicAxis
Returns the value of the LogarithmicAxis.logarithmBaseProperty().
getLowerBound() - Method in class cern.extjfx.chart.AbstractNumericAxis.Range
 
getLowerBound() - Method in class cern.extjfx.chart.data.Range
Returns the lower bound of the range
getLowerBound() - Method in class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
getMaxPointsCount() - Method in class cern.extjfx.chart.data.DataReducingObservableList
getMaxSize() - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
Returns the maximum size of this list.
getMouseFilter() - Method in class cern.extjfx.chart.plugins.Panner
Returns MouseEvent filter triggering pan operation.
getName() - Method in class cern.extjfx.samples.chart.HeatMapChartSample
 
getName() - Method in class cern.extjfx.samples.chart.LargeDataSetsSample
 
getName() - Method in class cern.extjfx.samples.chart.LogarithmicAxisSample
 
getName() - Method in class cern.extjfx.samples.chart.OverlayChartSample
 
getNode() - Method in class cern.extjfx.chart.plugins.ChartOverlay
Returns the value of the ChartOverlay.nodeProperty().
getOverlayArea() - Method in class cern.extjfx.chart.plugins.ChartOverlay
Returns the value of the ChartOverlay.overlayAreaProperty().
getOverlayCharts() - Method in class cern.extjfx.chart.XYChartPane
Returns a list of overlay charts rendered on top of the base chart.
getPickingDistance() - Method in class cern.extjfx.chart.plugins.DataPointTooltip
getPlotAreaBounds() - Method in class cern.extjfx.chart.XYChartPane
Returns bounds of the plot area within the coordinates of the ChartPane.
getPlotAreaBoundsInLocal() - Method in class cern.extjfx.chart.HeatMapChart
Returns bounds of plot area in the it's untransformed local coordinate space.
getPlotAreaBoundsInParent() - Method in class cern.extjfx.chart.HeatMapChart
Returns rectangular bounds of this chart's plot area which include its transforms.
getPlugins() - Method in class cern.extjfx.chart.XYChartPane
Returns a list of pluggins added to this chart pane.
getPropertiesProvider() - Method in class cern.extjfx.fxml.DefaultControllerFactory
Returns currently used properties provider.
getRange() - Method in class cern.extjfx.chart.AbstractNumericAxis
 
getRange() - Method in class cern.extjfx.chart.NumericAxis
 
getRootNode() - Method in class cern.extjfx.fxml.FxmlView
Returns the root node loaded from the FXML.
getScale() - Method in class cern.extjfx.chart.AbstractNumericAxis.Range
 
getStops() - Method in class cern.extjfx.chart.HeatMapChart.ColorGradient
Returns the gradient stops.
getText() - Method in class cern.extjfx.chart.plugins.AbstractValueIndicator
Returns the value of the AbstractValueIndicator.textProperty().
getTickFormat() - Method in class cern.extjfx.chart.AbstractNumericAxis.Range
 
getTickMarkLabel(Number) - Method in class cern.extjfx.chart.AbstractNumericAxis
Get the string label name for a tick mark with the given value
getTickUnit() - Method in class cern.extjfx.chart.NumericAxis
Returns tick unit value expressed in data units.
getTickUnitSupplier() - Method in class cern.extjfx.chart.NumericAxis
Returns the value of the NumericAxis.tickUnitSupplierProperty().
getTitle() - Method in class cern.extjfx.chart.XYChartPane
Returns the value of the XYChartPane.titleProperty().
getTitleSide() - Method in class cern.extjfx.chart.XYChartPane
Returns the value of the XYChartPane.titleSideProperty().
getUpperBound() - Method in class cern.extjfx.chart.AbstractNumericAxis.Range
 
getUpperBound() - Method in class cern.extjfx.chart.data.Range
Returns the upper bound of the range
getUpperBound() - Method in class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
getUserAgentStylesheet() - Method in class cern.extjfx.chart.XYChartPane
 
getValue() - Method in class cern.extjfx.chart.plugins.AbstractSingleValueIndicator
Returns the indicated value.
getValueAxis(XYChartPane<X, Y>) - Method in class cern.extjfx.chart.plugins.AbstractValueIndicator
Returns the ValueAxis that this indicator is associated with.
getValueAxis(XYChartPane<Number, Y>) - Method in class cern.extjfx.chart.plugins.XRangeIndicator
 
getValueAxis(XYChartPane<Number, Y>) - Method in class cern.extjfx.chart.plugins.XValueIndicator
 
getValueAxis(XYChartPane<X, Number>) - Method in class cern.extjfx.chart.plugins.YRangeIndicator
 
getValueAxis(XYChartPane<X, Number>) - Method in class cern.extjfx.chart.plugins.YValueIndicator
 
getValueForDisplay(double) - Method in class cern.extjfx.chart.LogarithmicAxis
 
getXAsDouble(int) - Method in class cern.extjfx.chart.data.ArrayData
 
getXAsDouble(int) - Method in interface cern.extjfx.chart.data.ChartData
Returns the X coordinate of the data at specified position.
getXAsDouble(int) - Method in class cern.extjfx.chart.data.ListData
 
getXAxis() - Method in class cern.extjfx.chart.HeatMapChart
Returns the x axis.
getXFormatter() - Method in class cern.extjfx.chart.SeriesTableView
Returns the default X coordinates formatter.
getXFormatter(XYChart.Series<X, Y>) - Method in class cern.extjfx.chart.SeriesTableView
Returns a formatter to be used for X coordinates of given series.
getXSize() - Method in interface cern.extjfx.chart.HeatMapChart.Data
Size of the data along X axis.
getXSize() - Method in class cern.extjfx.chart.HeatMapChart.DefaultData
 
getXValue(int) - Method in interface cern.extjfx.chart.HeatMapChart.Data
Returns X coordinate at given index.
getXValue(int) - Method in class cern.extjfx.chart.HeatMapChart.DefaultData
 
getXValueFormatter() - Method in class cern.extjfx.chart.plugins.AbstractDataFormattingPlugin
getYAsDouble(int) - Method in class cern.extjfx.chart.data.ArrayData
 
getYAsDouble(int) - Method in interface cern.extjfx.chart.data.ChartData
Returns the Y coordinate of the data at specified position.
getYAsDouble(int) - Method in class cern.extjfx.chart.data.ListData
 
getYAxis() - Method in class cern.extjfx.chart.HeatMapChart
Returns the y axis.
getYFormatter() - Method in class cern.extjfx.chart.SeriesTableView
Returns the default formatter to be used for Y coordinates.
getYFormatter(XYChart.Series<X, Y>) - Method in class cern.extjfx.chart.SeriesTableView
Returns a formatter to be used for Y coordinates of given series.
getYSize() - Method in interface cern.extjfx.chart.HeatMapChart.Data
Size of the data along Y axis.
getYSize() - Method in class cern.extjfx.chart.HeatMapChart.DefaultData
 
getYValue(int) - Method in interface cern.extjfx.chart.HeatMapChart.Data
Returns Y coordinate at given index.
getYValue(int) - Method in class cern.extjfx.chart.HeatMapChart.DefaultData
 
getYValueFormatter() - Method in class cern.extjfx.chart.plugins.AbstractDataFormattingPlugin
getZAxis() - Method in class cern.extjfx.chart.HeatMapChart
Returns the Z axis representing scale of Data Z values.
getZoomDuration() - Method in class cern.extjfx.chart.plugins.Zoomer
Returns the value of the Zoomer.zoomDurationProperty().
getZoomInMouseFilter() - Method in class cern.extjfx.chart.plugins.Zoomer
Returns zoom-in mouse event filter.
getZoomOriginMouseFilter() - Method in class cern.extjfx.chart.plugins.Zoomer
Returns zoom-origin mouse filter.
getZoomOutMouseFilter() - Method in class cern.extjfx.chart.plugins.Zoomer
Returns zoom-out mouse filter.
getZValue(int, int) - Method in interface cern.extjfx.chart.HeatMapChart.Data
Returns the Z value for given X and Y coordinate index.
getZValue(int, int) - Method in class cern.extjfx.chart.HeatMapChart.DefaultData
 

H

hasBoundedRange(ValueAxis<?>) - Static method in class cern.extjfx.chart.Axes
Indicates if the given axis lower and/or upper bound property is bound.
HeatMapChart<X,Y> - Class in cern.extjfx.chart
HeatMapChart is a specialized chart that uses colors to represent data values.
HeatMapChart(Axis<X>, Axis<Y>) - Constructor for class cern.extjfx.chart.HeatMapChart
Construct a new HeatMapChart with the given axis.
HeatMapChart.AbstractData<X,Y> - Class in cern.extjfx.chart
Abstract data implementing Observable interface.
HeatMapChart.ColorGradient - Class in cern.extjfx.chart
ColorGradient class provides colors to encode data values.
HeatMapChart.Data<X,Y> - Interface in cern.extjfx.chart
Heat map data.
HeatMapChart.DataOriginPointLocation - Enum in cern.extjfx.chart
Defines possible location of chart origin, i.e.
HeatMapChart.DefaultData<X,Y> - Class in cern.extjfx.chart
HeatMapChart.Data implementation based on arrays.
HeatMapChartSample - Class in cern.extjfx.samples.chart
 
HeatMapChartSample() - Constructor for class cern.extjfx.samples.chart.HeatMapChartSample
 
horizontalGridLinesVisibleProperty() - Method in class cern.extjfx.chart.HeatMapChart
Indicates whether horizontal grid lines are visible or not.

I

initialize() - Static method in class cern.extjfx.test.FxInitializer
Initializes the JavaFX toolkit.
insertionIndex(ChartData<X, Y>, double) - Static method in class cern.extjfx.chart.data.DataUtils
Returns insertion index of specified X coordinate within given chart data.
isAnimated() - Method in class cern.extjfx.chart.plugins.Zoomer
Returns the value of the Zoomer.animatedProperty().
isAutoRangeRounding() - Method in class cern.extjfx.chart.AbstractNumericAxis
isCategoryAxis(Axis<?>) - Static method in class cern.extjfx.chart.Axes
Returns true if given axis is an instance of CategoryAxis.
isCommonYAxis() - Method in class cern.extjfx.chart.XYChartPane
Returns the value of the XYChartPane.commonYAxisProperty().
isForceZeroInRange() - Method in class cern.extjfx.chart.NumericAxis
Returns the value of the NumericAxis.forceZeroInRangeProperty().
isHorizontalGridLinesVisible() - Method in class cern.extjfx.chart.HeatMapChart
Indicates whether horizontal grid lines are visible.
isLegendVisible() - Method in class cern.extjfx.chart.XYChartPane
Returns the value of the XYChartPane.legendVisibleProperty().
isSmooth() - Method in class cern.extjfx.chart.HeatMapChart
Returns the value of the HeatMapChart.smoothProperty().
isValueAxis(Axis<?>) - Static method in class cern.extjfx.chart.Axes
Returns true if given axis is an instance of ValueAxis.
isVerticalGridLinesVisible() - Method in class cern.extjfx.chart.HeatMapChart
Indicates whether vertical grid lines are visible.

L

label - Variable in class cern.extjfx.chart.plugins.AbstractValueIndicator
 
labelHorizontalAnchorProperty() - Method in class cern.extjfx.chart.plugins.AbstractValueIndicator
Specifies anchor of the text label with respect to the horizontal label position i.e.
labelHorizontalPositionProperty() - Method in class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
Relative horizontal position of the text label on the plot area, with value between 0.0 (left) and 1.0 (right).
labelPositionProperty() - Method in class cern.extjfx.chart.plugins.AbstractSingleValueIndicator
Relative position, between 0.0 (left, bottom) and 1.0 (right, top) of the description label in the plot area.
labelVerticalAnchorProperty() - Method in class cern.extjfx.chart.plugins.AbstractValueIndicator
Specifies anchor of the text label with respect to the vertical label position i.e.
labelVerticalPositionProperty() - Method in class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
Relative vertical position of the text label on the plot area, with value between 0.0 (bottom) and 1.0 (top).
LargeDataSetsSample - Class in cern.extjfx.samples.chart
 
LargeDataSetsSample() - Constructor for class cern.extjfx.samples.chart.LargeDataSetsSample
 
layout(Bounds) - Method in class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
Layouts the rectangle and label within given bounds.
layoutChartChildren(double, double, double, double) - Method in class cern.extjfx.chart.HeatMapChart
 
layoutChildren() - Method in class cern.extjfx.chart.plugins.ChartOverlay
 
layoutChildren() - Method in class cern.extjfx.chart.plugins.XRangeIndicator
 
layoutChildren() - Method in class cern.extjfx.chart.plugins.XValueIndicator
 
layoutChildren() - Method in class cern.extjfx.chart.plugins.YRangeIndicator
 
layoutChildren() - Method in class cern.extjfx.chart.plugins.YValueIndicator
 
layoutChildren() - Method in class cern.extjfx.chart.XYChartPane
 
layoutChildren() - Method in class cern.extjfx.chart.XYChartPlugin
Optional method that allows the plug-in to react in case the size of the XYChartPane that it belongs to has changed.
layoutLabel(Bounds, double, double) - Method in class cern.extjfx.chart.plugins.AbstractValueIndicator
Layouts the label within specified bounds and given horizontal and vertical position, taking into account horizontal and vertical anchor.
layoutLine(double, double, double, double) - Method in class cern.extjfx.chart.plugins.AbstractSingleValueIndicator
Sets the line coordinates.
legendSideProperty() - Method in class cern.extjfx.chart.XYChartPane
Side of the chart pane where the legend should be displayed.
legendVisibleProperty() - Method in class cern.extjfx.chart.XYChartPane
Indicates whether the chart legend should be visible.
LimitedFifoObservableList<T> - Class in cern.extjfx.chart.data
This class provides a limited list with circular behavior.
LimitedFifoObservableList(int) - Constructor for class cern.extjfx.chart.data.LimitedFifoObservableList
Creates a new ObservableList with the maximum element count of maxSize.
line - Variable in class cern.extjfx.chart.plugins.AbstractSingleValueIndicator
Line indicating the value.
LinearDataReducer<X extends Number,Y extends Number> - Class in cern.extjfx.chart.data
Implementation of the DataReducer that reduces a large data set to the number of visible pixels The algorithm goes through the data along the X axis from xMin to xMax.
LinearDataReducer() - Constructor for class cern.extjfx.chart.data.LinearDataReducer
 
ListData<X extends Number,Y extends Number> - Class in cern.extjfx.chart.data
An implementation of ChartData backed up by an ObservableList of XYChart.Data objects.
ListData(ObservableList<XYChart.Data<X, Y>>) - Constructor for class cern.extjfx.chart.data.ListData
Creates a new instance.
logarithmBaseProperty() - Method in class cern.extjfx.chart.LogarithmicAxis
Base of the logarithm used by the axis, must be grater than 1.
LogarithmicAxis - Class in cern.extjfx.chart
Logarithmic axis with configurable base.
LogarithmicAxis() - Constructor for class cern.extjfx.chart.LogarithmicAxis
Creates an auto-ranging LogarithmicAxis.
LogarithmicAxis(String) - Constructor for class cern.extjfx.chart.LogarithmicAxis
Creates an auto-ranging LogarithmicAxis with given label.
LogarithmicAxis(String, double, double) - Constructor for class cern.extjfx.chart.LogarithmicAxis
Create a non-auto-ranging NumberAxis with the given upper bound, lower bound and tick unit
LogarithmicAxisSample - Class in cern.extjfx.samples.chart
 
LogarithmicAxisSample() - Constructor for class cern.extjfx.samples.chart.LogarithmicAxisSample
 
lowerBoundProperty() - Method in class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
Lower bound (min value) of the range to be indicated.

M

main(String[]) - Static method in class cern.extjfx.samples.chart.ChartSamplesApp
 
maxPointsCountProperty() - Method in class cern.extjfx.chart.data.DataReducingObservableList
The maximum number of points that the list should contain after the reduction.
measureTickMarkSize(Number, Object) - Method in class cern.extjfx.chart.AbstractNumericAxis
 
measureTickMarkSizeWithFormat(Number, String) - Method in class cern.extjfx.chart.AbstractNumericAxis
 

N

nodeProperty() - Method in class cern.extjfx.chart.plugins.ChartOverlay
The node to be overlaid on top of the overlay area.
NumericAxis - Class in cern.extjfx.chart
Linear numeric axis.
NumericAxis() - Constructor for class cern.extjfx.chart.NumericAxis
Creates an auto-ranging NumericAxis.
NumericAxis(double, double, double) - Constructor for class cern.extjfx.chart.NumericAxis
Creates a non-auto-ranging NumericAxis with the given upper bound, lower bound and tick unit.
NumericAxis(String, double, double, double) - Constructor for class cern.extjfx.chart.NumericAxis
Create a non-auto-ranging NumericAxis with the given upper bound, lower bound and tick unit.

O

of(byte[]) - Static method in class cern.extjfx.chart.data.ArrayData
Returns ArrayData with given Y coordinates.
of(byte[], byte[]) - Static method in class cern.extjfx.chart.data.ArrayData
Returns ArrayData with given X and Y coordinates.
of(short[]) - Static method in class cern.extjfx.chart.data.ArrayData
Returns ArrayData with given Y coordinates.
of(short[], short[]) - Static method in class cern.extjfx.chart.data.ArrayData
Returns ArrayData with given X and Y coordinates.
of(int[]) - Static method in class cern.extjfx.chart.data.ArrayData
Returns ArrayData with given Y coordinates.
of(int[], int[]) - Static method in class cern.extjfx.chart.data.ArrayData
Returns ArrayData with given X and Y coordinates.
of(long[]) - Static method in class cern.extjfx.chart.data.ArrayData
Returns ArrayData with given Y coordinates.
of(long[], long[]) - Static method in class cern.extjfx.chart.data.ArrayData
Returns ArrayData with given X and Y coordinates.
of(float[]) - Static method in class cern.extjfx.chart.data.ArrayData
Returns ArrayData with given Y coordinates.
of(float[], float[]) - Static method in class cern.extjfx.chart.data.ArrayData
Returns ArrayData with given X and Y coordinates.
of(double[]) - Static method in class cern.extjfx.chart.data.ArrayData
Returns ArrayData with given Y coordinates.
of(double[], double[]) - Static method in class cern.extjfx.chart.data.ArrayData
Returns ArrayData with given X and Y coordinates.
overlayAreaProperty() - Method in class cern.extjfx.chart.plugins.ChartOverlay
Specifies the ChartOverlay.OverlayArea to be covered by the node.
OverlayChartSample - Class in cern.extjfx.samples.chart
 
OverlayChartSample() - Constructor for class cern.extjfx.samples.chart.OverlayChartSample
 

P

Panner - Class in cern.extjfx.chart.plugins
Allows dragging the visible plot area along X and/or Y axis, changing the visible axis range.
Panner() - Constructor for class cern.extjfx.chart.plugins.Panner
Creates a new instance of Panner class with XY axisMode.
Panner(AxisMode) - Constructor for class cern.extjfx.chart.plugins.Panner
Creates a new instance of Panner class.
pickingDistanceProperty() - Method in class cern.extjfx.chart.plugins.DataPointTooltip
Distance of the mouse cursor from the data point (expressed in display units) that should trigger showing the tool tip.

R

RAINBOW - Static variable in class cern.extjfx.chart.HeatMapChart.ColorGradient
Rainbow colors gradient: violet, indigo, blue, green, yellow, orange and red.
Range(double, double, double, String) - Constructor for class cern.extjfx.chart.AbstractNumericAxis.Range
Creates new Range.
Range<C extends Comparable<C>> - Class in cern.extjfx.chart.data
Closed range of comparable values.
Range(C, C) - Constructor for class cern.extjfx.chart.data.Range
 
rectangle - Variable in class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
Rectangle indicating the range.
reduce(ChartData<X, Y>, Range<Double>, int) - Method in interface cern.extjfx.chart.data.DataReducer
Reduces the number of data points to be equal or less than specified maxPointsCount.
reduce(ChartData<X, Y>, Range<Double>, int) - Method in class cern.extjfx.chart.data.DefaultDataReducer
 
reduce(ChartData<Number, Number>, Range<Double>, int) - Method in class cern.extjfx.chart.data.LinearDataReducer
 
reduce(double[], double[], double, double, int) - Method in class cern.extjfx.chart.data.LinearDataReducer
Algorithm that actually does the work.
registerMouseEventHandler(EventType<MouseEvent>, EventHandler<MouseEvent>) - Method in class cern.extjfx.chart.XYChartPlugin
Registers event handlers that should be added to the XYChartPane node when the plugin is added to the pane and are removed once the plugin is removed from the pane.
remove(Object) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
remove(int) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
remove(int, int) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
removeAll(Collection<?>) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
removeAll(T...) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
removeIf(Predicate<? super T>) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
removeListener(InvalidationListener) - Method in class cern.extjfx.chart.data.ArrayData
 
removeListener(InvalidationListener) - Method in class cern.extjfx.chart.data.ListData
 
removeListener(InvalidationListener) - Method in class cern.extjfx.chart.HeatMapChart.AbstractData
 
replaceAll(UnaryOperator<T>) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
retainAll(Collection<?>) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
retainAll(T...) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
runChild(FrameworkMethod, RunNotifier) - Method in class cern.extjfx.test.FxJUnit4Runner
 
RunInFxThread - Annotation Type in cern.extjfx.test
Indicates that given method should be executed within FX Application Thread.

S

SeriesTableView<X,Y> - Class in cern.extjfx.chart
TableView displaying XYChart.Series data in columns.
SeriesTableView() - Constructor for class cern.extjfx.chart.SeriesTableView
Creates a new instance
SeriesTableView(XYChart.Series<X, Y>) - Constructor for class cern.extjfx.chart.SeriesTableView
Creates a new instance of SeriesTableView displaying specified series.
SeriesTableView(ObservableList<XYChart.Series<X, Y>>) - Constructor for class cern.extjfx.chart.SeriesTableView
Creates a new instance of SeriesTableView displaying specified series.
SeriesTableView(ObservableValue<ObservableList<XYChart.Series<X, Y>>>) - Constructor for class cern.extjfx.chart.SeriesTableView
Creates a new instance of SeriesTableView displaying list of series from the given observable value, binding the SeriesTableView.dataProperty() to given observable value.
SeriesTableViewSkin<X,Y> - Class in cern.extjfx.chart.skin
Default skin of the SeriesTableView.
SeriesTableViewSkin(SeriesTableView<X, Y>) - Constructor for class cern.extjfx.chart.skin.SeriesTableViewSkin
Creates a new instance of SeriesTableViewSkin.
set(int, T) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
set(X[], Y[], double[][]) - Method in class cern.extjfx.chart.HeatMapChart.DefaultData
Sets the data.
setAll(Collection<? extends T>) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
setAll(T...) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
setAnimated(boolean) - Method in class cern.extjfx.chart.plugins.Zoomer
Sets the value of the Zoomer.animatedProperty().
setAutoRangePadding(double) - Method in class cern.extjfx.chart.NumericAxis
setAutoRangeRounding(boolean) - Method in class cern.extjfx.chart.AbstractNumericAxis
setAxisMode(AxisMode) - Method in class cern.extjfx.chart.plugins.Panner
Sets the value of the Panner.axisModeProperty().
setAxisMode(AxisMode) - Method in class cern.extjfx.chart.plugins.Zoomer
Sets the value of the Zoomer.axisModeProperty().
setChartPane(XYChartPane<X, Y>) - Method in class cern.extjfx.chart.XYChartPlugin
Called by the XYChartPane when the plugin is added to it.
setColorGradient(HeatMapChart.ColorGradient) - Method in class cern.extjfx.chart.HeatMapChart
setCommonYAxis(boolean) - Method in class cern.extjfx.chart.XYChartPane
Sets the value of the XYChartPane.commonYAxisProperty().
setControllerFactory(Function<Class<?>, Object>) - Static method in class cern.extjfx.fxml.FxmlView
Sets the controller factory used to instantiate controllers.
setData(ChartData<X, Y>) - Method in class cern.extjfx.chart.data.DataReducingObservableList
setData(HeatMapChart.Data<X, Y>) - Method in class cern.extjfx.chart.HeatMapChart
Sets the data.
setData(ObservableList<XYChart.Series<X, Y>>) - Method in class cern.extjfx.chart.SeriesTableView
Sets the value of the SeriesTableView.dataProperty().
setDataOriginPointLocation(HeatMapChart.DataOriginPointLocation) - Method in class cern.extjfx.chart.HeatMapChart
setDataReducer(DataReducer<X, Y>) - Method in class cern.extjfx.chart.data.DataReducingObservableList
Sets the data reduction strategy to be used.
setDependency(Class<?>, Object) - Method in class cern.extjfx.fxml.DefaultControllerFactory
Stores given dependency in a cache.
setDragCursor(Cursor) - Method in class cern.extjfx.chart.plugins.Panner
Sets value of the Panner.dragCursorProperty().
setDragCursor(Cursor) - Method in class cern.extjfx.chart.plugins.Zoomer
Sets value of the Zoomer.dragCursorProperty().
setForceZeroInRange(boolean) - Method in class cern.extjfx.chart.NumericAxis
setHorizontalGridLinesVisible(boolean) - Method in class cern.extjfx.chart.HeatMapChart
setInstanceProvider(Function<Class<?>, Object>) - Method in class cern.extjfx.fxml.DefaultControllerFactory
Sets the specified instance provider to be used by the factory to retrieve instances of necessary types.
setLabelHorizontalAnchor(HPos) - Method in class cern.extjfx.chart.plugins.AbstractValueIndicator
setLabelHorizontalPosition(double) - Method in class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
setLabelPosition(double) - Method in class cern.extjfx.chart.plugins.AbstractSingleValueIndicator
setLabelVerticalAnchor(VPos) - Method in class cern.extjfx.chart.plugins.AbstractValueIndicator
setLabelVerticalPosition(double) - Method in class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
setLegendSide(Side) - Method in class cern.extjfx.chart.XYChartPane
Sets the value of the XYChartPane.legendSideProperty().
setLegendVisible(boolean) - Method in class cern.extjfx.chart.XYChartPane
setLogarithmBase(double) - Method in class cern.extjfx.chart.LogarithmicAxis
setLogger(Consumer<String>) - Method in class cern.extjfx.fxml.DefaultControllerFactory
Installs logger receiving debug information.
setLowerBound(double) - Method in class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
setMaxPointsCount(int) - Method in class cern.extjfx.chart.data.DataReducingObservableList
setMouseFilter(Predicate<MouseEvent>) - Method in class cern.extjfx.chart.plugins.Panner
Sets the filter determining whether given MouseEvent triggered on event type should start the panning operation.
setNode(Node) - Method in class cern.extjfx.chart.plugins.ChartOverlay
Sets the value of the ChartOverlay.nodeProperty().
setOverlayArea(ChartOverlay.OverlayArea) - Method in class cern.extjfx.chart.plugins.ChartOverlay
Sets the value of the ChartOverlay.overlayAreaProperty().
setPickingDistance(double) - Method in class cern.extjfx.chart.plugins.DataPointTooltip
setPropertiesProvider(Function<String, Object>) - Method in class cern.extjfx.fxml.DefaultControllerFactory
Sets properties provider to be used.
setRange(Object, boolean) - Method in class cern.extjfx.chart.AbstractNumericAxis
 
setRange(Object, boolean) - Method in class cern.extjfx.chart.NumericAxis
 
setSmooth(boolean) - Method in class cern.extjfx.chart.HeatMapChart
Sets the value of the HeatMapChart.smoothProperty().
setText(String) - Method in class cern.extjfx.chart.plugins.AbstractValueIndicator
setTickUnit(double) - Method in class cern.extjfx.chart.NumericAxis
Sets the value of the NumericAxis.tickUnitProperty().
setTickUnitSupplier(TickUnitSupplier) - Method in class cern.extjfx.chart.NumericAxis
setTitle(String) - Method in class cern.extjfx.chart.XYChartPane
Sets the value of the XYChartPane.titleProperty().
setTitleSide(Side) - Method in class cern.extjfx.chart.XYChartPane
Sets the value of the XYChartPane.titleSideProperty().
setUpperBound(double) - Method in class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
setValue(double) - Method in class cern.extjfx.chart.plugins.AbstractSingleValueIndicator
Sets the value that should be indicated.
setVerticalGridLinesVisible(boolean) - Method in class cern.extjfx.chart.HeatMapChart
setXFormatter(StringConverter<X>) - Method in class cern.extjfx.chart.SeriesTableView
Sets a default formatter to be used for X coordinates.
setXFormatter(StringConverter<X>, XYChart.Series<X, Y>) - Method in class cern.extjfx.chart.SeriesTableView
Sets a formatter to be used for X coordinates of given series.
setXValueFormatter(StringConverter<X>) - Method in class cern.extjfx.chart.plugins.AbstractDataFormattingPlugin
setYFormatter(StringConverter<Y>) - Method in class cern.extjfx.chart.SeriesTableView
Sets a default formatter to be used for Y coordinates.
setYFormatter(StringConverter<Y>, XYChart.Series<X, Y>) - Method in class cern.extjfx.chart.SeriesTableView
Sets a formatter to be used for Y coordinates of given series.
setYValueFormatter(StringConverter<Y>) - Method in class cern.extjfx.chart.plugins.AbstractDataFormattingPlugin
setZoomDuration(Duration) - Method in class cern.extjfx.chart.plugins.Zoomer
Sets the value of the Zoomer.zoomDurationProperty().
setZoomInMouseFilter(Predicate<MouseEvent>) - Method in class cern.extjfx.chart.plugins.Zoomer
Sets filter on DRAG_DETECTED events that should start zoom-in operation.
setZoomOriginMouseFilter(Predicate<MouseEvent>) - Method in class cern.extjfx.chart.plugins.Zoomer
Sets filter on MOUSE_CLICKED events that should trigger zoom-origin operation.
setZoomOutMouseFilter(Predicate<MouseEvent>) - Method in class cern.extjfx.chart.plugins.Zoomer
Sets filter on MOUSE_CLICKED events that should trigger zoom-out operation.
size() - Method in class cern.extjfx.chart.data.ArrayData
 
size() - Method in interface cern.extjfx.chart.data.ChartData
Returns the number of XYChart.Data elements.
size() - Method in class cern.extjfx.chart.data.DataReducingObservableList
 
size() - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
 
size() - Method in class cern.extjfx.chart.data.ListData
 
smoothProperty() - Method in class cern.extjfx.chart.HeatMapChart
Indicates if the chart should smooth colors between data points or render each data point as a rectangle with uniform color.
sort(Comparator<? super T>) - Method in class cern.extjfx.chart.data.LimitedFifoObservableList
This method is not supported in a FIFO list.
start(Stage) - Method in class cern.extjfx.samples.chart.ChartSamplesApp
 
STYLE_CLASS - Static variable in class cern.extjfx.chart.SeriesTableView
Name of the CCS class of this control.
STYLE_CLASS_LABEL - Static variable in class cern.extjfx.chart.plugins.CrosshairIndicator
Name of the CSS class of the label displaying mouse coordinates.
STYLE_CLASS_LABEL - Static variable in class cern.extjfx.chart.plugins.DataPointTooltip
Name of the CSS class of the tool tip label.
STYLE_CLASS_PATH - Static variable in class cern.extjfx.chart.plugins.CrosshairIndicator
Name of the CSS class of the horizontal and vertical lines path.
STYLE_CLASS_ZOOM_RECT - Static variable in class cern.extjfx.chart.plugins.Zoomer
Name of the CCS class of the zoom rectangle.
SUNRISE - Static variable in class cern.extjfx.chart.HeatMapChart.ColorGradient
Red, yellow, white.

T

textProperty() - Method in class cern.extjfx.chart.plugins.AbstractValueIndicator
Text to be displayed by the label.
tickUnitProperty() - Method in class cern.extjfx.chart.NumericAxis
The value between each major tick mark in data units.
TickUnitSupplier - Interface in cern.extjfx.chart
Supplier of Axis tick units that is expected to compute a tick unit that is equal or grater than the one given as argument.
tickUnitSupplierProperty() - Method in class cern.extjfx.chart.NumericAxis
Strategy to compute major tick unit when auto-range is on or when axis bounds change.
titleProperty() - Method in class cern.extjfx.chart.XYChartPane
Title property.
titleSideProperty() - Method in class cern.extjfx.chart.XYChartPane
The side of the chart where the title is displayed.
toDataPoint(Axis<Y>, Point2D) - Method in class cern.extjfx.chart.XYChartPlugin
Converts given display point within the plot area coordinates to the corresponding data point within data coordinates.
toDisplayPoint(Axis<Y>, XYChart.Data<X, Y>) - Method in class cern.extjfx.chart.XYChartPlugin
Converts given point in data coordinates to a point in display coordinates.
toObservableList() - Method in class cern.extjfx.chart.data.ArrayData
Converts the ArrayData to an ObservableList of XYChart.Data points that can be added directly to the chart XYChart.Series.
toPlotArea(Point2D) - Method in class cern.extjfx.chart.XYChartPane
Translates point from ChartPane coordinates to the plot area coordinates.
toPlotArea(double, double) - Method in class cern.extjfx.chart.XYChartPane
Translates point from chart pane coordinates to the plot area coordinates.
toPlotArea(Bounds) - Method in class cern.extjfx.chart.XYChartPane
Translates bounds from chart pane coordinates to the plot area coordinates.
toString(Number) - Method in class cern.extjfx.chart.AbstractNumericAxis.DefaultFormatter
Formats given number.
toString() - Method in class cern.extjfx.chart.data.Range
 
toValueAxis(Axis<?>) - Static method in class cern.extjfx.chart.Axes
Casts given axis to ValueAxis.

U

unbindBounds(ValueAxis<?>) - Static method in class cern.extjfx.chart.Axes
Unbinds lower and upper bound of given axis.
upperBoundProperty() - Method in class cern.extjfx.chart.plugins.AbstractRangeValueIndicator
Upper bound (max value) of the range to be indicated.

V

valueOf(String) - Static method in enum cern.extjfx.chart.AxisMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cern.extjfx.chart.HeatMapChart.DataOriginPointLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cern.extjfx.chart.plugins.ChartOverlay.OverlayArea
Returns the enum constant of this type with the specified name.
valueProperty() - Method in class cern.extjfx.chart.plugins.AbstractSingleValueIndicator
Value indicated by this plugin.
values() - Static method in enum cern.extjfx.chart.AxisMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cern.extjfx.chart.HeatMapChart.DataOriginPointLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cern.extjfx.chart.plugins.ChartOverlay.OverlayArea
Returns an array containing the constants of this enum type, in the order they are declared.
verticalGridLinesVisibleProperty() - Method in class cern.extjfx.chart.HeatMapChart
Indicates whether vertical grid lines are visible or not.

W

WHITE_BLACK - Static variable in class cern.extjfx.chart.HeatMapChart.ColorGradient
White to black gradient.

X

x(byte[]) - Method in class cern.extjfx.chart.data.ArrayData.Builder
Initializes X values with specified array.
x(short[]) - Method in class cern.extjfx.chart.data.ArrayData.Builder
Initializes X values with specified array.
x(int[]) - Method in class cern.extjfx.chart.data.ArrayData.Builder
Initializes X values with specified array.
x(long[]) - Method in class cern.extjfx.chart.data.ArrayData.Builder
Initializes X values with specified array.
x(float[]) - Method in class cern.extjfx.chart.data.ArrayData.Builder
Initializes X values with specified array.
x(double[]) - Method in class cern.extjfx.chart.data.ArrayData.Builder
Initializes X values with specified array.
XRangeIndicator<Y> - Class in cern.extjfx.chart.plugins
A rectangle drawn on the plot area, covering specified range of X values, with an optional text label describing the range.
XRangeIndicator(double, double) - Constructor for class cern.extjfx.chart.plugins.XRangeIndicator
Creates a new instance of the indicator.
XRangeIndicator(double, double, String) - Constructor for class cern.extjfx.chart.plugins.XRangeIndicator
Creates a new instance of the indicator.
xValueFormatterProperty() - Method in class cern.extjfx.chart.plugins.AbstractDataFormattingPlugin
StringConverter used to format X values.
XValueIndicator<Y> - Class in cern.extjfx.chart.plugins
A vertical line drawn on the plot area, indicating specified X value, with an optional text label describing the value.
XValueIndicator(double) - Constructor for class cern.extjfx.chart.plugins.XValueIndicator
Creates a new instance of the indicator.
XValueIndicator(double, String) - Constructor for class cern.extjfx.chart.plugins.XValueIndicator
Creates a new instance of the indicator.
XYChartPane<X,Y> - Class in cern.extjfx.chart
A pane for XYCharts that allows adding custom chart plugins and overlay different chart types.
XYChartPane(XYChart<X, Y>) - Constructor for class cern.extjfx.chart.XYChartPane
Creates a new instance of ChartPane with given chart.
XYChartPlugin<X,Y> - Class in cern.extjfx.chart
Represents an add-on to a XYChart that can either annotate/decorate the chart or perform some interactions with it.
XYChartPlugin() - Constructor for class cern.extjfx.chart.XYChartPlugin
Creates a new instance of the ChartPlugin.

Y

y(byte[]) - Method in class cern.extjfx.chart.data.ArrayData.Builder
Initializes Y values with specified array.
y(short[]) - Method in class cern.extjfx.chart.data.ArrayData.Builder
Initializes Y values with specified array.
y(int[]) - Method in class cern.extjfx.chart.data.ArrayData.Builder
Initializes Y values with specified array.
y(long[]) - Method in class cern.extjfx.chart.data.ArrayData.Builder
Initializes Y values with specified array.
y(float[]) - Method in class cern.extjfx.chart.data.ArrayData.Builder
Initializes Y values with specified array.
y(double[]) - Method in class cern.extjfx.chart.data.ArrayData.Builder
Initializes Y values with specified array.
YRangeIndicator<X> - Class in cern.extjfx.chart.plugins
A rectangle drawn on the plot area, covering specified range of Y values, with an optional text label describing the range.
YRangeIndicator(double, double) - Constructor for class cern.extjfx.chart.plugins.YRangeIndicator
Creates a new instance that indicates given Y range of the base chart.
YRangeIndicator(double, double, String) - Constructor for class cern.extjfx.chart.plugins.YRangeIndicator
Creates a new instance that indicates given Y range of the base chart.
YRangeIndicator(double, double, ValueAxis<Number>) - Constructor for class cern.extjfx.chart.plugins.YRangeIndicator
Creates a new instance that indicates given Y range of the specified Y axis.
yValueFormatterProperty() - Method in class cern.extjfx.chart.plugins.AbstractDataFormattingPlugin
StringConverter used to format Y values.
YValueIndicator<X> - Class in cern.extjfx.chart.plugins
A horizontal line drawn on the plot area, indicating specified Y value, with an optional text label describing the value.
YValueIndicator(double) - Constructor for class cern.extjfx.chart.plugins.YValueIndicator
Creates a new instance indicating given Y value of the base chart.
YValueIndicator(double, String) - Constructor for class cern.extjfx.chart.plugins.YValueIndicator
Creates a new instance indicating given Y value of the base chart, with the specified label.
YValueIndicator(double, ValueAxis<Number>) - Constructor for class cern.extjfx.chart.plugins.YValueIndicator
Creates a new instance indicating given Y value belonging to the specified yAxis.
YValueIndicator(double, String, ValueAxis<Number>) - Constructor for class cern.extjfx.chart.plugins.YValueIndicator
Creates a new instance indicating given Y value belonging to the specified yAxis, with the specified label.

Z

zoomDurationProperty() - Method in class cern.extjfx.chart.plugins.Zoomer
Duration of the animated zoom (in and out).
Zoomer - Class in cern.extjfx.chart.plugins
Zoom capabilities along X, Y or both axis.
Zoomer() - Constructor for class cern.extjfx.chart.plugins.Zoomer
Creates a new instance of Zoomer with animation disabled and with zoomMode initialized to AxisMode.XY.
Zoomer(AxisMode) - Constructor for class cern.extjfx.chart.plugins.Zoomer
Creates a new instance of Zoomer with animation disabled.
Zoomer(boolean) - Constructor for class cern.extjfx.chart.plugins.Zoomer
Creates a new instance of Zoomer with zoomMode initialized to AxisMode.XY.
Zoomer(AxisMode, boolean) - Constructor for class cern.extjfx.chart.plugins.Zoomer
Creates a new instance of Zoomer.
zoomOut() - Method in class cern.extjfx.chart.plugins.Zoomer
Invokes zoom out action on chart if there was a zoom active.
A B C D E F G H I L M N O P R S T U V W X Y Z 
Skip navigation links

Copyright © 2019 CERN. All rights reserved.