Uses of Class
com.sun.electric.tool.user.redisplay.VectorCache.VectorBase

Packages that use VectorCache.VectorBase
com.sun.electric.tool.user.redisplay   
 

Uses of VectorCache.VectorBase in com.sun.electric.tool.user.redisplay
 

Fields in com.sun.electric.tool.user.redisplay with type parameters of type VectorCache.VectorBase
static java.util.Comparator<VectorCache.VectorBase> VectorCache.shapeByLayer
          Comparator class for sorting VectorBase objects by their layer depth.
 

Methods in com.sun.electric.tool.user.redisplay that return VectorCache.VectorBase
static VectorCache.VectorBase[] VectorCache.drawNode(NodeInst ni)
           
static VectorCache.VectorBase[] VectorCache.drawPolys(Poly[] polys)
           
 

Methods in com.sun.electric.tool.user.redisplay with parameters of type VectorCache.VectorBase
static void AbstractDrawing.drawShapes(java.awt.Graphics2D g, int imgX, int imgY, double scale, VectorCache.VectorBase[] shapes, PixelDrawing offscreen, java.awt.Rectangle entryRect)
          Method to draw polygon "poly", transformed through "trans".