
| Modifier and Type | Field and Description | 
|---|---|
| (package private) StyleLibrary | libraryStyle library | 
| (package private) StylingPolicy | policyStyling policy | 
| Constructor and Description | 
|---|
| StyleResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLongName()A "pretty" name for the result, for use in titles, captions and menus. | 
| String | getShortName()A short name for the result, useful for file names. | 
| StyleLibrary | getStyleLibrary()Get the style library | 
| StylingPolicy | getStylingPolicy()Get the active styling policy | 
| void | setStyleLibrary(StyleLibrary library)Get the style library | 
| void | setStylingPolicy(StylingPolicy policy)Set the active styling policy | 
StylingPolicy policy
StyleLibrary library
public StylingPolicy getStylingPolicy()
public void setStylingPolicy(StylingPolicy policy)
policy - new Styling policypublic StyleLibrary getStyleLibrary()
public void setStyleLibrary(StyleLibrary library)
library - Style librarypublic String getLongName()
ResultgetLongName in interface Resultpublic String getShortName()
ResultgetShortName in interface Result