Uses of Enum Class
com.storedobject.chart.Font.Variant
Packages that use Font.Variant
-
Uses of Font.Variant in com.storedobject.chart
Methods in com.storedobject.chart that return Font.VariantModifier and TypeMethodDescriptionfinal Font.VariantFont.getVariant()Get font-variant.static Font.VariantReturns the enum constant of this class with the specified name.static Font.Variant[]Font.Variant.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.chart with parameters of type Font.VariantModifier and TypeMethodDescriptionvoidFont.setVariant(Font.Variant variant) Set the font-variant.