Uses of Interface
org.jjazz.ss_editor.rpviewer.api.RpViewerRenderer
Package
Description
The graphical RpViewer component to represent a RhythmParameter value within a SptViewer.
Service provider to provider RpViewer instances for each type of RhythmParameter.
-
Uses of RpViewerRenderer in org.jjazz.ss_editor.rpviewer.api
Modifier and TypeInterfaceDescriptioninterface
A RpViewerRenderer which has the capability to directly change the RhythmParameter value using the mouse.Modifier and TypeClassDescriptionclass
Display the value as a vertical meter with max 10 leds of 3 colors.class
A simple editor: just display RP value as a string.ModifierConstructorDescriptionRpViewer
(SongPart spt, RhythmParameter<?> rp, RpViewerSettings settings, RpViewerRenderer renderer) -
Uses of RpViewerRenderer in org.jjazz.ss_editor.rpviewer.spi
Modifier and TypeMethodDescriptionDefaultRpViewerRendererFactory.getRpViewerRenderer
(Song song, SongPart spt, RhythmParameter<?> rp, DefaultRpViewerRendererFactory.Type type, RpViewerSettings settings) Get the RpViewerRenderer of the specified type.RpViewerRendererFactory.getRpViewerRenderer
(Song song, SongPart spt, RhythmParameter<?> rp, RpViewerSettings settings) Get a RpViewerRenderer instance adapted to the specified RhyhtmParameter.