com.sun.electric.tool.user.ui
Class WindowFrame.DisplayAttributes
java.lang.Object
com.sun.electric.tool.user.ui.WindowFrame.DisplayAttributes
- Enclosing class:
- WindowFrame
public static class WindowFrame.DisplayAttributes
- extends java.lang.Object
Field Summary |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scale
public final double scale
- the window scale
offX
public final double offX
- the window offset
offY
public final double offY
- the window offset
inPlaceDescent
public final java.util.List<NodeInst> inPlaceDescent
- path to cell being edited (down-in-place)
WindowFrame.DisplayAttributes
public WindowFrame.DisplayAttributes()
WindowFrame.DisplayAttributes
public WindowFrame.DisplayAttributes(EditWindow wnd)
WindowFrame.DisplayAttributes
public WindowFrame.DisplayAttributes(double scale,
double offX,
double offY,
java.util.List<NodeInst> inPlaceDescent)
getIntoCellTransform
public java.awt.geom.AffineTransform getIntoCellTransform()
getOutofCellTransform
public java.awt.geom.AffineTransform getOutofCellTransform()