Class AdaptiveIntProperty

All Implemented Interfaces:
Animatable

public final class AdaptiveIntProperty extends AdaptivePropertyBase<Integer>
An optimized adaptive property, that uses a primitive int value.
  • Constructor Details

    • AdaptiveIntProperty

      public AdaptiveIntProperty(VariableProperty<Integer> variableProperty)
      Creates a new property with a dynamic value.
      Parameters:
      variableProperty - Variable property that determines the value of this property
    • AdaptiveIntProperty

      public AdaptiveIntProperty(int fixedValue)
      Creates a new property with a fixed value.
  • Method Details