Uses of Interface
org.jjazz.cl_editor.spi.BarRendererFactory
Packages that use BarRendererFactory
Package
Description
The chord leadsheet editor.
Service providers for the chord leadsheet editor.
-
Uses of BarRendererFactory in org.jjazz.cl_editor.api
Methods in org.jjazz.cl_editor.api that return BarRendererFactoryModifier and TypeMethodDescriptionabstract BarRendererFactoryCL_Editor.getBarRendererFactory()The factory used by this editor via BarBoxes. -
Uses of BarRendererFactory in org.jjazz.cl_editor.spi
Methods in org.jjazz.cl_editor.spi that return BarRendererFactoryModifier and TypeMethodDescriptionstatic BarRendererFactoryBarRendererFactory.getDefault()Return the default implementation.Methods in org.jjazz.cl_editor.spi with parameters of type BarRendererFactoryModifier and TypeMethodDescriptionBarBoxFactory.create(CL_Editor editor, int bbIndex, int clsModelBarIndex, ChordLeadSheet model, BarBoxConfig config, BarBoxSettings settings, BarRendererFactory brf) Construct a BarBox.CL_EditorFactory.createEditor(Song song, CL_EditorSettings settings, BarBoxFactory bbf, BarRendererFactory brf) Create an editor with the specified settings.