Class ChartIconFactory


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javafx.scene.image.Image getErrorIcon()  
      static javafx.scene.image.Image getErrorIcon​(double width, double height)  
      static javafx.scene.image.Image getIcon​(java.lang.String file, double width, double height)  
      static javafx.scene.image.Image getInfoIcon()  
      static javafx.scene.image.Image getInfoIcon​(double width, double height)  
      static javafx.scene.image.Image getWarningIcon()  
      static javafx.scene.image.Image getWarningIcon​(double width, double height)  
      • Methods inherited from class java.lang.Object

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

      • getInfoIcon

        public static javafx.scene.image.Image getInfoIcon()
      • getInfoIcon

        public static javafx.scene.image.Image getInfoIcon​(double width,
                                                           double height)
      • getWarningIcon

        public static javafx.scene.image.Image getWarningIcon()
      • getWarningIcon

        public static javafx.scene.image.Image getWarningIcon​(double width,
                                                              double height)
      • getErrorIcon

        public static javafx.scene.image.Image getErrorIcon()
      • getErrorIcon

        public static javafx.scene.image.Image getErrorIcon​(double width,
                                                            double height)
      • getIcon

        public static javafx.scene.image.Image getIcon​(java.lang.String file,
                                                       double width,
                                                       double height)