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.BackgroundPropertyType
BackgroundShorthandResolver.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.BackgroundPropertyType
BackgroundShorthandResolver.changePropertyType
(CssBackgroundUtils.BackgroundPropertyType propertyType, boolean slashEncountered) private static boolean
BackgroundShorthandResolver.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 boolean
BackgroundShorthandResolver.addBackgroundClipAndBackgroundOriginBoxValues
(List<String> boxValues, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static boolean
BackgroundShorthandResolver.addBackgroundClipAndBackgroundOriginBoxValues
(List<String> boxValues, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static boolean
BackgroundShorthandResolver.checkProperties
(Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps) private static void
BackgroundShorthandResolver.fillMapWithPropertiesTypes
(Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps) private static void
BackgroundShorthandResolver.fillNotProcessedProperties
(Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static void
BackgroundShorthandResolver.fillNotProcessedProperties
(Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static boolean
BackgroundShorthandResolver.processAllSpecifiedProperties
(List<String> props, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static boolean
BackgroundShorthandResolver.processAllSpecifiedProperties
(List<String> props, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static boolean
BackgroundShorthandResolver.processProperties
(List<String> props, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps) private static boolean
BackgroundShorthandResolver.processValueWithSlash
(String value, int slashCharInd, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static boolean
BackgroundShorthandResolver.processValueWithSlash
(String value, int slashCharInd, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) private static boolean
BackgroundShorthandResolver.putPropertyBasedOnType
(CssBackgroundUtils.BackgroundPropertyType type, String value, Map<CssBackgroundUtils.BackgroundPropertyType, String> resolvedProps, Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes) Registers a property based on its type.private static boolean
BackgroundShorthandResolver.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
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 String
CssBackgroundUtils.getBackgroundPropertyNameFromType
(CssBackgroundUtils.BackgroundPropertyType propertyType) Gets background property name corresponding to its type.