|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FixedGlue
This interface describes the features of a
Glue which do not modify the value.
| Field Summary | |
|---|---|
static int |
NORMAL_ORDER
The constant NORMAL_ORDER contains the value for the normal – immutable – order. |
static FixedGlue |
S_S
The constant SS contains the glue for 0pt plus 1fil minus 1fil. |
static FixedGlue |
ZERO
The constant ZERO contains the value of width 0pt without any stretchablity or shrinkability. |
| Method Summary | |
|---|---|
Glue |
copy()
Make a copy of this object. |
boolean |
eq(FixedGlue glue)
Test that the given Glue is equal to a given one. |
FixedDimen |
getLength()
Getter for the length. |
FixedGlueComponent |
getShrink()
Getter for shrink. |
FixedGlueComponent |
getStretch()
Getter for stretch. |
boolean |
ne(FixedGlue glue)
Test that the given Glue is different from a given one. |
java.lang.String |
toString()
Provide a string representation of this instance. |
| Field Detail |
|---|
static final int NORMAL_ORDER
static final FixedGlue ZERO
static final FixedGlue S_S
| Method Detail |
|---|
Glue copy()
boolean eq(FixedGlue glue)
glue - the glue to compare with
true iff they are differentFixedDimen getLength()
FixedGlueComponent getShrink()
FixedGlueComponent getStretch()
boolean ne(FixedGlue glue)
glue - the glue to compare with
true iff they are differentjava.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||