Class ChartIconFactory


  • public final class ChartIconFactory
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javafx.scene.text.Font iconFont  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javafx.scene.Node getErrorIcon()  
      static javafx.scene.Node getErrorIcon​(double size)  
      static javafx.scene.Node getIcon​(java.lang.String iconString, double size)  
      static javafx.scene.Node getInfoIcon()  
      static javafx.scene.Node getInfoIcon​(double size)  
      static javafx.scene.Node getWarningIcon()  
      static javafx.scene.Node getWarningIcon​(double size)  
      • Methods inherited from class java.lang.Object

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

      • iconFont

        public static javafx.scene.text.Font iconFont
    • Method Detail

      • getErrorIcon

        public static javafx.scene.Node getErrorIcon()
      • getErrorIcon

        public static javafx.scene.Node getErrorIcon​(double size)
      • getIcon

        public static javafx.scene.Node getIcon​(java.lang.String iconString,
                                                double size)
      • getInfoIcon

        public static javafx.scene.Node getInfoIcon()
      • getInfoIcon

        public static javafx.scene.Node getInfoIcon​(double size)
      • getWarningIcon

        public static javafx.scene.Node getWarningIcon()
      • getWarningIcon

        public static javafx.scene.Node getWarningIcon​(double size)