Uses of Enum Class
com.stimulsoft.webviewer.enums.StiWebViewerTheme
Packages that use StiWebViewerTheme
-
Uses of StiWebViewerTheme in com.stimulsoft.webviewer
Methods in com.stimulsoft.webviewer that return StiWebViewerThemeModifier and TypeMethodDescriptionStiWebViewerOptions.getTheme()The current visual theme which is used for drawing visual elements of the webviewer.Methods in com.stimulsoft.webviewer with parameters of type StiWebViewerThemeModifier and TypeMethodDescriptionvoidStiWebViewerOptions.setTheme(StiWebViewerTheme theme) The current visual theme which is used for drawing visual elements of the webviewer. -
Uses of StiWebViewerTheme in com.stimulsoft.webviewer.enums
Methods in com.stimulsoft.webviewer.enums that return StiWebViewerThemeModifier and TypeMethodDescriptionstatic StiWebViewerThemeReturns the enum constant of this class with the specified name.static StiWebViewerTheme[]StiWebViewerTheme.values()Returns an array containing the constants of this enum class, in the order they are declared.