Class SnowFlakeSample


  • public class SnowFlakeSample
    extends javafx.application.Application
    Happy Christmas and a Happy Coding 2020
    Author:
    rstein
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javafx.application.Application

        javafx.application.Application.Parameters
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String FONT_AWESOME  
      protected static int FONT_SIZE  
      protected static java.lang.String FONT_SYMBOL_SNOW  
      protected static java.lang.String FONT_SYMBOL_TRANSPOSE  
      • Fields inherited from class javafx.application.Application

        STYLESHEET_CASPIAN, STYLESHEET_MODENA
    • Constructor Summary

      Constructors 
      Constructor Description
      SnowFlakeSample()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<de.gsi.dataset.DataSet> christmasTree()  
      static void main​(java.lang.String[] args)  
      void start​(javafx.stage.Stage primaryStage)  
      static de.gsi.dataset.DataSet treeOrnaments​(de.gsi.dataset.DataSet tree, double spacing)  
      • Methods inherited from class javafx.application.Application

        getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
      • Methods inherited from class java.lang.Object

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

      • SnowFlakeSample

        public SnowFlakeSample()
    • Method Detail

      • start

        public void start​(javafx.stage.Stage primaryStage)
        Specified by:
        start in class javafx.application.Application
      • christmasTree

        public static java.util.List<de.gsi.dataset.DataSet> christmasTree()
      • main

        public static void main​(java.lang.String[] args)
      • treeOrnaments

        public static de.gsi.dataset.DataSet treeOrnaments​(de.gsi.dataset.DataSet tree,
                                                           double spacing)