Package com.treemap.javafx.crossplatform
Class JavaFXHeadless
- java.lang.Object
-
- com.treemap.javafx.crossplatform.JavaFXHeadless
-
-
Constructor Summary
Constructors Constructor Description JavaFXHeadless()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javafx.geometry.Bounds
computeStringBounds(java.lang.String s, javafx.scene.text.Font myFont)
static double
computeStringWidth(java.lang.String s, javafx.scene.text.Font myFont)
PreferredSize
sizeLabel(com.macrofocus.labeling.EnhancedLabel<javafx.scene.paint.Color,javafx.scene.text.Font> l, TGraphics<javafx.scene.paint.Color,javafx.scene.text.Font> g, int width, int height)
-
-
-
Method Detail
-
sizeLabel
public PreferredSize sizeLabel(com.macrofocus.labeling.EnhancedLabel<javafx.scene.paint.Color,javafx.scene.text.Font> l, TGraphics<javafx.scene.paint.Color,javafx.scene.text.Font> g, int width, int height)
-
computeStringWidth
public static double computeStringWidth(java.lang.String s, javafx.scene.text.Font myFont)
-
computeStringBounds
public static javafx.geometry.Bounds computeStringBounds(java.lang.String s, javafx.scene.text.Font myFont)
-
-