Class | Description |
---|---|
Expression |
The value for any layout property, paint property, or filter may be specified as an expression.
|
Expression.Array |
Expression array type.
|
Expression.Converter |
Converts a JsonArray or a raw expression to a Java expression.
|
Expression.ExpressionLiteral |
ExpressionLiteral wraps an object to be used as a literal in an expression.
|
Expression.FormatEntry |
Holds format entries used in a
Expression.format(FormatEntry...) expression. |
Expression.FormatOption |
Holds format options used in a
Expression.formatEntry(Expression, FormatOption...) that builds
a Expression.format(FormatEntry...) expression. |
Expression.Interpolator |
Expression interpolator type.
|
Expression.NumberFormatOption |
Holds format options used in a
Expression.numberFormat(Number, NumberFormatOption...) expression. |
Expression.Stop |
Expression stop type.
|