java.lang.Object
com.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ProjectedCoords
public ProjectedCoords()