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

Quick Search    Search Deep

Uses of Interface
com.xerox.VTM.glyphs.Transparent

Uses of Transparent in com.xerox.VTM.glyphs
 

Classes in com.xerox.VTM.glyphs that implement Transparent
 class FPolygonST
          Custom polygon - cannot be reoriented for now - transparency
 class VCircleST
          Circle - cannot be reoriented - transparency
 class VDiamondOrST
          Diamond (losange with height equal to width) - can be reoriented - transparency
 class VDiamondST
          Diamond (losange with height equal to width) - cannot be reoriented - transparency
 class VEllipseST
          Ellipse - cannot be reoriented - transparency
 class VOctagonOrST
          Octagon (eight "almost" regular edges) - can be reoriented - transparency
 class VOctagonST
          Octagon (eight "almost" regular edges) - cannot be reoriented - transparency
 class VPolygonST
          Custom polygon - cannot be reoriented for now - transparency
 class VRectangleOrST
          Rectangle - can be reoriented - transparency
 class VRectangleST
          Rectangle - cannot be reoriented - transparency
 class VRoundRectST
          Round Rectangle - cannot be reoriented - the corners are approximated to a plain rectangle for some operations like computing mouse enter/exit events (performance reasons) - transparency
 class VShapeST
          Custom shape - defined by its N vertices (every vertex is between 0 (distance from shape's center=0) and 1.0 (distance from shape's center equals bounding circle radius)) - angle between each vertices is 2*Pi/N - can be reoriented - transparency
 class VTriangleOrST
          Triangle - can be reoriented - transparency
 class VTriangleST
          Triangle - cannot be reoriented - transparency