Inheritance diagram for XMLRegion:

Public Member Functions | |
| XMLRegion (String name, double xInches, double yInches, double wInches, double hInches, String type) | |
| Constructs a new XMLRegion. | |
| String | getType () |
| Returns the type associated with this XMLRegion. | |
This software is distributed under the BSD License.
Definition at line 15 of file XMLRegion.java.
| XMLRegion | ( | String | name, | |
| double | xInches, | |||
| double | yInches, | |||
| double | wInches, | |||
| double | hInches, | |||
| String | type | |||
| ) |
Constructs a new XMLRegion.
| name | ||
| xInches | ||
| yInches | ||
| wInches | ||
| hInches | ||
| type |
Definition at line 32 of file XMLRegion.java.
| String getType | ( | ) |
Returns the type associated with this XMLRegion.
Definition at line 41 of file XMLRegion.java.
Referenced by SheetFrame.SheetFrame().
1.4.7