@Immutable public class CSSPropertyCustomizerBorderBottomLeftRadius extends AbstractCSSPropertyCustomizer
| Constructor and Description |
|---|
CSSPropertyCustomizerBorderBottomLeftRadius() |
| Modifier and Type | Method and Description |
|---|---|
ICSSValue |
createSpecialValue(ICSSProperty aProperty,
String sValue,
boolean bIsImportant)
Create a special value for the passed property.
|
equals, hashCode, toStringpublic CSSPropertyCustomizerBorderBottomLeftRadius()
@Nullable public ICSSValue createSpecialValue(@Nonnull ICSSProperty aProperty, @Nonnull @Nonempty String sValue, boolean bIsImportant)
ICSSPropertyCustomizeraProperty - The CSS property the fuzz is all about. Never null.sValue - The value to be created. Neither null nor empty.bIsImportant - true if the property is important, false
if not.null in which case the default value is
created.Copyright © 2014–2022 Philip Helger. All rights reserved.