public interface TextAttributes extends GraphicAttributes
Modifier and Type | Method and Description |
---|---|
String |
getFontName()
Returns the font name.
|
double |
getFontSize()
Returns the font size in units of the device-independent coordinates.
|
FontStyle |
getFontStyle()
Returns the font style.
|
Anchor |
getHorizontalAnchor()
Returns the anchor for horizontal position of the text.
|
double |
getOrientationAngle()
Returns the orientation angle in degree.
|
Color |
getTextColor()
Returns the text color.
|
Anchor |
getVerticalAnchor()
Returns the anchor for vertical position of the text.
|
Color getTextColor()
String getFontName()
FontStyle getFontStyle()
double getFontSize()
double getOrientationAngle()
Anchor getHorizontalAnchor()
Anchor getVerticalAnchor()
Copyright © 2016. All Rights Reserved.