public static class WindowFrame.DisplayAttributes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<NodeInst> |
inPlaceDescent
path to cell being edited (down-in-place)
|
double |
offX
the window offset
|
double |
offY
the window offset
|
double |
scale
the window scale
|
Constructor and Description |
---|
DisplayAttributes() |
DisplayAttributes(double scale,
double offX,
double offY,
java.util.List<NodeInst> inPlaceDescent) |
DisplayAttributes(EditWindow wnd) |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.AffineTransform |
getIntoCellTransform() |
java.awt.geom.AffineTransform |
getOutofCellTransform() |
public final double scale
public final double offX
public final double offY
public final java.util.List<NodeInst> inPlaceDescent
public DisplayAttributes()
public DisplayAttributes(EditWindow wnd)
public DisplayAttributes(double scale, double offX, double offY, java.util.List<NodeInst> inPlaceDescent)