|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.renderer.v2.macro.basic.CssSizeValue
public class CssSizeValue
Class used to extract the size out of CSS value (dropping the unit of measurement off)
| Constructor Summary | |
|---|---|
CssSizeValue(java.lang.String raw)
|
|
| Method Summary | |
|---|---|
boolean |
isValid()
Returns true if a size value can be parsed. |
int |
value()
Returns the actual size excluding units of measurement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CssSizeValue(java.lang.String raw)
| Method Detail |
|---|
public int value()
public boolean isValid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||