Jeospace API

org.jeospace.x3d.node
Class FontStyle

java.lang.Object
  extended byorg.jeospace.x3d.node.Node
      extended byorg.jeospace.x3d.node.FontStyle

public class FontStyle
extends Node

An SAI FontStyle node wrapper.

Version:
$Revision: 1.2 $
Author:
Rex Melton

Field Summary
 org.web3d.x3d.sai.MFString family
          The family field
 org.web3d.x3d.sai.SFBool horizontal
          The horizontal field
 org.web3d.x3d.sai.MFString justify
          The justify field
 org.web3d.x3d.sai.SFString language
          The language field
 org.web3d.x3d.sai.SFBool leftToRight
          The leftToRight field
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.SFFloat size
          The size field
 org.web3d.x3d.sai.SFFloat spacing
          The spacing field
 org.web3d.x3d.sai.SFString style
          The style field
 org.web3d.x3d.sai.SFBool topToBottom
          The topToBottom field
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
FontStyle(org.web3d.x3d.sai.X3DNode node)
          Constructor
FontStyle(org.web3d.x3d.sai.X3DScene scene)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadata

public final org.web3d.x3d.sai.SFNode metadata
The metadata exposedField


family

public final org.web3d.x3d.sai.MFString family
The family field


horizontal

public final org.web3d.x3d.sai.SFBool horizontal
The horizontal field


justify

public final org.web3d.x3d.sai.MFString justify
The justify field


language

public final org.web3d.x3d.sai.SFString language
The language field


leftToRight

public final org.web3d.x3d.sai.SFBool leftToRight
The leftToRight field


size

public final org.web3d.x3d.sai.SFFloat size
The size field


spacing

public final org.web3d.x3d.sai.SFFloat spacing
The spacing field


style

public final org.web3d.x3d.sai.SFString style
The style field


topToBottom

public final org.web3d.x3d.sai.SFBool topToBottom
The topToBottom field

Constructor Detail

FontStyle

public FontStyle(org.web3d.x3d.sai.X3DScene scene)
Constructor


FontStyle

public FontStyle(org.web3d.x3d.sai.X3DNode node)
Constructor


Jeospace API

Copyright © 2006 - jeospace.org