Inheritance diagram for BatchedPatternCoordinates:

Public Member Functions | |
| BatchedPatternCoordinates (int theSegment, int theShelf, int theBook, int thePage, PatternDots xCoord, PatternDots yCoord) | |
| String | getAddress () |
| int | getBook () |
| int | getPage () |
| int | getSegment () |
| int | getShelf () |
| PatternDots | getX () |
| double | getXVal () |
| PatternDots | getY () |
| double | getYVal () |
| void | setX (PatternDots xCoord) |
| void | setX (Units xCoord) |
| void | setY (PatternDots yCoord) |
| void | setY (Units yCoord) |
| String | toString () |
Batched coordinates look like 21.3.23.24 [306.625, 240.000]
This software is distributed under the BSD License.
Definition at line 23 of file BatchedPatternCoordinates.java.
| BatchedPatternCoordinates | ( | int | theSegment, | |
| int | theShelf, | |||
| int | theBook, | |||
| int | thePage, | |||
| PatternDots | xCoord, | |||
| PatternDots | yCoord | |||
| ) |
| PatternDots getX | ( | ) |
Reimplemented from Coordinates.
Definition at line 69 of file BatchedPatternCoordinates.java.
References Coordinates.x.
| double getXVal | ( | ) |
Definition at line 76 of file BatchedPatternCoordinates.java.
References Units.getValue(), and Coordinates.x.
| PatternDots getY | ( | ) |
Reimplemented from Coordinates.
Definition at line 83 of file BatchedPatternCoordinates.java.
References Coordinates.y.
| double getYVal | ( | ) |
Definition at line 90 of file BatchedPatternCoordinates.java.
References Units.getValue(), and Coordinates.y.
| void setX | ( | Units | xCoord | ) |
Reimplemented from Coordinates.
Definition at line 104 of file BatchedPatternCoordinates.java.
References Coordinates.x.
| void setX | ( | PatternDots | xCoord | ) |
| xCoord |
Definition at line 97 of file BatchedPatternCoordinates.java.
References Coordinates.x.
| void setY | ( | Units | yCoord | ) |
Reimplemented from Coordinates.
Definition at line 123 of file BatchedPatternCoordinates.java.
References Coordinates.y.
| void setY | ( | PatternDots | yCoord | ) |
| yCoord |
Definition at line 116 of file BatchedPatternCoordinates.java.
References Coordinates.y.
| String toString | ( | ) |
Reimplemented from Coordinates.
Definition at line 135 of file BatchedPatternCoordinates.java.
References BatchedPatternCoordinates.getAddress(), Coordinates.x, and Coordinates.y.
1.4.7