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

Quick Search    Search Deep

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

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

class ProjBoolean
extends ProjectedCoords

project coordinates of a boolean shape


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

Field Detail

mainArea

java.awt.geom.Area mainArea
main shape


cszx

float cszx
main shape size in camera space


cszy

float cszy
main shape size in camera space

Constructor Detail

ProjBoolean

ProjBoolean()