@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) |
com.helger.commons.collection.impl.ICommonsList<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() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAsCSSString, getAsCSSStringpublic CSSValueMultiProperty(@Nonnull ECSSProperty eProperty, @Nonnull ICSSProperty[] aProperties, @Nonnull @Nonempty String sValue, boolean bIsImportant)
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<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 levelnull.Copyright © 2014–2022 Philip Helger. All rights reserved.