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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.xerox.VTM.glyphs.ProjectedCoords
      extended bycom.xerox.VTM.glyphs.ProjRectangle
Direct Known Subclasses:
ProjRoundRect

class ProjRectangle
extends ProjectedCoords

project coordinates of a rectangle


Field Summary
(package private)  int ch
          half width and height in camera space
(package private)  int cw
          half width and height in camera space
 
Fields inherited from class com.xerox.VTM.glyphs.ProjectedCoords
cx, cy, p, prevMouseIn
 
Constructor Summary
(package private) ProjRectangle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cw

int cw
half width and height in camera space


ch

int ch
half width and height in camera space

Constructor Detail

ProjRectangle

ProjRectangle()