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

Quick Search    Search Deep

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

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

class ProjCirImage
extends ProjectedCoords

project coordinates of an image (not scalable)


Field Summary
(package private)  int ch
          half width and height in camera space - equal to coords in virtual space (not sensible to zoom)
(package private)  int cs
          projected size (radius of circle)
(package private)  int cw
          half width and height in camera space - equal to coords in virtual space (not sensible to zoom)
 
Fields inherited from class com.xerox.VTM.glyphs.ProjectedCoords
cx, cy, p, prevMouseIn
 
Constructor Summary
(package private) ProjCirImage()
           
 
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 - equal to coords in virtual space (not sensible to zoom)


ch

int ch
half width and height in camera space - equal to coords in virtual space (not sensible to zoom)


cs

int cs
projected size (radius of circle)

Constructor Detail

ProjCirImage

ProjCirImage()