|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VRMLFontStyleNodeType
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, clearRemovedLayerIds, getFieldValue, getLayerIds, getMetadataObject, getRefCount, getRemovedLayerIds, 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 |
|---|
static final int PLAIN_STYLE
static final int ITALIC_STYLE
static final int BOLD_STYLE
static final int BOLDITALIC_STYLE
static final int BEGIN_JUSTIFY
static final int END_JUSTIFY
static final int MIDDLE_JUSTIFY
static final int FIRST_JUSTIFY
| Method Detail |
|---|
java.awt.Font getFont()
int getHorizontalJustification()
int getVerticalJustification()
float getSpacing()
float getSize()
boolean isTopToBottom()
boolean isLeftToRight()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||