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
AbstractCornersShorthandResolver
implementation 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.String
getPostfix()
Gets the postfix of a property.protected java.lang.String
getPrefix()
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:AbstractCornersShorthandResolver
Gets the prefix of a property.- Specified by:
getPrefix
in classAbstractCornersShorthandResolver
- Returns:
- the prefix
-
getPostfix
protected java.lang.String getPostfix()
Description copied from class:AbstractCornersShorthandResolver
Gets the postfix of a property.- Specified by:
getPostfix
in classAbstractCornersShorthandResolver
- Returns:
- the postfix
-
-