Package | Description |
---|---|
com.sun.electric.tool.user.redisplay |
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<VectorCache.VectorBase> |
VectorCache.shapeByLayer
Comparator class for sorting VectorBase objects by their layer depth.
|
Modifier and Type | Method and Description |
---|---|
static VectorCache.VectorBase[] |
VectorCache.drawNode(NodeInst ni) |
static VectorCache.VectorBase[] |
VectorCache.drawPolys(ImmutableArcInst a,
Poly[] polys) |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractDrawing.drawShapes(java.awt.Graphics2D g,
GraphicsPreferences gp,
int imgX,
int imgY,
double scale,
VectorCache.VectorBase[] shapes,
PixelDrawing offscreen,
java.awt.Rectangle entryRect)
Method to draw polygon "poly", transformed through "trans".
|