Package | Description |
---|---|
conexp.fx.core.collections | |
conexp.fx.core.collections.setlist | |
conexp.fx.core.context | |
conexp.fx.core.math | |
conexp.fx.gui.graph | |
conexp.fx.gui.graph.transformation |
Modifier and Type | Method and Description |
---|---|
static <T,E> Set<E> |
Collections3.transform(Set<T> s,
GuavaIsomorphism<T,E> f) |
Modifier and Type | Method and Description |
---|---|
default GuavaIsomorphism<E,Integer> |
SetList.indexGuava() |
Modifier and Type | Field and Description |
---|---|
GuavaIsomorphism<Set<Integer>,Set<M>> |
MatrixContext._allAttributes |
GuavaIsomorphism<Set<Integer>,Set<G>> |
MatrixContext._allObjects |
Modifier and Type | Method and Description |
---|---|
static <A,B,C> GuavaIsomorphism<A,C> |
GuavaIsomorphism.compose(GuavaIsomorphism<A,B> isomorphism1,
GuavaIsomorphism<B,C> isomorphism2) |
static <A,B> GuavaIsomorphism<A,B> |
GuavaIsomorphism.create(com.google.common.base.Function<A,B> function,
com.google.common.base.Function<B,A> inverse) |
static <A> GuavaIsomorphism<A,A> |
GuavaIsomorphism.identity() |
static <A,B> GuavaIsomorphism<B,A> |
GuavaIsomorphism.invert(GuavaIsomorphism<A,B> isomorphism) |
Modifier and Type | Method and Description |
---|---|
static <A,B,C> GuavaIsomorphism<A,C> |
GuavaIsomorphism.compose(GuavaIsomorphism<A,B> isomorphism1,
GuavaIsomorphism<B,C> isomorphism2) |
static <A,B,C> GuavaIsomorphism<A,C> |
GuavaIsomorphism.compose(GuavaIsomorphism<A,B> isomorphism1,
GuavaIsomorphism<B,C> isomorphism2) |
static <A,B> GuavaIsomorphism<B,A> |
GuavaIsomorphism.invert(GuavaIsomorphism<A,B> isomorphism) |
Modifier and Type | Field and Description |
---|---|
GuavaIsomorphism<javafx.geometry.Point3D,javafx.geometry.Point3D> |
Graph.Config.iso |
Constructor and Description |
---|
Config(GuavaIsomorphism<javafx.geometry.Point3D,javafx.geometry.Point3D> iso,
javafx.geometry.BoundingBox box,
double f,
double x0,
double y0,
double w,
double h) |
Modifier and Type | Class and Description |
---|---|
class |
PolarTransformation |
class |
RotationXY |
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.