Uses of Enum Class
org.variantsync.diffdetective.tablegen.Alignment
Packages that use Alignment
-
Uses of Alignment in org.variantsync.diffdetective.tablegen
Fields in org.variantsync.diffdetective.tablegen declared as AlignmentModifier and TypeFieldDescriptionprivate final Alignment
ColumnDefinition.alignment
The field for thealignment
record component.Methods in org.variantsync.diffdetective.tablegen that return AlignmentModifier and TypeMethodDescriptionColumnDefinition.alignment()
Returns the value of thealignment
record component.static Alignment
Returns the enum constant of this class with the specified name.static Alignment[]
Alignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.variantsync.diffdetective.tablegen with parameters of type AlignmentConstructors in org.variantsync.diffdetective.tablegen with parameters of type AlignmentModifierConstructorDescriptionColumnDefinition
(String header, Alignment alignment, Function<ContentRow, Object> getCell) Creates an instance of aColumnDefinition
record class.