java.lang.Object
com.xerox.VTM.glyphs.ProjectedCoords
com.xerox.VTM.glyphs.ProjText
- class ProjText
- extends ProjectedCoords
project coordinates of a rectangle
|
Field Summary |
(package private) int |
ch
width and height of bounding rectangle in virtual space - can be different for each camera since different views can use different fonts |
(package private) int |
cw
width and height of bounding rectangle in virtual space - can be different for each camera since different views can use different fonts |
(package private) boolean |
valid
tells whether the bounding rectangle needs to be computed at next paint call or not |
|
Constructor Summary |
(package private) |
ProjText()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cw
int cw
- width and height of bounding rectangle in virtual space - can be different for each camera since different views can use different fonts
ch
int ch
- width and height of bounding rectangle in virtual space - can be different for each camera since different views can use different fonts
valid
boolean valid
- tells whether the bounding rectangle needs to be computed at next paint call or not
ProjText
ProjText()