|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FixedGlueComponent
This interface describes the features of a
GlueComponent
which do not modify the value.
| Method Summary | |
|---|---|
FixedGlueComponent |
copy()
Create a copy of this instance with the same order and value. |
boolean |
eq(FixedGlueComponent d)
Compares the current instance with another GlueComponent for equality. |
boolean |
ge(FixedGlueComponent d)
Compares the current instance with another GlueComponent. |
byte |
getOrder()
Getter for order. |
long |
getValue()
Getter for the value in scaled points (sp). |
boolean |
gt(FixedGlueComponent d)
Compares the current instance with another GlueComponent. |
boolean |
le(FixedGlueComponent d)
Compares the current instance with another GlueComponent. |
boolean |
lt(FixedGlueComponent d)
Compares the current instance with another GlueComponent. |
boolean |
ne(FixedGlueComponent 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 |
|---|
FixedGlueComponent copy()
boolean eq(FixedGlueComponent d)
d - the other GlueComponent to compare to. If this parameter is
null then the comparison fails.
true iff |this| == |d| and ord(this) == ord(d)boolean ge(FixedGlueComponent d)
d - the other GlueComponent to compare to
true iff this is greater or equal to dbyte getOrder()
long getValue()
boolean gt(FixedGlueComponent d)
d - the other GlueComponent to compare to
true iff ord(this) == ord(d) && |this| > |d|
or ord(this) > ord(d)boolean le(FixedGlueComponent d)
d - the other GlueComponent to compare to
true iff this is less or equal to dboolean lt(FixedGlueComponent d)
d - the other GlueComponent to compare to
true iff ord(this) == ord(d) && |this| < |d|
or ord(this) < ord(d)boolean ne(FixedGlueComponent d)
d - the other GlueComponent to compare to. If this parameter is
null then the comparison fails.
false iff |this| == |d| and ord(this) == ord(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 | |||||||||