|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object viper.descriptors.attributes.Attribute_bbox.ProportionalResizer
Modifies the boxes widths and heights about the center.
Constructor Summary | |
Attribute_bbox.ProportionalResizer(double width,
double height)
takes the deltas in each of the width and height |
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_bbox.ProportionalResizer(double width, double height)
width
- the amount to multiply the width byheight
- the amount to multiply the height byMethod 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
false
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |