public interface FontRenderStyle
| Modifier and Type | Method and Description |
|---|---|
FontFamily |
getFontFamily() |
short |
getFontSize() |
TextAnchor |
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(TextAnchor 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)
boolean unsetFontFamily()
true, if fontFamily was set before,
otherwise falseshort getFontSize()
boolean isSetFontSize()
void setFontSize(short fontSize)
boolean unsetFontSize()
true, if fontSize was set before,
otherwise falseboolean isFontWeightBold()
boolean isSetFontWeightBold()
void setFontWeightBold(boolean fontWeightBold)
boolean unsetFontWeightBold()
true, if fontWeightBold was set before,
otherwise falseboolean isFontStyleItalic()
boolean isSetFontStyleItalic()
void setFontStyleItalic(boolean fontStyleItalic)
boolean unsetFontStyleItalic()
true, if fontStyleItalic was set before,
otherwise falseTextAnchor getTextAnchor()
boolean isSetTextAnchor()
void setTextAnchor(TextAnchor textAnchor)
boolean unsetTextAnchor()
true, if textAnchor was set before,
otherwise falseVTextAnchor getVTextAnchor()
boolean isSetVTextAnchor()
void setVTextAnchor(VTextAnchor vTextAnchor)
boolean unsetVTextAnchor()
true, if VTextAnchor was set before,
otherwise falseCopyright © 2009–2016. All rights reserved.