Package | Description |
---|---|
ilog.views.chart.customizer.swing |
This package contains the customizer mechanism that allows you to customize
the appearance of a Rogue Wave JViews Chart component.
|
ilog.views.customizer.styling |
Contains the base class of component CSS adapters,
and the rule customizer logic interface.
|
Modifier and Type | Method and Description |
---|---|
IlvRuleCustomizerLogic |
IlvChartCSSCustomizerPanel.getRuleCustomizerLogic()
Returns the rule customizer logic that is currently displayed or
null if none. |
Modifier and Type | Method and Description |
---|---|
URL |
IlvChartCSSCustomizerPanel.getDefaultConfigFile(IlvRuleCustomizerLogic ruleCustomizerLogic)
Returns the default configuration file to be used for customizing
the provided rule customizer, or
null if there is no default
configuration file for this target. |
void |
IlvChartCSSCustomizerPanel.setRuleCustomizerLogic(IlvRuleCustomizerLogic ruleCustomizerLogic)
Sets the rule customizer logic to be displayed.
|
void |
IlvChartCSSCustomizerPanel.setRuleCustomizerLogic(IlvRuleCustomizerLogic ruleCustomizerLogic,
URL configFile)
Sets the rule customizer logic to be displayed with the input configuration file.
|
Modifier and Type | Method and Description |
---|---|
IlvRuleCustomizerLogic |
IlvComponentCSSAdapter.getRuleCustomizerLogic(IlvCSSRule rule)
Return the rule customizer logic that matches the input rule.
|
IlvRuleCustomizerLogic |
IlvComponentCSSAdapter.getRuleCustomizerLogic(String selector)
Returns the rule customizer logic that matches the input rule.
|
IlvRuleCustomizerLogic[] |
IlvComponentCSSAdapter.getRuleCustomizerLogics()
Returns all rule customizer logics of this component CSS adapter.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.