public class GapShorthandResolver extends Object implements IShorthandResolver
gap or grid-gap.| Constructor and Description |
|---|
GapShorthandResolver()
Instantiates default
GapShorthandResolver for gap shorthand. |
GapShorthandResolver(String gapShorthandProperty)
Instantiates default
GapShorthandResolver for passed gap shorthand. |
| Modifier and Type | Method and Description |
|---|---|
List<CssDeclaration> |
resolveShorthand(String shorthandExpression)
Resolves a shorthand expression.
|
public GapShorthandResolver()
GapShorthandResolver for gap shorthand.public GapShorthandResolver(String gapShorthandProperty)
GapShorthandResolver for passed gap shorthand.gapShorthandProperty - the name of the gap shorthand propertypublic List<CssDeclaration> resolveShorthand(String shorthandExpression)
resolveShorthand in interface IShorthandResolvershorthandExpression - the shorthand expressionCopyright © 1998–2025 Apryse Group NV. All rights reserved.