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 |
---|
WindowFrame.DisplayAttributes() |
WindowFrame.DisplayAttributes(double scale,
double offX,
double offY,
java.util.List<NodeInst> inPlaceDescent) |
WindowFrame.DisplayAttributes(EditWindow wnd) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
FixpTransform |
getIntoCellTransform() |
FixpTransform |
getOutofCellTransform() |
int |
hashCode() |
public final double scale
public final double offX
public final double offY
public final java.util.List<NodeInst> inPlaceDescent
public WindowFrame.DisplayAttributes()
public WindowFrame.DisplayAttributes(EditWindow wnd)
public WindowFrame.DisplayAttributes(double scale, double offX, double offY, java.util.List<NodeInst> inPlaceDescent)
public FixpTransform getIntoCellTransform()
public FixpTransform getOutofCellTransform()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object