@Immutable public class CSSValueMultiProperty extends Object implements ICSSMultiValue
border-radius is used, as in this
case also -moz-border-radius should be emitted (with the same
value).| Constructor and Description |
|---|
CSSValueMultiProperty(ECSSProperty eProperty,
ICSSProperty[] aProperties,
String sValue,
boolean bIsImportant) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<CSSValue> |
getAllContainedValues() |
String |
getAsCSSString(ICSSWriterSettings aSettings,
int nIndentLevel)
Get the contents of this object as a serialized CSS string for writing to
an output.
|
ECSSProperty |
getProp() |
int |
hashCode() |
String |
toString() |
public CSSValueMultiProperty(@Nonnull ECSSProperty eProperty, @Nonnull ICSSProperty[] aProperties, @Nonnull @Nonempty String sValue, boolean bIsImportant)
@Nonnull @ReturnsMutableCopy public List<CSSValue> getAllContainedValues()
getAllContainedValues in interface ICSSMultiValuenull.@Nonnull public ECSSProperty getProp()
@Nonnull public String getAsCSSString(@Nonnull ICSSWriterSettings aSettings, @Nonnegative int nIndentLevel)
ICSSWriteablegetAsCSSString in interface ICSSWriteableaSettings - The settings to be used to format the output. May not be
null.nIndentLevel - The current indentation levelCopyright © 2014–2016 Philip Helger. All rights reserved.