-
public final class FormatKt
-
-
Method Summary
Modifier and Type Method Description final static CellAttributes
and(CellAttributes $self, CellAttributes other)
final static <T extends Any, C extends Any> ColorClause<T, C>
format(FormattedFrame<T> $self, Function2<SelectReceiver<T>, SelectReceiver<T>, ColumnSet<C>> selector)
final static <T extends Any, C extends Any> ColorClause<T, C>
format(DataFrame<T> $self, Function2<SelectReceiver<T>, SelectReceiver<T>, ColumnSet<C>> selector)
final static <T extends Any> ColorClause<T, Object>
format(FormattedFrame<T> $self)
final static <T extends Any> ColorClause<T, Object>
format(DataFrame<T> $self)
final static <T extends Any, C extends Any> ColorClause<T, C>
where(ColorClause<T, C> $self, Function2<DataRow<T>, C, Boolean> filter)
final static <T extends Any, C extends Number> FormattedFrame<T>
linearBg(ColorClause<T, C> $self, Pair<Number, RGBColor> from, Pair<Number, RGBColor> to)
final static <T extends Any, C extends Any> FormattedFrame<T>
with(ColorClause<T, C> $self, Function2<FormattingDSL, C, CellAttributes> formatter)
-
-
Method Detail
-
and
final static CellAttributes and(CellAttributes $self, CellAttributes other)
-
format
final static <T extends Any, C extends Any> ColorClause<T, C> format(FormattedFrame<T> $self, Function2<SelectReceiver<T>, SelectReceiver<T>, ColumnSet<C>> selector)
-
format
final static <T extends Any, C extends Any> ColorClause<T, C> format(DataFrame<T> $self, Function2<SelectReceiver<T>, SelectReceiver<T>, ColumnSet<C>> selector)
-
format
final static <T extends Any> ColorClause<T, Object> format(FormattedFrame<T> $self)
-
format
final static <T extends Any> ColorClause<T, Object> format(DataFrame<T> $self)
-
where
final static <T extends Any, C extends Any> ColorClause<T, C> where(ColorClause<T, C> $self, Function2<DataRow<T>, C, Boolean> filter)
-
linearBg
final static <T extends Any, C extends Number> FormattedFrame<T> linearBg(ColorClause<T, C> $self, Pair<Number, RGBColor> from, Pair<Number, RGBColor> to)
-
with
final static <T extends Any, C extends Any> FormattedFrame<T> with(ColorClause<T, C> $self, Function2<FormattingDSL, C, CellAttributes> formatter)
-
-
-
-