Uses of Enum Class
com.stimulsoft.base.system.StiFontStyle
Packages that use StiFontStyle
-
Uses of StiFontStyle in com.stimulsoft.base.system
Methods in com.stimulsoft.base.system that return StiFontStyleModifier and TypeMethodDescriptionstatic StiFontStyleStiFontStyle.forValue(int value) static StiFontStyleReturns the enum constant of this class with the specified name.static StiFontStyle[]StiFontStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.stimulsoft.base.system that return types with arguments of type StiFontStyleModifier and TypeMethodDescriptionstatic StiEnumSet<StiFontStyle> StiFontStyle.forValueSet(int value) Methods in com.stimulsoft.base.system with parameters of type StiFontStyleConstructors in com.stimulsoft.base.system with parameters of type StiFontStyleModifierConstructorDescriptionStiFont(String name, double size, StiFontStyle style) StiFont(String name, double size, StiFontStyle style, StiGraphicsUnit pixel) Constructor parameters in com.stimulsoft.base.system with type arguments of type StiFontStyle -
Uses of StiFontStyle in com.stimulsoft.report.painters.context.chart.geoms
Methods in com.stimulsoft.report.painters.context.chart.geoms that return types with arguments of type StiFontStyleMethod parameters in com.stimulsoft.report.painters.context.chart.geoms with type arguments of type StiFontStyleModifier and TypeMethodDescriptionvoidStiFontGeom.setFontStyle(StiEnumSet<StiFontStyle> fontStyle) Constructor parameters in com.stimulsoft.report.painters.context.chart.geoms with type arguments of type StiFontStyleModifierConstructorDescriptionStiFontGeom(String fontName, double fontSize, StiEnumSet<StiFontStyle> style)