|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FixedDimen
This interface describes the features of a
Dimen which do not modify the value.
| Method Summary | |
|---|---|
FixedDimen |
copy()
Create a copy of this instance with the same order and value. |
boolean |
eq(FixedDimen d)
Compares the current instance with another GlueComponent for equality. |
boolean |
ge(FixedDimen d)
Compares the current instance with another GlueComponent. |
long |
getValue()
Getter for the value in scaled points (sp). |
boolean |
gt(FixedDimen d)
Compares the current instance with another GlueComponent. |
boolean |
le(FixedDimen d)
Compares the current instance with another GlueComponent. |
boolean |
lt(FixedDimen d)
Compares the current instance with another GlueComponent. |
boolean |
ne(FixedDimen d)
Compares the current instance with another GlueComponent for equality. |
java.lang.String |
toString()
Determine the printable representation of the object. |
void |
toString(java.lang.StringBuffer sb)
Determine the printable representation of the object and append it to the given StringBuffer. |
| Method Detail |
|---|
FixedDimen copy()
boolean eq(FixedDimen d)
d - the other GlueComponent to compare to. If this parameter is
null then the comparison fails.
true iff |this| == |d|boolean ge(FixedDimen d)
d - the other GlueComponent to compare to
true iff this is greater or equal to dlong getValue()
boolean gt(FixedDimen d)
d - the other GlueComponent to compare to
true iff |this| > |d|boolean le(FixedDimen d)
d - the other GlueComponent to compare to
true iff this is less or equal to dboolean lt(FixedDimen d)
d - the other GlueComponent to compare to
true iff |this| < |d|boolean ne(FixedDimen d)
d - the other GlueComponent to compare to. If this parameter is
null then the comparison fails.
false iff |this| == |d|java.lang.String toString()
toString in class java.lang.ObjecttoString(StringBuffer)void toString(java.lang.StringBuffer sb)
sb - the output string buffertoString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||