Uses of Enum Class
com.stimulsoft.base.drawing.StiHatchStyle
Packages that use StiHatchStyle
Package
Description
-
Uses of StiHatchStyle in com.stimulsoft.base.drawing
Methods in com.stimulsoft.base.drawing that return StiHatchStyleModifier and TypeMethodDescriptionstatic StiHatchStyleStiHatchStyle.forValue(int value) final StiHatchStyleStiHatchBrush.getStyle()Gets the hatch style of this StiHatchBrush object.static StiHatchStyleReturns the enum constant of this class with the specified name.static StiHatchStyle[]StiHatchStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.stimulsoft.base.drawing with parameters of type StiHatchStyleConstructors in com.stimulsoft.base.drawing with parameters of type StiHatchStyleModifierConstructorDescriptionStiHatchBrush(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.report.dictionary.functions
Methods in com.stimulsoft.report.dictionary.functions with parameters of type StiHatchStyleModifier and TypeMethodDescriptionstatic StiHatchBrushStiFunctionsDrawing.hatchBrushValue(StiHatchStyle style, Object foreColor, Object backColor) Makes a hatch brush. -
Uses of StiHatchStyle in com.stimulsoft.webdesigner.helper
Methods in com.stimulsoft.webdesigner.helper that return StiHatchStyleModifier and TypeMethodDescriptionstatic StiHatchStyleStiReportEdit.strToHatchStyle(String value)