Class Utils1

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

public class Utils1 extends Object
Created by pedro_000 on 6/28/2014.
  • Constructor Details Link icon

    • Utils1 Link icon

      public Utils1()
  • Method Details Link icon

    • computeTextWidth Link icon

      public static double computeTextWidth(javafx.scene.text.Font font, String text, double wrappingWidth)
    • computeTextHeight Link icon

      public static double computeTextHeight(javafx.scene.text.Font font, String text, double wrappingWidth, double lineSpacing, javafx.scene.text.TextBoundsType boundsType)