Class FontLibrary

All Implemented Interfaces:
X3DNode, X3DUrlObject, FontLibrary

public class FontLibrary extends X3DConcreteNode implements FontLibrary

Package hint: This org.web3d.x3d.jsail concrete class is used for implementing a standalone X3D object as a Plain Old Java Object (POJO). If you are writing Java code for use inside an X3D Script node, compile separate code using only the org.web3d.x3d.sai package instead.
See Also:
  • Field Details

    • FAMILY_SANS

      public static final String FAMILY_SANS
      Tooltip: default font family for sans-serif font such as Helvetica. MFString field named family with X3DUOM simpleType fontFamilyValues and with X3DUOM baseType MFString is an array that can include this quoted enumeration value (and also may include alternate values) "SANS" (Java syntax) or '"SANS"' (XML syntax).
      See Also:
    • FAMILY_SERIF

      public static final String FAMILY_SERIF
      Tooltip: default font family for serif font such as Times-Roman. MFString field named family with X3DUOM simpleType fontFamilyValues and with X3DUOM baseType MFString is an array that can include this quoted enumeration value (and also may include alternate values) "SERIF" (Java syntax) or '"SERIF"' (XML syntax).
      See Also:
    • FAMILY_TYPEWRITER

      public static final String FAMILY_TYPEWRITER
      Tooltip: default font family for a fixed-pitch font such as Courier. MFString field named family with X3DUOM simpleType fontFamilyValues and with X3DUOM baseType MFString is an array that can include this quoted enumeration value (and also may include alternate values) "TYPEWRITER" (Java syntax) or '"TYPEWRITER"' (XML syntax).
      See Also:
    • NAME

      public static final String NAME
      String constant NAME provides name of this element: FontLibrary.
      See Also:
    • COMPONENT

      public static final String COMPONENT
      String constant COMPONENT defines X3D component for the FontLibrary element: Text
      See Also:
    • LEVEL

      public static final int LEVEL
      Integer constant LEVEL provides default X3D Text component level for this element: 2
      See Also:
    • AUTOREFRESH_DEFAULT_VALUE

      public static final double AUTOREFRESH_DEFAULT_VALUE
      SFTime field named autoRefresh has default value 0 (Java syntax) or 0 (XML syntax).
      See Also:
    • AUTOREFRESHTIMELIMIT_DEFAULT_VALUE

      public static final double AUTOREFRESHTIMELIMIT_DEFAULT_VALUE
      SFTime field named autoRefreshTimeLimit has default value 3600 (Java syntax) or 3600 (XML syntax).
      See Also:
    • DESCRIPTION_DEFAULT_VALUE

      public static final String DESCRIPTION_DEFAULT_VALUE
      SFString field named description has default value equal to an empty string.
      See Also:
    • IS_DEFAULT_VALUE

      public static final IS IS_DEFAULT_VALUE
      SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    • LOAD_DEFAULT_VALUE

      public static final boolean LOAD_DEFAULT_VALUE
      SFBool field named load has default value true (Java syntax) or true (XML syntax).
      See Also:
    • METADATA_DEFAULT_VALUE

      public static final X3DMetadataObject METADATA_DEFAULT_VALUE
      SFNode field named metadata has default value null (Java syntax) or NULL (XML syntax).
    • containerField_DEFAULT_VALUE

      public static final String containerField_DEFAULT_VALUE
      containerField describes typical field relationship of a node to its parent. Usage is not ordinarily needed when using this API, this default value is provided for informational purposes only.
      containerField_DEFAULT_VALUE = "children";
      containerField_ALLOWED_VALUES = {"children" }; type xs:NMTOKEN
      See Also:
    • fromField_AUTOREFRESH

      public static final String fromField_AUTOREFRESH
      fromField ROUTE name for SFTime field named autoRefresh.
      See Also:
    • toField_AUTOREFRESH

      public static final String toField_AUTOREFRESH
      toField ROUTE name for SFTime field named autoRefresh.
      See Also:
    • fromField_AUTOREFRESHTIMELIMIT

      public static final String fromField_AUTOREFRESHTIMELIMIT
      fromField ROUTE name for SFTime field named autoRefreshTimeLimit.
      See Also:
    • toField_AUTOREFRESHTIMELIMIT

      public static final String toField_AUTOREFRESHTIMELIMIT
      toField ROUTE name for SFTime field named autoRefreshTimeLimit.
      See Also:
    • fromField_DESCRIPTION

      public static final String fromField_DESCRIPTION
      fromField ROUTE name for SFString field named description.
      See Also:
    • toField_DESCRIPTION

      public static final String toField_DESCRIPTION
      toField ROUTE name for SFString field named description.
      See Also:
    • fromField_FAMILY

      public static final String fromField_FAMILY
      fromField ROUTE name for MFString field named family.
      See Also:
    • toField_FAMILY

      public static final String toField_FAMILY
      toField ROUTE name for MFString field named family.
      See Also:
    • fromField_IS

      public static final String fromField_IS
      fromField ROUTE name for SFNode field named IS.
      See Also:
    • fromField_LOAD

      public static final String fromField_LOAD
      fromField ROUTE name for SFBool field named load.
      See Also:
    • toField_LOAD

      public static final String toField_LOAD
      toField ROUTE name for SFBool field named load.
      See Also:
    • fromField_METADATA

      public static final String fromField_METADATA
      fromField ROUTE name for SFNode field named metadata.
      See Also:
    • toField_METADATA

      public static final String toField_METADATA
      toField ROUTE name for SFNode field named metadata.
      See Also:
    • fromField_URL

      public static final String fromField_URL
      fromField ROUTE name for MFString field named url.
      See Also:
    • toField_URL

      public static final String toField_URL
      toField ROUTE name for MFString field named url.
      See Also:
  • Constructor Details

    • FontLibrary

      public FontLibrary()
      Constructor for FontLibrary to initialize member variables with default values.
    • FontLibrary

      public FontLibrary(String DEFlabel)
      Utility constructor that assigns DEF label after initializing member variables with default values.
      Parameters:
      DEFlabel - unique DEF name for this X3D node
  • Method Details