#include <archon/x3d/proxy/node.autogen.H>
Inheritance diagram for Archon::X3D::Proxy::FontStyle:
Public Member Functions | |
std::vector< std::string > | getFamily () |
void | setFamily (const std::vector< std::string > &v) |
bool | getHorizontal () |
void | setHorizontal (bool v) |
std::vector< std::string > | getJustify () |
void | setJustify (const std::vector< std::string > &v) |
std::string | getLanguage () |
void | setLanguage (std::string v) |
bool | getLeftToRight () |
void | setLeftToRight (bool v) |
double | getSize () |
void | setSize (double v) |
double | getSpacing () |
void | setSpacing (double v) |
std::string | getStyle () |
void | setStyle (std::string v) |
bool | getTopToBottom () |
void | setTopToBottom (bool v) |
Static Public Member Functions | |
static Ref< FontStyle > | create (Ref< ExecutionContext > c) |
static NodeBase * | instantiate (Session *s, unsigned long i) |
Public Attributes | |
InitializeOnlySeq< MFString > | family |
InitializeOnly< SFBool > | horizontal |
InitializeOnlySeq< MFString > | justify |
InitializeOnly< SFString > | language |
InitializeOnly< SFBool > | leftToRight |
InitializeOnly< SFFloat > | size |
InitializeOnly< SFFloat > | spacing |
InitializeOnly< SFString > | style |
InitializeOnly< SFBool > | topToBottom |
Definition at line 2690 of file node.autogen.H.