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
-
-
Field Summary
Fields Modifier and Type Field Description static javafx.scene.text.FonticonFont
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javafx.scene.NodegetErrorIcon()static javafx.scene.NodegetErrorIcon(double size)static javafx.scene.NodegetIcon(java.lang.String iconString, double size)static javafx.scene.NodegetInfoIcon()static javafx.scene.NodegetInfoIcon(double size)static javafx.scene.NodegetWarningIcon()static javafx.scene.NodegetWarningIcon(double size)
-
-
-
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)
-
-