|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object viper.descriptors.attributes.Attribute_obox.Resizer
Adds to the boxes size.
Constructor Summary | |
Attribute_obox.Resizer(int x,
int y,
int width,
int height)
takes the deltas in each of the four values. |
Method Summary | |
boolean |
isShortCircuit()
Tells the filter whether to apply short circuiting. |
boolean |
passes(Measurable o)
The function method of this object, passes determines
if the filterable object passes. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Attribute_obox.Resizer(int x, int y, int width, int height)
x
- the change in xy
- the change in ywidth
- the change to the widthheight
- the change to the heightMethod Detail |
public boolean passes(Measurable o)
Filterable.Rule
passes
determines
if the filterable object passes.
passes
in interface Filterable.Rule
o
- the measurable object to test
true
if the Filterable object passes the rule.public java.lang.String toString()
public boolean isShortCircuit()
isShortCircuit
in interface Filterable.Rule
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |