Class NamedStyles

  • All Implemented Interfaces:
    Marker, Tree
    Direct Known Subclasses:
    DeclarativeNamedStyles

    public class NamedStyles
    extends java.lang.Object
    implements Marker
    A collection of styles by name, e.g. IntelliJ or Google Java Format.
    • Constructor Detail

      • NamedStyles

        public NamedStyles()
    • Method Detail

      • merge

        @Nullable
        public static <S extends Style> S merge​(java.lang.Class<S> styleClass,
                                                java.lang.Iterable<? extends NamedStyles> namedStyles)