Uses of Class
com.helger.css.decl.CSSRect
-
Packages that use CSSRect Package Description com.helger.css.decl com.helger.css.utils -
-
Uses of CSSRect in com.helger.css.decl
Methods in com.helger.css.decl that return CSSRect Modifier and Type Method Description CSSRectCSSRect. setBottom(String sBottom)Set the bottom coordinate.CSSRectCSSRect. setLeft(String sLeft)Set the left coordinate.CSSRectCSSRect. setRight(String sRight)Set the right coordinate.CSSRectCSSRect. setTop(String sTop)Set the top coordinate.Constructors in com.helger.css.decl with parameters of type CSSRect Constructor Description CSSRect(CSSRect aOther)Copy constructor -
Uses of CSSRect in com.helger.css.utils
Methods in com.helger.css.utils that return CSSRect Modifier and Type Method Description static CSSRectCSSRectHelper. getAsRect(String sCSSValue)Interpret the passed value as a CSS rectangle and convert it to aCSSRect.
-