com.sun.electric.database.variable
Interface EditWindow0

All Known Subinterfaces:
EditWindow_
All Known Implementing Classes:
EditWindow

public interface EditWindow0

This interface gives a limited access to EditWindow necessary for calculating a shape of some primitives.


Method Summary
 double getGlobalTextScale()
          Method to return the text scale factor for this window.
 double getScale()
          Method to return the scale factor for this window.
 VarContext getVarContext()
          Get the window's VarContext
 

Method Detail

getVarContext

VarContext getVarContext()
Get the window's VarContext

Returns:
the current VarContext

getScale

double getScale()
Method to return the scale factor for this window.

Returns:
the scale factor for this window.

getGlobalTextScale

double getGlobalTextScale()
Method to return the text scale factor for this window.

Returns:
the text scale factor for this window.