public abstract class SymbologyBase extends java.lang.Object implements ISymbologySetting
Modifier | Constructor and Description |
---|---|
protected |
SymbologyBase()
Initializes a new instance of the SymbologyBase class
|
Modifier and Type | Method and Description |
---|---|
protected void |
add(ISymbologySetting setting)
Adds a setting to the collection
|
void |
clearCache()
Forces a re-read of all the settings
|
boolean |
getSaveRequired()
Gets a value indicating whether any of the settings are not yet permanent
|
void |
makePermanent()
Makes any changes to the setting permanent
|
void |
setFactoryDefault()
Reverts all the settings to the factory defaults
|
protected SymbologyBase()
public boolean getSaveRequired()
getSaveRequired
in interface ISymbologySetting
public void clearCache()
clearCache
in interface ISymbologySetting
public void makePermanent()
makePermanent
in interface ISymbologySetting
public void setFactoryDefault()
setFactoryDefault
in interface ISymbologySetting
protected void add(ISymbologySetting setting)
setting
- The setting to add