Uses of Class
jcckit.graphic.FontStyle
-
Packages that use FontStyle Package Description jcckit.graphic -
-
Uses of FontStyle in jcckit.graphic
Fields in jcckit.graphic declared as FontStyle Modifier and Type Field Description static FontStyle
FontStyle. BOLD
Font style constant.static FontStyle
FontStyle. BOLD_ITALIC
Font style constant.static FontStyle
FontStyle. ITALIC
Font style constant.static FontStyle
FontStyle. NORMAL
Font style constant.Methods in jcckit.graphic that return FontStyle Modifier and Type Method Description FontStyle
BasicGraphicAttributes. getFontStyle()
Returns the font style.static FontStyle
FontStyle. getFontStyle(ConfigParameters config, java.lang.String key, FontStyle defaultValue)
Returns from the specified configuration parameters the font style defined by the specified key or the specified default value.FontStyle
TextAttributes. getFontStyle()
Returns the font style.Methods in jcckit.graphic with parameters of type FontStyle Modifier and Type Method Description static FontStyle
FontStyle. getFontStyle(ConfigParameters config, java.lang.String key, FontStyle defaultValue)
Returns from the specified configuration parameters the font style defined by the specified key or the specified default value.Constructors in jcckit.graphic with parameters of type FontStyle Constructor Description BasicGraphicAttributes(java.awt.Color fillColor, java.awt.Color lineColor, double lineThickness, double[] linePattern, java.awt.Color textColor, java.lang.String fontName, FontStyle fontStyle, double fontSize, double orientationAngle, Anchor horizontalAnchor, Anchor verticalAnchor)
Creates a new instance.
-