org.gecode.explorer.Rect Class Reference
List of all members.Detailed Description
Definition at line 24 of file Rect.java.
Public Member Functions | |
| Rect (int _x, int _y, int _width, int _height) | |
| String | toString () |
Package Attributes | |
| int | x |
| int | y |
| int | width |
| int | height |
Constructor & Destructor Documentation
| org.gecode.explorer.Rect.Rect | ( | int | _x, | |
| int | _y, | |||
| int | _width, | |||
| int | _height | |||
| ) |
Member Function Documentation
Member Data Documentation
int org.gecode.explorer.Rect.x [package] |
int org.gecode.explorer.Rect.y [package] |
int org.gecode.explorer.Rect.width [package] |
int org.gecode.explorer.Rect.height [package] |
The documentation for this class was generated from the following file:
- org/gecode/explorer/Rect.java (Revision: 2943)
