Uses of Interface
org.jjazz.cl_editor.barrenderer.api.BarRendererFactory
Package
Description
The chord leadsheet editor.
The graphical component for a single bar, which contains bar renderers.
The graphical component for a bar renderer (e.g. bar renderer for chord symbols, for section, for improvisation guideline, etc.)
-
Uses of BarRendererFactory in org.jjazz.cl_editor.api
Modifier and TypeMethodDescriptionabstract BarRendererFactory
CL_Editor.getBarRendererFactory()
The factory used by this editor via BarBoxes.Modifier and TypeMethodDescriptionCL_EditorFactory.createEditor
(Song song, CL_EditorSettings settings, BarRendererFactory brf) Create an editor with the specified settings. -
Uses of BarRendererFactory in org.jjazz.cl_editor.barbox.api
ModifierConstructorDescriptionBarBox
(CL_Editor editor, int bbIndex, int modelBarIndex, ChordLeadSheet model, BarBoxConfig config, BarBoxSettings settings, BarRendererFactory brf, Object groupKey) Construct a BarBox. -
Uses of BarRendererFactory in org.jjazz.cl_editor.barrenderer.api
Modifier and TypeMethodDescriptionstatic BarRendererFactory
BarRendererFactory.getDefault()
Return the default implementation.