Uses of Class
com.itextpdf.styledxmlparser.css.util.CssBackgroundUtils.BackgroundPropertyType
-
Packages that use CssBackgroundUtils.BackgroundPropertyType Package Description com.itextpdf.styledxmlparser.css.resolve.shorthand.impl com.itextpdf.styledxmlparser.css.util -
-
Uses of CssBackgroundUtils.BackgroundPropertyType in com.itextpdf.styledxmlparser.css.resolve.shorthand.impl
Methods in com.itextpdf.styledxmlparser.css.resolve.shorthand.impl that return CssBackgroundUtils.BackgroundPropertyType Modifier and Type Method Description private static CssBackgroundUtils.BackgroundPropertyTypeBackgroundShorthandResolver. changePropertyType(CssBackgroundUtils.BackgroundPropertyType propertyType, boolean slashEncountered)Methods in com.itextpdf.styledxmlparser.css.resolve.shorthand.impl with parameters of type CssBackgroundUtils.BackgroundPropertyType Modifier and Type Method Description private static CssBackgroundUtils.BackgroundPropertyTypeBackgroundShorthandResolver. changePropertyType(CssBackgroundUtils.BackgroundPropertyType propertyType, boolean slashEncountered)private static booleanBackgroundShorthandResolver. putPropertyBasedOnType(CssBackgroundUtils.BackgroundPropertyType type, java.lang.String value, java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.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.BackgroundPropertyType Modifier and Type Method Description private static booleanBackgroundShorthandResolver. addBackgroundClipAndBackgroundOriginBoxValues(java.util.List<java.lang.String> boxValues, java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes)private static booleanBackgroundShorthandResolver. addBackgroundClipAndBackgroundOriginBoxValues(java.util.List<java.lang.String> boxValues, java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes)private static booleanBackgroundShorthandResolver. checkProperties(java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps)private static voidBackgroundShorthandResolver. fillMapWithPropertiesTypes(java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps)private static voidBackgroundShorthandResolver. fillNotProcessedProperties(java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes)private static voidBackgroundShorthandResolver. fillNotProcessedProperties(java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes)private static booleanBackgroundShorthandResolver. processAllSpecifiedProperties(java.util.List<java.lang.String> props, java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes)private static booleanBackgroundShorthandResolver. processAllSpecifiedProperties(java.util.List<java.lang.String> props, java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes)private static booleanBackgroundShorthandResolver. processProperties(java.util.List<java.lang.String> props, java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps)private static booleanBackgroundShorthandResolver. processValueWithSlash(java.lang.String value, int slashCharInd, java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes)private static booleanBackgroundShorthandResolver. processValueWithSlash(java.lang.String value, int slashCharInd, java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes)private static booleanBackgroundShorthandResolver. putPropertyBasedOnType(CssBackgroundUtils.BackgroundPropertyType type, java.lang.String value, java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes)Registers a property based on its type.private static booleanBackgroundShorthandResolver. putPropertyBasedOnType(CssBackgroundUtils.BackgroundPropertyType type, java.lang.String value, java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.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.BackgroundPropertyType Modifier and Type Method Description static CssBackgroundUtils.BackgroundPropertyTypeCssBackgroundUtils. resolveBackgroundPropertyType(java.lang.String value)Resolves the background property type using it's value.static CssBackgroundUtils.BackgroundPropertyTypeCssBackgroundUtils.BackgroundPropertyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CssBackgroundUtils.BackgroundPropertyType[]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.BackgroundPropertyType Modifier and Type Method Description static java.lang.StringCssBackgroundUtils. getBackgroundPropertyNameFromType(CssBackgroundUtils.BackgroundPropertyType propertyType)Gets background property name corresponding to its type.
-