public interface ScreenFontStyle extends X3DFontStyleNode
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getFamily()
Provide array of String enumeration results ['"SANS"'|'"SERIF"'|'"TYPEWRITER"'|'"etc."'] from initializeOnly MFString field named family.
|
boolean |
getHorizontal()
Provide boolean value from initializeOnly SFBool field named horizontal.
|
java.lang.String[] |
getJustify()
Provide array of String enumeration results ['"MIDDLE"'|'"MIDDLE" "BEGIN"'|'"MIDDLE" "END"'|'"MIDDLE" "FIRST"'|'"MIDDLE" "MIDDLE"'|'"BEGIN"'|'"BEGIN" "BEGIN"'|'"BEGIN" "END"'|'"BEGIN" "FIRST"'|'"BEGIN" "MIDDLE"'|'"END"'|'"END" "BEGIN"'|'"END" "END"'|'"END" "FIRST"'|'"END" "MIDDLE"'|'"FIRST"'|'"FIRST" "BEGIN"'|'"FIRST" "END"'|'"FIRST" "FIRST"'|'"FIRST" "MIDDLE"'] from initializeOnly MFString field named justify.
|
java.lang.String |
getLanguage()
Provide String value from initializeOnly SFString field named language.
|
boolean |
getLeftToRight()
Provide boolean value from initializeOnly SFBool field named leftToRight.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float |
getPointSize()
Provide float value within allowed range of (0,infinity) from initializeOnly SFFloat field named pointSize.
|
float |
getSpacing()
Provide float value within allowed range of [0,infinity) from initializeOnly SFFloat field named spacing.
|
java.lang.String |
getStyle()
Provide String enumeration value ['PLAIN'|'BOLD'|'ITALIC'|'BOLDITALIC'] from initializeOnly SFString field named style.
|
boolean |
getTopToBottom()
Provide boolean value from initializeOnly SFBool field named topToBottom.
|
ScreenFontStyle |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ScreenFontStyle |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ScreenFontStyle |
setFamily(java.lang.String[] newValue)
Assign String enumeration array (""SANS""|""SERIF""|""TYPEWRITER"") ['"SANS"'|'"SERIF"'|'"TYPEWRITER"'|'"etc."'] to initializeOnly MFString field named family.
|
ScreenFontStyle |
setHorizontal(boolean newValue)
Assign boolean value to initializeOnly SFBool field named horizontal.
|
ScreenFontStyle |
setJustify(java.lang.String[] newValue)
Assign String enumeration array (""MIDDLE""|""MIDDLE" "BEGIN""|""MIDDLE" "END""|""MIDDLE" "FIRST""|""MIDDLE" "MIDDLE""|""BEGIN""|""BEGIN" "BEGIN""|""BEGIN" "END""|""BEGIN" "FIRST""|""BEGIN" "MIDDLE""|""END""|""END" "BEGIN""|""END" "END""|""END" "FIRST""|""END" "MIDDLE""|""FIRST""|""FIRST" "BEGIN""|""FIRST" "END""|""FIRST" "FIRST""|""FIRST" "MIDDLE"") ['"MIDDLE"'|'"MIDDLE" "BEGIN"'|'"MIDDLE" "END"'|'"MIDDLE" "FIRST"'|'"MIDDLE" "MIDDLE"'|'"BEGIN"'|'"BEGIN" "BEGIN"'|'"BEGIN" "END"'|'"BEGIN" "FIRST"'|'"BEGIN" "MIDDLE"'|'"END"'|'"END" "BEGIN"'|'"END" "END"'|'"END" "FIRST"'|'"END" "MIDDLE"'|'"FIRST"'|'"FIRST" "BEGIN"'|'"FIRST" "END"'|'"FIRST" "FIRST"'|'"FIRST" "MIDDLE"'] to initializeOnly MFString field named justify.
|
ScreenFontStyle |
setLanguage(java.lang.String newValue)
Assign String value to initializeOnly SFString field named language.
|
ScreenFontStyle |
setLeftToRight(boolean newValue)
Assign boolean value to initializeOnly SFBool field named leftToRight.
|
ScreenFontStyle |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ScreenFontStyle |
setPointSize(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named pointSize.
|
ScreenFontStyle |
setSpacing(float newValue)
Assign float value within allowed range of [0,infinity) to initializeOnly SFFloat field named spacing.
|
ScreenFontStyle |
setStyle(java.lang.String newValue)
Assign String enumeration value ("PLAIN"|"BOLD"|"ITALIC"|"BOLDITALIC") ['PLAIN'|'BOLD'|'ITALIC'|'BOLDITALIC'] to initializeOnly SFString field named style.
|
ScreenFontStyle |
setTopToBottom(boolean newValue)
Assign boolean value to initializeOnly SFBool field named topToBottom.
|
ScreenFontStyle |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
java.lang.String[] getFamily()
ScreenFontStyle setFamily(java.lang.String[] newValue)
newValue - is new value for the family field.ScreenFontStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getHorizontal()
ScreenFontStyle setHorizontal(boolean newValue)
newValue - is new value for the horizontal field.ScreenFontStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getJustify()
ScreenFontStyle setJustify(java.lang.String[] newValue)
newValue - is new value for the justify field.ScreenFontStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String getLanguage()
ScreenFontStyle setLanguage(java.lang.String newValue)
newValue - is new value for the language field.ScreenFontStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getLeftToRight()
ScreenFontStyle setLeftToRight(boolean newValue)
newValue - is new value for the leftToRight field.ScreenFontStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DFontStyleNodegetMetadata in interface X3DNodeScreenFontStyle setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DFontStyleNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.ScreenFontStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getPointSize()
ScreenFontStyle setPointSize(float newValue)
newValue - is new value for the pointSize field.ScreenFontStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getSpacing()
ScreenFontStyle setSpacing(float newValue)
newValue - is new value for the spacing field.ScreenFontStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String getStyle()
ScreenFontStyle setStyle(java.lang.String newValue)
newValue - is new value for the style field.ScreenFontStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getTopToBottom()
ScreenFontStyle setTopToBottom(boolean newValue)
newValue - is new value for the topToBottom field.ScreenFontStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).ScreenFontStyle setDEF(java.lang.String newValue)
setDEF in interface X3DFontStyleNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.ScreenFontStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).ScreenFontStyle setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DFontStyleNodesetUSE in interface X3DNodenewValue - is new value for the USE field.ScreenFontStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).ScreenFontStyle setCssClass(java.lang.String newValue)
setCssClass in interface X3DFontStyleNodesetCssClass in interface X3DNodenewValue - is new value for the class field.ScreenFontStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.