public interface FontRenderStyle
| Modifier and Type | Method and Description |
|---|---|
FontFamily |
getFontFamily() |
short |
getFontSize() |
HTextAnchor |
getTextAnchor() |
VTextAnchor |
getVTextAnchor() |
boolean |
isFontStyleItalic() |
boolean |
isFontWeightBold() |
boolean |
isSetFontFamily() |
boolean |
isSetFontSize() |
boolean |
isSetFontStyleItalic() |
boolean |
isSetFontWeightBold() |
boolean |
isSetTextAnchor() |
boolean |
isSetVTextAnchor() |
void |
setFontFamily(FontFamily fontFamily)
Set the value of fontFamily
|
void |
setFontSize(short fontSize)
Set the value of fontSize
|
void |
setFontStyleItalic(boolean fontStyleItalic)
Set the value of fontStyleItalic
|
void |
setFontWeightBold(boolean fontWeightBold)
Set the value of fontWeightBold
|
void |
setTextAnchor(HTextAnchor textAnchor)
Set the value of textAnchor
|
void |
setVTextAnchor(VTextAnchor vTextAnchor)
Set the value of VTextAnchor
|
boolean |
unsetFontFamily()
Unsets the variable fontFamily
|
boolean |
unsetFontSize()
Unsets the variable fontSize
|
boolean |
unsetFontStyleItalic()
Unsets the variable fontStyleItalic
|
boolean |
unsetFontWeightBold()
Unsets the variable fontWeightBold
|
boolean |
unsetTextAnchor()
Unsets the variable textAnchor
|
boolean |
unsetVTextAnchor()
Unsets the variable VTextAnchor
|
FontFamily getFontFamily()
boolean isSetFontFamily()
void setFontFamily(FontFamily fontFamily)
fontFamily - boolean unsetFontFamily()
true, if fontFamily was set before,
otherwise falseshort getFontSize()
boolean isSetFontSize()
void setFontSize(short fontSize)
fontSize - boolean unsetFontSize()
true, if fontSize was set before,
otherwise falseboolean isFontWeightBold()
boolean isSetFontWeightBold()
void setFontWeightBold(boolean fontWeightBold)
fontWeightBold - boolean unsetFontWeightBold()
true, if fontWeightBold was set before,
otherwise falseboolean isFontStyleItalic()
boolean isSetFontStyleItalic()
void setFontStyleItalic(boolean fontStyleItalic)
fontStyleItalic - boolean unsetFontStyleItalic()
true, if fontStyleItalic was set before,
otherwise falseHTextAnchor getTextAnchor()
boolean isSetTextAnchor()
void setTextAnchor(HTextAnchor textAnchor)
textAnchor - boolean unsetTextAnchor()
true, if textAnchor was set before,
otherwise falseVTextAnchor getVTextAnchor()
boolean isSetVTextAnchor()
void setVTextAnchor(VTextAnchor vTextAnchor)
vTextAnchor - boolean unsetVTextAnchor()
true, if VTextAnchor was set before,
otherwise falseCopyright © 2009–2018. All rights reserved.