Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.xerox.VTM.glyphs
Class ProjText  view ProjText download ProjText.java

java.lang.Object
  extended bycom.xerox.VTM.glyphs.ProjectedCoords
      extended bycom.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
 
Fields inherited from class com.xerox.VTM.glyphs.ProjectedCoords
cx, cy, p, prevMouseIn
 
Constructor Summary
(package private) ProjText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

ProjText

ProjText()