|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.canvas.interactor.BoundsConstraint
public class BoundsConstraint
Keep a point within a given rectangular bounds.
Constructor Summary | |
---|---|
BoundsConstraint(Rectangle2D bounds)
Create a new BoundsConstraint with the given bounds. |
Method Summary | |
---|---|
void |
constrain(Point2D point)
Ask the bounds constraint to constrain this point. |
Rectangle2D |
getBounds()
Get the bounds |
void |
setBounds(Rectangle2D bounds)
Set the bounds |
boolean |
snapped()
Return false. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoundsConstraint(Rectangle2D bounds)
Method Detail |
---|
public void constrain(Point2D point)
constrain
in interface PointConstraint
public Rectangle2D getBounds()
public boolean snapped()
snapped
in interface PointConstraint
public void setBounds(Rectangle2D bounds)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |