|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Describes a font in VRML.
| Field Summary | |
static int |
BEGIN_JUSTIFY
Justify to the beginning |
static int |
BOLD_STYLE
The font style is BOLD |
static int |
BOLDITALIC_STYLE
The font style is BOLDITALIC |
static int |
END_JUSTIFY
Justify to the end of the string |
static int |
FIRST_JUSTIFY
Justify about the first character of the line. |
static int |
ITALIC_STYLE
The font style is ITALIC |
static int |
MIDDLE_JUSTIFY
Justify about the middle |
static int |
PLAIN_STYLE
The font style is PLAIN |
| Method Summary | |
java.awt.Font |
getFont()
Fetch the AWT font description that matches the internal field settings. |
int |
getHorizontalJustification()
Get the horizontal justification flag. |
float |
getSize()
Get the size information for a single line of text. |
float |
getSpacing()
Get the spacing defintion for the lines of text. |
int |
getVerticalJustification()
Get the vertical justification flag. |
boolean |
isLeftToRight()
Get the value of the leftToRight flag. |
boolean |
isTopToBottom()
Get the value of the topToBottom flag. |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLNodeType |
addNodeListener, getFieldValue, getMetadataObject, getRefCount, hasFieldChanged, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, sendRoute, setDEF, setFrameStateManager, setMetadataObject, setupFinished, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, updateRefCount |
| Methods inherited from interface org.web3d.vrml.lang.VRMLNode |
getFieldDeclaration, getFieldIndex, getNodeFieldIndices, getNumFields, getPrimaryType, getSecondaryType, getUserData, getVRMLNodeName, isDEF, setErrorReporter, setUserData, setVersion |
| Methods inherited from interface org.web3d.vrml.nodes.FrameStateListener |
allEventsComplete |
| Field Detail |
public static final int PLAIN_STYLE
public static final int ITALIC_STYLE
public static final int BOLD_STYLE
public static final int BOLDITALIC_STYLE
public static final int BEGIN_JUSTIFY
public static final int END_JUSTIFY
public static final int MIDDLE_JUSTIFY
public static final int FIRST_JUSTIFY
| Method Detail |
public java.awt.Font getFont()
public int getHorizontalJustification()
public int getVerticalJustification()
public float getSpacing()
public float getSize()
public boolean isTopToBottom()
public boolean isLeftToRight()
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||