Interface AlignedAssert<T extends VisualElement>
- All Superinterfaces:
Assert,Precisable<AlignedAssert<T>>,WithAssert<T>
- All Known Implementing Classes:
DefaultAlignedAssert
public interface AlignedAssert<T extends VisualElement>
extends WithAssert<T>, Precisable<AlignedAssert<T>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AlignedAssert<T>alignedTo(CardinalDirection direction) all()default AlignedAssert<T>bottom()centered()default AlignedAssert<T>left()default AlignedAssert<T>right()default AlignedAssert<T>top()default ProtoPrecision<AlignedAssert<T>>withPrecision(double units) Methods inherited from interface net.amygdalum.allotropy.fluent.precision.Precisable
withPrecisionMethods inherited from interface net.amygdalum.allotropy.fluent.single.WithAssert
with, with, withElement
-
Method Details
-
top
-
bottom
-
left
-
right
-
all
AlignedAssert<T> all() -
centered
AlignedAssert<T> centered() -
alignedTo
-
alignedTo
-
withPrecision
-