| Package | Description |
|---|---|
| com.helger.css.decl | |
| com.helger.css.utils |
| Modifier and Type | Method and Description |
|---|---|
CSSRect |
CSSRect.setBottom(String sBottom)
Set the bottom coordinate.
|
CSSRect |
CSSRect.setLeft(String sLeft)
Set the left coordinate.
|
CSSRect |
CSSRect.setRight(String sRight)
Set the right coordinate.
|
CSSRect |
CSSRect.setTop(String sTop)
Set the top coordinate.
|
| Constructor and Description |
|---|
CSSRect(CSSRect aOther)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
static CSSRect |
CSSRectHelper.getAsRect(String sCSSValue)
Interpret the passed value as a CSS rectangle and convert it to a
CSSRect. |
Copyright © 2014–2018 Philip Helger. All rights reserved.