Uses of Enum
com.itextpdf.styledxmlparser.css.util.CssBackgroundUtils.BackgroundPropertyType
Packages that use CssBackgroundUtils.BackgroundPropertyType
Package
Description
-
Uses of CssBackgroundUtils.BackgroundPropertyType in com.itextpdf.styledxmlparser.css.resolve.shorthand.impl
Methods in com.itextpdf.styledxmlparser.css.resolve.shorthand.impl that return CssBackgroundUtils.BackgroundPropertyTypeModifier and TypeMethodDescriptionprivate static CssBackgroundUtils.BackgroundPropertyTypeBackgroundShorthandResolver.changePropertyType(CssBackgroundUtils.BackgroundPropertyType propertyType, boolean slashEncountered) Methods in com.itextpdf.styledxmlparser.css.resolve.shorthand.impl with parameters of type CssBackgroundUtils.BackgroundPropertyTypeModifier and TypeMethodDescriptionprivate static CssBackgroundUtils.BackgroundPropertyTypeBackgroundShorthandResolver.changePropertyType(CssBackgroundUtils.BackgroundPropertyType propertyType, boolean slashEncountered) private static booleanBackgroundShorthandResolver.putPropertyBasedOnType(CssBackgroundUtils.BackgroundPropertyType type, String value, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) Registers a property based on its type.Method parameters in com.itextpdf.styledxmlparser.css.resolve.shorthand.impl with type arguments of type CssBackgroundUtils.BackgroundPropertyTypeModifier and TypeMethodDescriptionprivate static booleanBackgroundShorthandResolver.addBackgroundClipAndBackgroundOriginBoxValues(List<String> boxValues, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static booleanBackgroundShorthandResolver.addBackgroundClipAndBackgroundOriginBoxValues(List<String> boxValues, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static booleanBackgroundShorthandResolver.checkProperties(Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps) private static voidBackgroundShorthandResolver.fillMapWithPropertiesTypes(Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps) private static voidBackgroundShorthandResolver.fillNotProcessedProperties(Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static voidBackgroundShorthandResolver.fillNotProcessedProperties(Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static booleanBackgroundShorthandResolver.processAllSpecifiedProperties(List<String> props, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static booleanBackgroundShorthandResolver.processAllSpecifiedProperties(List<String> props, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static booleanBackgroundShorthandResolver.processProperties(List<String> props, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps) private static booleanBackgroundShorthandResolver.processValueWithSlash(String value, int slashCharInd, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static booleanBackgroundShorthandResolver.processValueWithSlash(String value, int slashCharInd, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static booleanBackgroundShorthandResolver.putPropertyBasedOnType(CssBackgroundUtils.BackgroundPropertyType type, String value, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) Registers a property based on its type.private static booleanBackgroundShorthandResolver.putPropertyBasedOnType(CssBackgroundUtils.BackgroundPropertyType type, String value, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) Registers a property based on its type. -
Uses of CssBackgroundUtils.BackgroundPropertyType in com.itextpdf.styledxmlparser.css.util
Subclasses with type arguments of type CssBackgroundUtils.BackgroundPropertyType in com.itextpdf.styledxmlparser.css.utilModifier and TypeClassDescriptionstatic enumEnum for background related properties.Methods in com.itextpdf.styledxmlparser.css.util that return CssBackgroundUtils.BackgroundPropertyTypeModifier and TypeMethodDescriptionCssBackgroundUtils.resolveBackgroundPropertyType(String value) Resolves the background property type using it's value.Returns the enum constant of this type with the specified name.CssBackgroundUtils.BackgroundPropertyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.styledxmlparser.css.util with parameters of type CssBackgroundUtils.BackgroundPropertyTypeModifier and TypeMethodDescriptionstatic StringCssBackgroundUtils.getBackgroundPropertyNameFromType(CssBackgroundUtils.BackgroundPropertyType propertyType) Gets background property name corresponding to its type.