Class BuilderUtil

java.lang.Object
org.openpdf.css.parser.property.BuilderUtil

public class BuilderUtil extends Object
Static utility functions to check types, etc for builders to use.
  • Field Details

    • LENGTH_VALUES

      private static final Set<Short> LENGTH_VALUES
  • Constructor Details

    • BuilderUtil

      public BuilderUtil()
  • Method Details

    • isLength

      public static boolean isLength(CSSPrimitiveValue value)
    • checkFunctionsAllowed

      public static void checkFunctionsAllowed(FSFunction func, String... allowed)