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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.xerox.VTM.glyphs.ProjectedCoords
      extended bycom.xerox.VTM.glyphs.ProjEllipse

class ProjEllipse
extends ProjectedCoords

project coordinates of an ellipse


Field Summary
(package private)  float cvh
          main shape size in camera space
(package private)  float cvw
          main shape size in camera space
(package private)  java.awt.geom.Ellipse2D ellipse
          main shape
 
Fields inherited from class com.xerox.VTM.glyphs.ProjectedCoords
cx, cy, p, prevMouseIn
 
Constructor Summary
(package private) ProjEllipse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ellipse

java.awt.geom.Ellipse2D ellipse
main shape


cvw

float cvw
main shape size in camera space


cvh

float cvh
main shape size in camera space

Constructor Detail

ProjEllipse

ProjEllipse()