Uses of Class
com.stimulsoft.base.drawing.StiHatchStyle

Packages that use StiHatchStyle
com.stimulsoft.base.drawing   
com.stimulsoft.webdesigner.helper   
 

Uses of StiHatchStyle in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing that return StiHatchStyle
static StiHatchStyle StiHatchStyle.forValue(int value)
           
 StiHatchStyle StiHatchBrush.getStyle()
          Gets the hatch style of this StiHatchBrush object.
static StiHatchStyle StiHatchStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiHatchStyle[] StiHatchStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stimulsoft.base.drawing with parameters of type StiHatchStyle
 void StiHatchBrush.setStyle(StiHatchStyle value)
           
 

Constructors in com.stimulsoft.base.drawing with parameters of type StiHatchStyle
StiHatchBrush(StiHatchStyle style, StiColorEnum foreColor, StiColorEnum backColor)
           
StiHatchBrush(StiHatchStyle style, StiColor foreColor, StiColor backColor)
          Creates a new instance of the StiHatchBrush class.
 

Uses of StiHatchStyle in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper that return StiHatchStyle
static StiHatchStyle StiReportEdit.strToHatchStyle(java.lang.String value)