public class SimpleConceptLayout<G,M> extends ConceptLayout<G,M,javafx.beans.property.SimpleObjectProperty<javafx.geometry.Point3D>>
generators, lattice, observe, positionBindings| Constructor and Description |
|---|
SimpleConceptLayout(ConceptLattice<G,M> conceptLattice) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteZ() |
void |
move(Concept<G,M> concept,
ConceptMovement movement,
javafx.geometry.Point3D delta) |
protected javafx.beans.property.SimpleObjectProperty<javafx.geometry.Point3D> |
newPositionBinding(Concept<G,M> concept) |
void |
rotate(double angle) |
void |
start() |
void |
stop() |
addListener, disposePosition, getCurrentBoundingBox, getOrAddPosition, getPosition, initializePositionBindings, invalidate, observe, removeListenerpublic SimpleConceptLayout(ConceptLattice<G,M> conceptLattice)
protected javafx.beans.property.SimpleObjectProperty<javafx.geometry.Point3D> newPositionBinding(Concept<G,M> concept)
newPositionBinding in class ConceptLayout<G,M,javafx.beans.property.SimpleObjectProperty<javafx.geometry.Point3D>>public void rotate(double angle)
rotate in class ConceptLayout<G,M,javafx.beans.property.SimpleObjectProperty<javafx.geometry.Point3D>>public void move(Concept<G,M> concept, ConceptMovement movement, javafx.geometry.Point3D delta)
move in class ConceptLayout<G,M,javafx.beans.property.SimpleObjectProperty<javafx.geometry.Point3D>>public void deleteZ()
deleteZ in class ConceptLayout<G,M,javafx.beans.property.SimpleObjectProperty<javafx.geometry.Point3D>>public final void start()
public final void stop()
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.