Package | Description |
---|---|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvSDMCSSFunction.NumericSymbolInteractor
SymbolInteractor subclass to handle numerical values.
|
static class |
IlvSDMCSSFunction.StateSymbolInteractor
SymbolInteractor subclass to handle String values.
|
static class |
IlvSDMCSSFunction.SymbolInteractor
CSS function to handle symbol interactions in a cleaner way.
|
static class |
IlvSDMCSSFunction.Test
Test function.
|
Modifier and Type | Method and Description |
---|---|
IlvSDMCSSFunction |
IlvStyleSheetRenderer.getFunction(String name)
Gets a function to be resolved through a "@|" right-hand
declaration.
|
IlvSDMCSSFunction[] |
IlvStyleSheetRenderer.getFunctions()
Returns a copy of the function array that can be called in a "@|" construct
in CSS declaration.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvStyleSheetRenderer.registerFunction(IlvSDMCSSFunction function)
Adds a new function to be resolved through a "@|" right-hand
declaration.
|
void |
IlvStyleSheetRenderer.setFunctions(IlvSDMCSSFunction[] functions)
Sets the functions to be resolved through a "@|" right-hand
declaration.
|
void |
IlvStyleSheetRenderer.unregisterFunction(IlvSDMCSSFunction function)
Removes given function
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.