
| Modifier and Type | Field and Description |
|---|---|
(package private) StylingPolicy |
policy
Styling 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.
|
StylingPolicy |
getStylingPolicy()
Get the active styling policy
|
void |
setStylingPolicy(StylingPolicy policy)
Set the active styling policy
|
StylingPolicy policy
public StylingPolicy getStylingPolicy()
public void setStylingPolicy(StylingPolicy policy)
policy - new Styling policypublic String getLongName()
ResultgetLongName in interface Resultpublic String getShortName()
ResultgetShortName in interface Result