Uses of Enum Class
com.stimulsoft.base.enums.StiHighlightState
Packages that use StiHighlightState
Package
Description
-
Uses of StiHighlightState in com.stimulsoft.base.drawing
Methods in com.stimulsoft.base.drawing with parameters of type StiHighlightStateModifier and TypeMethodDescriptionfinal voidStiBorder.draw(StiGraphics g, StiRectangle rect, double zoom, StiColor emptyColor, StiHighlightState highlightState, Boolean isPrinting, Boolean isThumbPaint, double pageZoom) Draws this border on the indicated Graphics. -
Uses of StiHighlightState in com.stimulsoft.base.enums
Methods in com.stimulsoft.base.enums that return StiHighlightStateModifier and TypeMethodDescriptionstatic StiHighlightStateStiHighlightState.forValue(int value) static StiHighlightStateReturns the enum constant of this class with the specified name.static StiHighlightState[]StiHighlightState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiHighlightState in com.stimulsoft.report.components
Methods in com.stimulsoft.report.components that return StiHighlightStateModifier and TypeMethodDescriptionfinal StiHighlightStateStiComponent.getHighlightState()gets or sets a state of highlight.Methods in com.stimulsoft.report.components with parameters of type StiHighlightStateModifier and TypeMethodDescriptionfinal voidStiComponent.setHighlightState(StiHighlightState value)