Package | Description |
---|---|
ilog.views.chart.customizer |
This package contains the GUI independent customizer mechanism that allows
to customize the appearance of a Rogue Wave JViews Chart component.
|
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.
|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
Modifier and Type | Method and Description |
---|---|
IlvCSSRule[] |
IlvChartCSSAdapter.getCustomizableRules(boolean includeDisabledRules)
Returns the customizable rules of the chart.
|
IlvCSSRule[] |
IlvChartCSSAdapter.getDecorationRules()
Returns the decoration rules contained in the chart.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvChartCSSAdapter.isDecorationRule(IlvCSSRule rule)
Tests whether a rule is a decoration rule.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartCSSCustomizerPanel.setRule(IlvCSSRule rule)
Sets the styling rule that should be customized.
|
Modifier and Type | Method and Description |
---|---|
IlvCSSRule |
IlvRuleCustomizerLogic.getMainRule()
Returns the main rule currently handled by this rule customizer logic.
|
IlvCSSRule |
IlvComponentCSSAdapter.getRule(String selector,
boolean create)
Returns the rule that matches the input selector.
|
IlvCSSRule[] |
IlvComponentCSSAdapter.getRules(boolean includeDisabledRules)
Returns the CSS rules of the component.
|
Modifier and Type | Method and Description |
---|---|
IlvRuleCustomizerLogic |
IlvComponentCSSAdapter.getRuleCustomizerLogic(IlvCSSRule rule)
Return the rule customizer logic that matches the input rule.
|
boolean |
IlvRuleCustomizerLogic.match(IlvCSSRule rule)
Returns
true if the rule customizer logic matches a rule. |
void |
IlvRuleCustomizerLogic.setMainRule(IlvCSSRule rule)
Sets the main rule handled by this rule customizer logic.
|
Modifier and Type | Method and Description |
---|---|
IlvCSSRule[] |
IlvStyleSheetRenderer.getCSSRules()
Returns the current CSS, with all cascadings and imports resolved.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.