Interface IShorthandResolver

All Known Implementing Classes:
AbstractBorderShorthandResolver, AbstractBoxShorthandResolver, AbstractCornersShorthandResolver, BackgroundPositionShorthandResolver, BackgroundShorthandResolver, BorderBottomShorthandResolver, BorderColorShorthandResolver, BorderLeftShorthandResolver, BorderRadiusShorthandResolver, BorderRightShorthandResolver, BorderShorthandResolver, BorderStyleShorthandResolver, BorderTopShorthandResolver, BorderWidthShorthandResolver, FlexFlowShorthandResolver, FlexShorthandResolver, FontShorthandResolver, GapShorthandResolver, ListStyleShorthandResolver, MarginShorthandResolver, OutlineShorthandResolver, PaddingShorthandResolver, PlaceItemsShorthandResolver, TextDecorationShorthandResolver

public interface IShorthandResolver
Interface for shorthand resolvers.
  • Method Details

    • resolveShorthand

      List<CssDeclaration> resolveShorthand (String shorthandExpression)
      Resolves a shorthand expression.
      Parameters:
      shorthandExpression - the shorthand expression
      Returns:
      a list of CSS declaration