Uses of Enum Class
org.jjazz.ss_editor.rpviewer.spi.DefaultRpViewerRendererFactory.Type
Packages that use DefaultRpViewerRendererFactory.Type
Package
Description
Service provider to provider RpViewer instances for each type of RhythmParameter.
-
Uses of DefaultRpViewerRendererFactory.Type in org.jjazz.ss_editor.rpviewer.spi
Methods in org.jjazz.ss_editor.rpviewer.spi that return DefaultRpViewerRendererFactory.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DefaultRpViewerRendererFactory.Type[]DefaultRpViewerRendererFactory.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jjazz.ss_editor.rpviewer.spi with parameters of type DefaultRpViewerRendererFactory.TypeModifier and TypeMethodDescriptionDefaultRpViewerRendererFactory.getRpViewerRenderer(Song song, SongPart spt, RhythmParameter<?> rp, DefaultRpViewerRendererFactory.Type type, RpViewerSettings settings) Get the RpViewerRenderer of the specified type.