Uses of Interface
com.arbergashi.charts.ui.grid.GridLayer
Packages that use GridLayer
Package
Description
Public API of the ArberCharts framework.
Swing UI components of the ArberCharts framework.
-
Uses of GridLayer in com.arbergashi.charts.api
Methods in com.arbergashi.charts.api with parameters of type GridLayer -
Uses of GridLayer in com.arbergashi.charts.ui
Methods in com.arbergashi.charts.ui with parameters of type GridLayerModifier and TypeMethodDescriptionArberChartPanel.withGridLayer(GridLayer gridLayer) Sets the grid layer for this chart. -
Uses of GridLayer in com.arbergashi.charts.ui.grid
Classes in com.arbergashi.charts.ui.grid that implement GridLayerModifier and TypeClassDescriptionclassGrid layer for analysis renderers (ACF, FFT, etc.) that use custom axis ranges.classDefault grid layer for general-purpose charts.classGrid layer tuned for financial charts: clear horizontal price lines, subtle vertical time lines and an optional faint separator for volume areas.classMedical grid layer for EKG/ECG and other medical charts (1mm/0.04s grid).