Package com.helger.css.decl.shorthand
Class CSSShortHandRegistry
java.lang.Object
com.helger.css.decl.shorthand.CSSShortHandRegistry
A static registry for all CSS short hand declarations (like
border or margin).- Since:
- 3.7.4
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.helger.commons.collection.impl.ICommonsSet<ECSSProperty> static CSSShortHandDescriptorgetShortHandDescriptor(ECSSProperty eProperty) static booleanisShortHandProperty(ECSSProperty eProperty) static voidregisterShortHandDescriptor(CSSShortHandDescriptor aDescriptor)
-
Method Details
-
registerShortHandDescriptor
-
getAllShortHandProperties
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.impl.ICommonsSet<ECSSProperty> getAllShortHandProperties() -
isShortHandProperty
-
getShortHandDescriptor
@Nullable public static CSSShortHandDescriptor getShortHandDescriptor(@Nullable ECSSProperty eProperty)
-