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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.xerox.VTM.glyphs.ProjectedCoords
      extended bycom.xerox.VTM.glyphs.ProjRectangle
          extended bycom.xerox.VTM.glyphs.ProjRoundRect

class ProjRoundRect
extends ProjRectangle

project coordinates of a rectangle


Field Summary
(package private)  int ah
          arc width and height in camera space
(package private)  int aw
          arc width and height in camera space
(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) ProjRoundRect()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aw

int aw
arc width and height in camera space


ah

int ah
arc width and height in camera space


cw

int cw
half width and height in camera space


ch

int ch
half width and height in camera space

Constructor Detail

ProjRoundRect

ProjRoundRect()