Class DoubleConverter

java.lang.Object
javafx.css.StyleConverter<String,Double>
jfxtras.css.converters.DoubleConverter

public class DoubleConverter extends javafx.css.StyleConverter<String,Double>
  • Nested Class Summary

    Nested classes/interfaces inherited from class javafx.css.StyleConverter

    javafx.css.StyleConverter.StringStore
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final DoubleConverter
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(javafx.css.ParsedValue<String,Double> value, javafx.scene.text.Font not_used)
     
    static javafx.css.StyleConverter<?,Double>
     
     

    Methods inherited from class javafx.css.StyleConverter

    cacheValue, clearCache, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • DoubleConverter

      public DoubleConverter()
  • Method Details

    • convert

      public Double convert(javafx.css.ParsedValue<String,Double> value, javafx.scene.text.Font not_used)
      Overrides:
      convert in class javafx.css.StyleConverter<String,Double>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getInstance

      public static javafx.css.StyleConverter<?,Double> getInstance()