public static class EditWindow0.EditWindowSmall extends java.lang.Object implements EditWindow0, java.io.Serializable
EditWindow0.EditWindowSmall
Constructor and Description |
---|
EditWindow0.EditWindowSmall(EditWindow_ wnd) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultFont()
Method to return the default font for this window.
|
double |
getGlobalTextScale()
Method to return the text scale factor for this window.
|
java.awt.geom.Rectangle2D |
getGlyphBounds(java.lang.String text,
java.awt.Font font) |
double |
getScale()
Method to return the scale factor for this window.
|
VarContext |
getVarContext()
Get the window's VarContext
|
public EditWindow0.EditWindowSmall(EditWindow_ wnd)
public java.awt.geom.Rectangle2D getGlyphBounds(java.lang.String text, java.awt.Font font)
getGlyphBounds
in interface EditWindow0
public VarContext getVarContext()
getVarContext
in interface EditWindow0
public double getScale()
getScale
in interface EditWindow0
public double getGlobalTextScale()
getGlobalTextScale
in interface EditWindow0
public java.lang.String getDefaultFont()
getDefaultFont
in interface EditWindow0