Uses of Enum Class
com.stimulsoft.report.enums.StiStyleElements
Packages that use StiStyleElements
Package
Description
-
Uses of StiStyleElements in com.stimulsoft.report.enums
Methods in com.stimulsoft.report.enums that return StiStyleElementsModifier and TypeMethodDescriptionstatic StiStyleElementsStiStyleElements.forValue(int value) static StiStyleElementsReturns the enum constant of this class with the specified name.static StiStyleElements[]StiStyleElements.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiStyleElements in com.stimulsoft.report.infographics.gauge.styles.view
Methods in com.stimulsoft.report.infographics.gauge.styles.view with parameters of type StiStyleElementsModifier and TypeMethodDescriptionvoidStiGaugeStyleXF.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements) Gets a style from the component. -
Uses of StiStyleElements in com.stimulsoft.report.styles
Methods in com.stimulsoft.report.styles with parameters of type StiStyleElementsModifier and TypeMethodDescriptionstatic StiBaseStyleStiBaseStyle.getStyle(StiComponent component, StiStyleElements styleElements) static StiBaseStyleStiBaseStyle.getStyle(StiComponent component, StiStyleElements styleElements, StiBaseStyle componentStyle) abstract voidStiBaseStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements) Gets a style from the component.voidStiChartStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements) voidStiCrossTabStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements) voidStiDialogStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements) voidStiEmptyStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements) voidStiGaugeStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements) Gets a style from the component.voidStiIndicatorStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements) voidStiMapStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements) voidStiStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements) Gets a style from the component.final voidStiStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements, StiBaseStyle componentStyle) Gets a style from the component.voidStiTableStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements) final voidStiBaseStyle.GetStyleFromComponents(StiComponentsCollection comps, StiStyleElements styleElements) Gets a style from the components.