Package | Description |
---|---|
jcckit.graphic |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Copyright © 2016. All Rights Reserved.