Package | Description |
---|---|
conexp.fx.core.layout | |
conexp.fx.gui.dataset |
Modifier and Type | Method and Description |
---|---|
static ConceptMovement |
ConceptMovement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptMovement[] |
ConceptMovement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ConceptLayout.move(Concept<G,M> concept,
ConceptMovement movement,
javafx.geometry.Point3D delta) |
void |
AdditiveConceptLayout.move(Concept<G,M> concept,
ConceptMovement movement,
javafx.geometry.Point3D delta) |
void |
SimpleConceptLayout.move(Concept<G,M> concept,
ConceptMovement movement,
javafx.geometry.Point3D delta) |
Constructor and Description |
---|
LayoutEvolution(AdditiveConceptLayout<G,M> layout,
Concept<G,M> concept,
ConceptMovement movement,
double widthFactor,
double heightFactor,
int toSide,
int steps,
int zoomInto,
QualityMeasure<G,M,Pair<Concept<G,M>,Double>> conflictDistance,
ExecutorService tpe) |
Modifier and Type | Method and Description |
---|---|
LayoutEvolution<G,M> |
FCADataset.qualityChart(Concept<G,M> concept,
ConceptMovement movement) |
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.