Class HorizontalScrollBinding

    • Constructor Summary

      Constructors 
      Constructor Description
      HorizontalScrollBinding​(javafx.scene.shape.Rectangle clip, double totalWidth)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected EClipAreaHorizontalScrollState computeValue()  
      void setTotalWidth​(double totalWidth)  
      • Methods inherited from class javafx.beans.binding.ObjectBinding

        addListener, addListener, bind, dispose, get, getDependencies, invalidate, isValid, onInvalidating, removeListener, removeListener, toString, unbind
      • Methods inherited from class javafx.beans.binding.ObjectExpression

        asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface javafx.beans.value.ObservableValue

        getValue
    • Constructor Detail

      • HorizontalScrollBinding

        public HorizontalScrollBinding​(javafx.scene.shape.Rectangle clip,
                                       double totalWidth)