com.sun.electric.tool.user.ui
Class WindowFrame.DisplayAttributes

java.lang.Object
  extended by 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
 
Constructor Summary
WindowFrame.DisplayAttributes()
           
WindowFrame.DisplayAttributes(double scale, double offX, double offY, java.util.List<NodeInst> inPlaceDescent)
           
WindowFrame.DisplayAttributes(EditWindow wnd)
           
 
Method Summary
 java.awt.geom.AffineTransform getIntoCellTransform()
           
 java.awt.geom.AffineTransform getOutofCellTransform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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)

Constructor Detail

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)
Method Detail

getIntoCellTransform

public java.awt.geom.AffineTransform getIntoCellTransform()

getOutofCellTransform

public java.awt.geom.AffineTransform getOutofCellTransform()