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.BackgroundPropertyType
BackgroundShorthandResolver. 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.BackgroundPropertyType
BackgroundShorthandResolver. changePropertyType(CssBackgroundUtils.BackgroundPropertyType propertyType, boolean slashEncountered)
private static boolean
BackgroundShorthandResolver. 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 boolean
BackgroundShorthandResolver. 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 boolean
BackgroundShorthandResolver. 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 boolean
BackgroundShorthandResolver. checkProperties(java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps)
private static void
BackgroundShorthandResolver. fillMapWithPropertiesTypes(java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps)
private static void
BackgroundShorthandResolver. fillNotProcessedProperties(java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes)
private static void
BackgroundShorthandResolver. fillNotProcessedProperties(java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes)
private static boolean
BackgroundShorthandResolver. 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 boolean
BackgroundShorthandResolver. 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 boolean
BackgroundShorthandResolver. processProperties(java.util.List<java.lang.String> props, java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps)
private static boolean
BackgroundShorthandResolver. processValueWithSlash(java.lang.String value, int slashCharInd, java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes)
private static boolean
BackgroundShorthandResolver. processValueWithSlash(java.lang.String value, int slashCharInd, java.util.Map<CssBackgroundUtils.BackgroundPropertyType,java.lang.String> resolvedProps, java.util.Set<CssBackgroundUtils.BackgroundPropertyType> usedTypes)
private static boolean
BackgroundShorthandResolver. 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 boolean
BackgroundShorthandResolver. 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.BackgroundPropertyType
CssBackgroundUtils. resolveBackgroundPropertyType(java.lang.String value)
Resolves the background property type using it's value.static CssBackgroundUtils.BackgroundPropertyType
CssBackgroundUtils.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.String
CssBackgroundUtils. getBackgroundPropertyNameFromType(CssBackgroundUtils.BackgroundPropertyType propertyType)
Gets background property name corresponding to its type.
-