Uses of Class
org.variantsync.diffdetective.tablegen.styles.ShortTable
-
Uses of ShortTable in org.variantsync.diffdetective.tablegen.styles
Modifier and TypeMethodDescriptionstatic ShortTable
ShortTable.Absolute
(boolean filtered) Constructs a table template with absolute edit class counts.static ShortTable
ShortTable.Relative
(boolean filtered) Constructs a table template with relative edit class counts.Modifier and TypeMethodDescriptionprivate static String
ShortTable.absoluteCountOf
(ShortTable t, EditClass editClass, ContentRow row) Returns a formatted string of the absolute number of occurrences ofeditClass
inrow
.private static List<ColumnDefinition>
ShortTable.columns
(ShortTable t, org.apache.commons.lang3.function.TriFunction<ShortTable, EditClass, ContentRow, String> getEditClassCount) Returns a list of all columns contained in this table.private static String
ShortTable.relativeCountOf
(ShortTable t, EditClass editClass, ContentRow row) Returns a formatted string of the relative number of occurrences ofeditClass
inrow
.Modifier and TypeMethodDescriptionprivate static List<ColumnDefinition>
ShortTable.columns
(ShortTable t, org.apache.commons.lang3.function.TriFunction<ShortTable, EditClass, ContentRow, String> getEditClassCount) Returns a list of all columns contained in this table.