| AxisSynchronizer |
Synchronizes the axes of different charts.
|
| DecimalStringConverter |
|
| DigitNumberArithmetic |
|
| DragResizerUtil |
Resize JavaFX Node objects based on mouse dragging.
|
| FXUtils |
Small tool to execute/call JavaFX GUI-related code from potentially non-JavaFX thread (equivalent to old:
SwingUtilities.invokeLater(...) ...
|
| GlyphFactory |
Factory class for glyphs from Fontawesome library.
|
| MasterSlaveAxisSynchronizer |
Synchronizes the axes of different slave charts to the axis of a master chart.
|
| MemorySizeStringConverter |
|
| MouseUtils |
Few mouse related helper coordinates
|
| NumberFormatterImpl |
|
| PaletteQuantizerNeuQuant |
NeuQuant Neural-Net Quantisation Algorithm
Copyright (c) 1994 Anthony Dekker
NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994.
|
| PercentageStringConverter |
|
| PeriodicScreenCapture |
Simple class to make a periodic (or on-demand) screen-shot of given JavaFX scene to file.
|
| ScientificNotationStringConverter |
|
| SimplePerformanceMeter |
|
| StyleParser |
Some helper routines to parse CSS-style formatting attributes
|
| WritableImageCache |
Implements WritableImage cache collection to minimise memory re-allocation.
|
| WriteFxImage |
Writes a JavaFx Image into a ByteBuffer or file
possible improvements: - use multiple IDAT chunks to use fixed buffer size
and limit memory footprint - implement filtering of lines before compression
for smaller file sizes - Optionally add tEXT chunks for metadata (EXIF)
|
| XYChartUtils |
|