Package | Description |
---|---|
conexp.fx.core.collections | |
conexp.fx.gui.cellpane | |
conexp.fx.gui.properties |
Modifier and Type | Field and Description |
---|---|
static Comparator<IntPair> |
IntPair.CANTORIAN_COMPARATOR |
static Comparator<IntPair> |
IntPair.POSITIVE_CANTORIAN_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
IntPair |
IntPair.add(int x,
int y) |
IntPair |
IntPair.add(IntPair coordinates) |
IntPair |
IntPair.clone() |
IntPair |
IntPair.delta(int x,
int y) |
IntPair |
IntPair.delta(IntPair coordinates) |
static IntPair |
IntPair.findPositiveCantorianSum(int sum) |
IntPair |
IntPair.minus(int x,
int y) |
IntPair |
IntPair.minus(IntPair coordinates) |
IntPair |
IntPair.negate() |
IntPair |
IntPair.negative() |
IntPair |
IntPair.plus(int x,
int y) |
IntPair |
IntPair.plus(IntPair coordinates) |
IntPair |
IntPair.subtract(int x,
int y) |
IntPair |
IntPair.subtract(IntPair coordinates) |
static IntPair |
IntPair.valueOf(int x,
int y) |
static IntPair |
IntPair.zero() |
Modifier and Type | Method and Description |
---|---|
IntPair |
IntPair.add(IntPair coordinates) |
IntPair |
IntPair.delta(IntPair coordinates) |
IntPair |
IntPair.minus(IntPair coordinates) |
IntPair |
IntPair.plus(IntPair coordinates) |
void |
IntPair.set(IntPair coordinates) |
IntPair |
IntPair.subtract(IntPair coordinates) |
Modifier and Type | Field and Description |
---|---|
javafx.beans.binding.ObjectBinding<IntPair> |
Cell.contentCoordinates |
javafx.beans.property.ReadOnlyObjectProperty<IntPair> |
Cell.gridCoordinates |
protected javafx.collections.ObservableList<IntPair> |
Cell.scrollDeltaCoordinatesQueue |
protected javafx.beans.binding.ObjectBinding<IntPair> |
Cell.snapToCoordinates |
Modifier and Type | Method and Description |
---|---|
TCell |
CellPane.getCellByContentCoordinates(IntPair coordinates) |
TCell |
CellPane.getCellByGridCoordinates(IntPair coordinates) |
Modifier and Type | Method and Description |
---|---|
SimpleIntPairProperty |
SimpleIntPairProperty.add(IntPair coordinates) |
void |
BoundedIntPairProperty.set(IntPair v) |
void |
BoundedIntPairProperty.setValue(IntPair v) |
SimpleIntPairProperty |
SimpleIntPairProperty.subtract(IntPair coordinates) |
Constructor and Description |
---|
BoundedIntPairProperty(IntPair initialValue,
javafx.beans.binding.ObjectBinding<IntPair> lowerBound,
javafx.beans.binding.ObjectBinding<IntPair> upperBound) |
SimpleIntPairProperty(IntPair initialValue) |
Constructor and Description |
---|
BoundedIntPairProperty(IntPair initialValue,
javafx.beans.binding.ObjectBinding<IntPair> lowerBound,
javafx.beans.binding.ObjectBinding<IntPair> upperBound) |
BoundedIntPairProperty(IntPair initialValue,
javafx.beans.binding.ObjectBinding<IntPair> lowerBound,
javafx.beans.binding.ObjectBinding<IntPair> upperBound) |
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.