Uses of Class
com.atlassian.adf.util.Colors.Named
-
Packages that use Colors.Named Package Description com.atlassian.adf.model.mark Marks are special document elements that are used to decoratetextnodes.com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document.com.atlassian.adf.util Utility classes that are common to ADF nodes and marks, but not generally of any interest outside of the builder implementation. -
-
Uses of Colors.Named in com.atlassian.adf.model.mark
Methods in com.atlassian.adf.model.mark with parameters of type Colors.Named Modifier and Type Method Description static BorderBorder. border(Colors.Named color)BorderBorder. color(Colors.Named color)static TextColorTextColor. textColor(Colors.Named color) -
Uses of Colors.Named in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node with parameters of type Colors.Named Modifier and Type Method Description TextText. textColor(Colors.Named color)Add aTextColormark to this text. -
Uses of Colors.Named in com.atlassian.adf.util
Methods in com.atlassian.adf.util that return Colors.Named Modifier and Type Method Description static Colors.NamedColors.Named. valueOf(String name)Returns the enum constant of this type with the specified name.static Colors.Named[]Colors.Named. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.adf.util that return types with arguments of type Colors.Named Modifier and Type Method Description static Optional<Colors.Named>Colors.Named. lookup(String name)
-