Uses of Class
com.stimulsoft.base.enums.StiHighlightState

Packages that use StiHighlightState
com.stimulsoft.base.drawing   
com.stimulsoft.base.enums   
com.stimulsoft.report.components   
 

Uses of StiHighlightState in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing with parameters of type StiHighlightState
 void StiBorder.draw(StiGraphics g, StiRectangle rect, double zoom, StiColor emptyColor, StiHighlightState highlightState, java.lang.Boolean isPrinting, java.lang.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 StiHighlightState
static StiHighlightState StiHighlightState.forValue(int value)
           
static StiHighlightState StiHighlightState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiHighlightState[] StiHighlightState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiHighlightState in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiHighlightState
 StiHighlightState StiComponent.getHighlightState()
          gets or sets a state of highlight.
 

Methods in com.stimulsoft.report.components with parameters of type StiHighlightState
 void StiComponent.setHighlightState(StiHighlightState value)