Class Utils1

java.lang.Object
pamViewFX.fxNodes.sliders.Utils1

public class Utils1 extends Object
Created by pedro_000 on 6/28/2014.
  • 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)