Interface AtAssert<T extends VisualElement>
- All Superinterfaces:
Assert,DistanceConstrainable<AtAssert<T>>,OfAssert<T>,Precisable<AtAssert<T>>
- All Known Implementing Classes:
DefaultAtAssert
public interface AtAssert<T extends VisualElement>
extends OfAssert<T>, DistanceConstrainable<AtAssert<T>>, Precisable<AtAssert<T>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UnaryProtoDistanceConstraint<AtAssert<T>>about(double units) default UnaryProtoDistanceConstraint<AtAssert<T>>about(DistanceConstraintBuilder builder) default BinaryProtoDistanceConstraint<AtAssert<T>>between(double units) default BinaryProtoDistanceConstraint<AtAssert<T>>between(DistanceConstraintBuilder builder) bottom()default UnaryProtoDistanceConstraint<AtAssert<T>>greater(double units) left()default UnaryProtoDistanceConstraint<AtAssert<T>>less(double units) right()to(CardinalDirection direction) top()default ProtoPrecision<AtAssert<T>>withPrecision(double units) Methods inherited from interface net.amygdalum.allotropy.fluent.distances.DistanceConstrainable
aboutMethods inherited from interface net.amygdalum.allotropy.fluent.precision.Precisable
withPrecision
-
Method Details
-
less
-
greater
-
about
-
about
-
between
-
between
-
withPrecision
-
top
-
right
-
bottom
-
left
-
to
-