FreeWRL / FreeX3D 4.3.0
|
Public Member Functions | |
Font | getFont () |
int | getHorizontalJustification () |
int | getVerticalJustification () |
float | getSpacing () |
float | getSize () |
boolean | isTopToBottom () |
boolean | isLeftToRight () |
![]() | |
void | setMetadata (X3DMetadataObject data) throws InvalidNodeException, ConnectionException |
X3DMetadataObject | getMetadata () throws InvalidNodeException, ConnectionException |
String | getNodeName () throws InvalidNodeException, ConnectionException |
X3DFieldDefinition[] | getFieldDefinitions () throws InvalidNodeException, ConnectionException |
int[] | getNodeType () throws InvalidNodeException, ConnectionException |
X3DField | getField (String name) throws InvalidNameException, InvalidNodeException, ConnectionException |
void | dispose () |
Data Fields | |
int | PLAIN_STYLE = java.awt.Font.PLAIN |
int | ITALIC_STYLE = java.awt.Font.ITALIC |
int | BOLD_STYLE = java.awt.Font.BOLD |
int | BOLDITALIC_STYLE = java.awt.Font.BOLD + java.awt.Font.ITALIC |
int | BEGIN_JUSTIFY = 1 |
int | END_JUSTIFY = 2 |
int | MIDDLE_JUSTIFY = 3 |
int | FIRST_JUSTIFY = 4 |
Definition at line 4 of file X3DFontStyleNode.java.
int org.web3d.x3d.sai.X3DFontStyleNode.BEGIN_JUSTIFY = 1 |
Definition at line 9 of file X3DFontStyleNode.java.
int org.web3d.x3d.sai.X3DFontStyleNode.BOLD_STYLE = java.awt.Font.BOLD |
Definition at line 7 of file X3DFontStyleNode.java.
int org.web3d.x3d.sai.X3DFontStyleNode.BOLDITALIC_STYLE = java.awt.Font.BOLD + java.awt.Font.ITALIC |
Definition at line 8 of file X3DFontStyleNode.java.
int org.web3d.x3d.sai.X3DFontStyleNode.END_JUSTIFY = 2 |
Definition at line 10 of file X3DFontStyleNode.java.
int org.web3d.x3d.sai.X3DFontStyleNode.FIRST_JUSTIFY = 4 |
Definition at line 12 of file X3DFontStyleNode.java.
int org.web3d.x3d.sai.X3DFontStyleNode.ITALIC_STYLE = java.awt.Font.ITALIC |
Definition at line 6 of file X3DFontStyleNode.java.
int org.web3d.x3d.sai.X3DFontStyleNode.MIDDLE_JUSTIFY = 3 |
Definition at line 11 of file X3DFontStyleNode.java.
int org.web3d.x3d.sai.X3DFontStyleNode.PLAIN_STYLE = java.awt.Font.PLAIN |
Definition at line 5 of file X3DFontStyleNode.java.