Class TextHaveFunWithX3D

java.lang.Object
X3dForWebAuthors.Chapter02GeometryPrimitives.TextHaveFunWithX3D

public class TextHaveFunWithX3D extends Object

Simple smiley-face example illustrating an emoticon character entity, used within an MFString Text.

Related links: Catalog page TextHaveFunWithX3D, source TextHaveFunWithX3D.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags   Document Metadata
title TextHaveFunWithX3D.x3d
description Simple smiley-face example illustrating an emoticon character entity, used within an MFString Text.
creator Don Brutzman
created 26 April 2017
modified 18 June 2024
Image TextHaveFunWithX3D.png
reference [x3d-public] special characters and fonts: extending FontStyle family/url for font file
reference https://web3d.org/pipermail/x3d-public_web3d.org/2024-May/020447.html
reference http://unicode.org/emoji/charts/full-emoji-list.html
reference https://en.wikipedia.org/wiki/Emoticons_(Unicode_block)
reference https://en.wikipedia.org/wiki/Universal_Character_Set_characters
reference https://www.w3.org/TR/html4/sgml/entities.html
reference https://dev.w3.org/html5/html-author/charref
reference https://www.w3.org/wiki/Common_HTML_entities_used_for_typography
reference Wikipedia: Web typography https://en.wikipedia.org/wiki/Web_typography#Web_fonts
reference Fonts on the Web https://www.w3.org/Fonts
reference History of the Web: The Decade-Long Path to Web Fonts https://thehistoryoftheweb.com/web-fonts
reference https://X3dGraphics.com
reference https://create3000.github.io/x_ite/components/text/fontstyle/#supported-file-formats
Image TextHaveFunWithX3D_SerifX_ITE.png
reference https://www.web3d.org/x3d/content/examples/X3dResources.html
rights Copyright Don Brutzman and Leonard Daly 2007
subject emoji emoticon, X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com
identifier https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter02GeometryPrimitives/TextHaveFunWithX3D.x3d
generator X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit
license ../license.html
 

This program uses the X3D Java Scene Access Interface Library (X3DJSAIL). It has been produced using the X3dToJava.xslt stylesheet (version control) which is used to create Java source code from an original .x3d model.

  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor to create this object.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.web3d.x3d.jsail.Core.X3D
    Provide a shallow copy of the X3D model.
    final void
    Create and initialize the X3D model for this object.
    static void
    main(String[] args)
    Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TextHaveFunWithX3D

      public TextHaveFunWithX3D()
      Default constructor to create this object.
  • Method Details

    • initialize

      public final void initialize()
      Create and initialize the X3D model for this object.
    • getX3dModel

      public org.web3d.x3d.jsail.Core.X3D getX3dModel()
      Provide a shallow copy of the X3D model.
      Returns:
      TextHaveFunWithX3D model
      See Also:
    • main

      public static void main(String[] args)
      Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
      Parameters:
      args - array of input parameters, provided as arguments
      See Also: