public interface Layout extends X3DLayoutNode
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getAlign()
Provide array of String enumeration results ['"CENTER"'|'"LEFT" "BOTTOM"'|'"LEFT" "CENTER"'|'"LEFT" "TOP"'|'"CENTER" "BOTTOM"'|'"CENTER" "CENTER"'|'"CENTER" "TOP"'|'"RIGHT" "BOTTOM"'|'"RIGHT" "CENTER"'|'"RIGHT" "TOP"'] from inputOutput MFString field named align.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float[] |
getOffset()
Provide array of float results from inputOutput MFFloat field named offset.
|
java.lang.String[] |
getOffsetUnits()
Provide array of String enumeration results ['"WORLD"'|'"WORLD" "WORLD"'|'"WORLD" "PIXEL"'|'"FRACTION"'|'"FRACTION" "WORLD"'|'"FRACTION" "FRACTION"'|'"FRACTION" "PIXEL"'|'"PIXEL"'|'"PIXEL" "WORLD"'|'"PIXEL" "FRACTION"'|'"PIXEL" "PIXEL"'] from inputOutput MFString field named offsetUnits.
|
java.lang.String[] |
getScaleMode()
Provide array of String enumeration results ['"NONE"'|'"NONE" "NONE"'|'"NONE" "FRACTION"'|'"NONE" "STRETCH"'|'"NONE" "PIXEL"'|'"FRACTION"'|'"FRACTION" "NONE"'|'"FRACTION" "FRACTION"'|'"FRACTION" "STRETCH"'|'"FRACTION" "PIXEL"'|'"STRETCH"'|'"STRETCH" "NONE"'|'"STRETCH" "FRACTION"'|'"STRETCH" "STRETCH"'|'"STRETCH" "PIXEL"'|'"PIXEL"'|'"PIXEL" "NONE"'|'"PIXEL" "FRACTION"'|'"PIXEL" "STRETCH"'|'"PIXEL" "PIXEL"'] from inputOutput MFString field named scaleMode.
|
float[] |
getSize()
Provide array of float results from initializeOnly MFFloat field named size.
|
java.lang.String[] |
getSizeUnits()
Provide array of String enumeration results ['"WORLD"'|'"WORLD" "WORLD"'|'"WORLD" "FRACTION"'|'"WORLD" "PIXEL"'|'"FRACTION"'|'"FRACTION" "WORLD"'|'"FRACTION" "FRACTION"'|'"FRACTION" "PIXEL"'|'"PIXEL"'|'"PIXEL" "WORLD"'|'"PIXEL" "FRACTION"'|'"PIXEL" "PIXEL"'] from inputOutput MFString field named sizeUnits.
|
Layout |
setAlign(java.lang.String[] newValue)
Assign String enumeration array (""CENTER""|""LEFT" "BOTTOM""|""LEFT" "CENTER""|""LEFT" "TOP""|""CENTER" "BOTTOM""|""CENTER" "CENTER""|""CENTER" "TOP""|""RIGHT" "BOTTOM""|""RIGHT" "CENTER""|""RIGHT" "TOP"") ['"CENTER"'|'"LEFT" "BOTTOM"'|'"LEFT" "CENTER"'|'"LEFT" "TOP"'|'"CENTER" "BOTTOM"'|'"CENTER" "CENTER"'|'"CENTER" "TOP"'|'"RIGHT" "BOTTOM"'|'"RIGHT" "CENTER"'|'"RIGHT" "TOP"'] to inputOutput MFString field named align.
|
Layout |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Layout |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Layout |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Layout |
setOffset(float[] newValue)
Assign float array to inputOutput MFFloat field named offset.
|
Layout |
setOffsetUnits(java.lang.String[] newValue)
Assign String enumeration array (""WORLD""|""WORLD" "WORLD""|""WORLD" "PIXEL""|""FRACTION""|""FRACTION" "WORLD""|""FRACTION" "FRACTION""|""FRACTION" "PIXEL""|""PIXEL""|""PIXEL" "WORLD""|""PIXEL" "FRACTION""|""PIXEL" "PIXEL"") ['"WORLD"'|'"WORLD" "WORLD"'|'"WORLD" "PIXEL"'|'"FRACTION"'|'"FRACTION" "WORLD"'|'"FRACTION" "FRACTION"'|'"FRACTION" "PIXEL"'|'"PIXEL"'|'"PIXEL" "WORLD"'|'"PIXEL" "FRACTION"'|'"PIXEL" "PIXEL"'] to inputOutput MFString field named offsetUnits.
|
Layout |
setScaleMode(java.lang.String[] newValue)
Assign String enumeration array (""NONE""|""NONE" "NONE""|""NONE" "FRACTION""|""NONE" "STRETCH""|""NONE" "PIXEL""|""FRACTION""|""FRACTION" "NONE""|""FRACTION" "FRACTION""|""FRACTION" "STRETCH""|""FRACTION" "PIXEL""|""STRETCH""|""STRETCH" "NONE""|""STRETCH" "FRACTION""|""STRETCH" "STRETCH""|""STRETCH" "PIXEL""|""PIXEL""|""PIXEL" "NONE""|""PIXEL" "FRACTION""|""PIXEL" "STRETCH""|""PIXEL" "PIXEL"") ['"NONE"'|'"NONE" "NONE"'|'"NONE" "FRACTION"'|'"NONE" "STRETCH"'|'"NONE" "PIXEL"'|'"FRACTION"'|'"FRACTION" "NONE"'|'"FRACTION" "FRACTION"'|'"FRACTION" "STRETCH"'|'"FRACTION" "PIXEL"'|'"STRETCH"'|'"STRETCH" "NONE"'|'"STRETCH" "FRACTION"'|'"STRETCH" "STRETCH"'|'"STRETCH" "PIXEL"'|'"PIXEL"'|'"PIXEL" "NONE"'|'"PIXEL" "FRACTION"'|'"PIXEL" "STRETCH"'|'"PIXEL" "PIXEL"'] to inputOutput MFString field named scaleMode.
|
Layout |
setSize(float[] newValue)
Assign float array to initializeOnly MFFloat field named size.
|
Layout |
setSizeUnits(java.lang.String[] newValue)
Assign String enumeration array (""WORLD""|""WORLD" "WORLD""|""WORLD" "FRACTION""|""WORLD" "PIXEL""|""FRACTION""|""FRACTION" "WORLD""|""FRACTION" "FRACTION""|""FRACTION" "PIXEL""|""PIXEL""|""PIXEL" "WORLD""|""PIXEL" "FRACTION""|""PIXEL" "PIXEL"") ['"WORLD"'|'"WORLD" "WORLD"'|'"WORLD" "FRACTION"'|'"WORLD" "PIXEL"'|'"FRACTION"'|'"FRACTION" "WORLD"'|'"FRACTION" "FRACTION"'|'"FRACTION" "PIXEL"'|'"PIXEL"'|'"PIXEL" "WORLD"'|'"PIXEL" "FRACTION"'|'"PIXEL" "PIXEL"'] to inputOutput MFString field named sizeUnits.
|
Layout |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
java.lang.String[] getAlign()
Layout setAlign(java.lang.String[] newValue)
newValue - is new value for the align field.Layout - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DChildNodegetMetadata in interface X3DLayoutNodegetMetadata in interface X3DNodeLayout setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DChildNodesetMetadata in interface X3DLayoutNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.Layout - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getOffset()
Layout setOffset(float[] newValue)
newValue - is new value for the offset field.Layout - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getOffsetUnits()
Layout setOffsetUnits(java.lang.String[] newValue)
newValue - is new value for the offsetUnits field.Layout - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getScaleMode()
Layout setScaleMode(java.lang.String[] newValue)
newValue - is new value for the scaleMode field.Layout - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getSize()
Layout setSize(float[] newValue)
newValue - is new value for the size field.Layout - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getSizeUnits()
Layout setSizeUnits(java.lang.String[] newValue)
newValue - is new value for the sizeUnits field.Layout - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Layout setDEF(java.lang.String newValue)
setDEF in interface X3DChildNodesetDEF in interface X3DLayoutNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.Layout - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Layout 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 X3DChildNodesetUSE in interface X3DLayoutNodesetUSE in interface X3DNodenewValue - is new value for the USE field.Layout - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Layout setCssClass(java.lang.String newValue)
setCssClass in interface X3DChildNodesetCssClass in interface X3DLayoutNodesetCssClass in interface X3DNodenewValue - is new value for the class field.Layout - 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.