Uses of Class
jcckit.graphic.FontStyle
-
Uses of FontStyle in jcckit.graphic
Modifier and TypeFieldDescriptionstatic final FontStyle
FontStyle.BOLD
Font style constant.static final FontStyle
FontStyle.BOLD_ITALIC
Font style constant.static final FontStyle
FontStyle.ITALIC
Font style constant.static final FontStyle
FontStyle.NORMAL
Font style constant.Modifier and TypeMethodDescriptionBasicGraphicAttributes.getFontStyle()
Returns the font style.static FontStyle
FontStyle.getFontStyle
(ConfigParameters config, String key, FontStyle defaultValue) Returns from the specified configuration parameters the font style defined by the specified key or the specified default value.TextAttributes.getFontStyle()
Returns the font style.Modifier and TypeMethodDescriptionstatic FontStyle
FontStyle.getFontStyle
(ConfigParameters config, String key, FontStyle defaultValue) Returns from the specified configuration parameters the font style defined by the specified key or the specified default value.ModifierConstructorDescriptionBasicGraphicAttributes
(Color fillColor, Color lineColor, double lineThickness, double[] linePattern, Color textColor, String fontName, FontStyle fontStyle, double fontSize, double orientationAngle, Anchor horizontalAnchor, Anchor verticalAnchor) Creates a new instance.