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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.xerox.VTM.glyphs.ProjectedCoords
Direct Known Subclasses:
ProjBoolean, ProjCbCurve, ProjCircle, ProjCirImage, ProjDiamond, ProjEllipse, ProjImage, ProjOctagon, ProjPoint, ProjPolygon, ProjQdCurve, ProjRectangle, ProjSegment, ProjShape, ProjText, ProjTriangle

public class ProjectedCoords
extends java.lang.Object

project coordinates - parent class of all projected coordinates objects


Field Summary
(package private)  int cx
          coordinate in camera space (geom center of object)
(package private)  int cy
          coordinate in camera space (geom center of object)
(package private)  java.awt.Polygon p
          used to draw shape when orientation is different from 0 (for rectangle) or when original shape is already complex
(package private)  boolean prevMouseIn
          tells whether the mouse was over this glyph or not last time
 
Constructor Summary
ProjectedCoords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cx

int cx
coordinate in camera space (geom center of object)


cy

int cy
coordinate in camera space (geom center of object)


p

java.awt.Polygon p
used to draw shape when orientation is different from 0 (for rectangle) or when original shape is already complex


prevMouseIn

boolean prevMouseIn
tells whether the mouse was over this glyph or not last time

Constructor Detail

ProjectedCoords

public ProjectedCoords()