|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontStyle | |
---|---|
jcckit.graphic |
Uses of FontStyle in jcckit.graphic |
---|
Fields in jcckit.graphic declared as FontStyle | |
---|---|
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 | |
---|---|
FontStyle |
TextAttributes.getFontStyle()
Returns the font style. |
FontStyle |
BasicGraphicAttributes.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. |
Methods in jcckit.graphic with parameters of type FontStyle | |
---|---|
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. |
Constructors in jcckit.graphic with parameters of type FontStyle | |
---|---|
BasicGraphicAttributes(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |