Uses of Class
com.stimulsoft.webviewer.enums.StiWebViewerTheme

Packages that use StiWebViewerTheme
com.stimulsoft.webviewer   
com.stimulsoft.webviewer.enums   
 

Uses of StiWebViewerTheme in com.stimulsoft.webviewer
 

Methods in com.stimulsoft.webviewer that return StiWebViewerTheme
 StiWebViewerTheme StiWebViewerOptions.getTheme()
          The current visual theme which is used for drawing visual elements of the webviewer.
 

Methods in com.stimulsoft.webviewer with parameters of type StiWebViewerTheme
 void StiWebViewerOptions.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 StiWebViewerTheme
static StiWebViewerTheme StiWebViewerTheme.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiWebViewerTheme[] StiWebViewerTheme.values()
          Returns an array containing the constants of this enum type, in the order they are declared.