|
Sweet Home 3D 4.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Selectable
An object that is selectable in home.
| Method Summary | |
|---|---|
Selectable |
clone()
Returns a clone of this object. |
boolean |
containsPoint(float x,
float y,
float margin)
Returns true if this object contains the point at
(x, y) with a given margin. |
float[][] |
getPoints()
Returns the points of the shape surrounding this object. |
boolean |
intersectsRectangle(float x0,
float y0,
float x1,
float y1)
Returns true if this object intersects
with the horizontal rectangle which opposite corners are at points
(x0, y0) and (x1, y1). |
void |
move(float dx,
float dy)
Moves this object of ( dx, dy) units. |
| Method Detail |
|---|
float[][] getPoints()
boolean intersectsRectangle(float x0,
float y0,
float x1,
float y1)
true if this object intersects
with the horizontal rectangle which opposite corners are at points
(x0, y0) and (x1, y1).
boolean containsPoint(float x,
float y,
float margin)
true if this object contains the point at
(x, y) with a given margin.
void move(float dx,
float dy)
dx, dy) units.
Selectable clone()
|
Sweet Home 3D 4.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
![]() |
© Copyrights 2006-2013 eTeks - All rights reserved
Distributed under GNU General Public License |