public class BoundedIntPairProperty extends SimpleIntPairProperty
Constructor and Description |
---|
BoundedIntPairProperty(IntPair initialValue,
javafx.beans.binding.ObjectBinding<IntPair> lowerBound,
javafx.beans.binding.ObjectBinding<IntPair> upperBound) |
Modifier and Type | Method and Description |
---|---|
void |
set(int x,
int y) |
void |
set(IntPair v) |
void |
setValue(IntPair v) |
add, add, subtract, subtract
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, toString, unbind
bindBidirectional, unbindBidirectional
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
public BoundedIntPairProperty(IntPair initialValue, javafx.beans.binding.ObjectBinding<IntPair> lowerBound, javafx.beans.binding.ObjectBinding<IntPair> upperBound) throws RuntimeException
RuntimeException
public void set(int x, int y)
set
in class SimpleIntPairProperty
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.