public interface TextAttributes extends GraphicAttributes
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
java.awt.Color |
getTextColor()
Returns the text color.
|
Anchor |
getVerticalAnchor()
Returns the anchor for vertical position of the text.
|
java.awt.Color getTextColor()
java.lang.String getFontName()
FontStyle getFontStyle()
double getFontSize()
double getOrientationAngle()
Anchor getHorizontalAnchor()
Anchor getVerticalAnchor()
Copyright © 2020. All Rights Reserved.