Uses of Class
jcckit.graphic.FontStyle

Packages that use FontStyle
jcckit.graphic Classes for representing a plot or a chart in device independent coordinates. 
 

Uses of FontStyle in jcckit.graphic
 

Fields in jcckit.graphic declared as FontStyle
static FontStyle FontStyle.NORMAL
          Font style constant.
static FontStyle FontStyle.BOLD
          Font style constant.
static FontStyle FontStyle.ITALIC
          Font style constant.
static FontStyle FontStyle.BOLD_ITALIC
          Font style constant.
 

Methods in jcckit.graphic that return FontStyle
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.
 FontStyle BasicGraphicAttributes.getFontStyle()
          Returns the font style.
 

Methods in jcckit.graphic with parameters of type FontStyle
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
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.