|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.tobago.layout.Measure
public abstract class Measure
| Constructor Summary | |
|---|---|
Measure()
|
|
| Method Summary | |
|---|---|
abstract Measure |
add(Measure m)
|
abstract int |
getPixel()
|
static Measure |
parse(java.lang.String value)
|
abstract Measure |
substractNotNegative(Measure m)
Deprecated. |
abstract Measure |
subtractNotNegative(Measure m)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Measure()
| Method Detail |
|---|
public static Measure parse(java.lang.String value)
public abstract Measure add(Measure m)
@Deprecated public abstract Measure substractNotNegative(Measure m)
public abstract Measure subtractNotNegative(Measure m)
public abstract int getPixel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||