Package de.gsi.chart.renderer.spi.utils
Class ChartIconFactory
- java.lang.Object
-
- de.gsi.chart.renderer.spi.utils.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.ImagegetErrorIcon()static javafx.scene.image.ImagegetErrorIcon(double width, double height)static javafx.scene.image.ImagegetIcon(java.lang.String file, double width, double height)static javafx.scene.image.ImagegetInfoIcon()static javafx.scene.image.ImagegetInfoIcon(double width, double height)static javafx.scene.image.ImagegetWarningIcon()static javafx.scene.image.ImagegetWarningIcon(double width, double height)
-
-
-
Method Detail
-
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)
-
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)
-
-