Class BorderRadiusShorthandResolver
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.AbstractCornersShorthandResolver
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.BorderRadiusShorthandResolver
-
- All Implemented Interfaces:
IShorthandResolver
public class BorderRadiusShorthandResolver extends AbstractCornersShorthandResolver
AbstractCornersShorthandResolverimplementation for border radius.
-
-
Constructor Summary
Constructors Constructor Description BorderRadiusShorthandResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetPostfix()Gets the postfix of a property.protected java.lang.StringgetPrefix()Gets the prefix of a property.-
Methods inherited from class com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.AbstractCornersShorthandResolver
resolveShorthand
-
-
-
-
Method Detail
-
getPrefix
protected java.lang.String getPrefix()
Description copied from class:AbstractCornersShorthandResolverGets the prefix of a property.- Specified by:
getPrefixin classAbstractCornersShorthandResolver- Returns:
- the prefix
-
getPostfix
protected java.lang.String getPostfix()
Description copied from class:AbstractCornersShorthandResolverGets the postfix of a property.- Specified by:
getPostfixin classAbstractCornersShorthandResolver- Returns:
- the postfix
-
-