Package pamViewFX.fxNodes.sliders
Class Utils1
java.lang.Object
pamViewFX.fxNodes.sliders.Utils1
Created by pedro_000 on 6/28/2014.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
computeTextHeight
(javafx.scene.text.Font font, String text, double wrappingWidth, double lineSpacing, javafx.scene.text.TextBoundsType boundsType) static double
computeTextWidth
(javafx.scene.text.Font font, String text, double wrappingWidth)
-
Constructor Details
-
Utils1
public Utils1()
-
-
Method Details
-
computeTextWidth
public static double computeTextWidth(javafx.scene.text.Font font, String text, double wrappingWidth) -
computeTextHeight
public static double computeTextHeight(javafx.scene.text.Font font, String text, double wrappingWidth, double lineSpacing, javafx.scene.text.TextBoundsType boundsType)
-