Package com.helger.css.decl.shorthand
Class CSSShortHandDescriptorWithAlignment
java.lang.Object
com.helger.css.decl.shorthand.CSSShortHandDescriptor
com.helger.css.decl.shorthand.CSSShortHandDescriptorWithAlignment
A special
CSSShortHandDescriptor implementation for margin and
padding as well as for border-color.- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionCSSShortHandDescriptorWithAlignment(ECSSProperty eProperty, CSSPropertyWithDefaultValue... aSubProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmodifyExpressionMembers(com.helger.commons.collection.impl.ICommonsList<ICSSExpressionMember> aExpressionMembers) Modify the passed expression members before they are splittedMethods inherited from class com.helger.css.decl.shorthand.CSSShortHandDescriptor
getAllSubProperties, getProperty, getSplitIntoPieces, toString
-
Constructor Details
-
CSSShortHandDescriptorWithAlignment
public CSSShortHandDescriptorWithAlignment(@Nonnull ECSSProperty eProperty, @Nonnull @Nonempty CSSPropertyWithDefaultValue... aSubProperties)
-
-
Method Details
-
modifyExpressionMembers
@OverrideOnDemand protected void modifyExpressionMembers(@Nonnull com.helger.commons.collection.impl.ICommonsList<ICSSExpressionMember> aExpressionMembers) Description copied from class:CSSShortHandDescriptorModify the passed expression members before they are splitted- Overrides:
modifyExpressionMembersin classCSSShortHandDescriptor- Parameters:
aExpressionMembers- The list to be modified. Nevernullbut maybe empty.
-