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 AlignmentColumnDefinition.alignmentThe field for thealignmentrecord component.Methods in org.variantsync.diffdetective.tablegen that return AlignmentModifier and TypeMethodDescriptionColumnDefinition.alignment()Returns the value of thealignmentrecord component.static AlignmentReturns 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 aColumnDefinitionrecord class.