Uses of Class
jcckit.graphic.FontStyle
Packages that use FontStyle
-
Uses of FontStyle in jcckit.graphic
Fields in jcckit.graphic declared as FontStyleModifier 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.Methods in jcckit.graphic that return FontStyleModifier 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.Methods in jcckit.graphic with parameters of type FontStyleModifier 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.Constructors in jcckit.graphic with parameters of type FontStyleModifierConstructorDescriptionBasicGraphicAttributes
(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.