public interface EditWindow0
Modifier and Type | Interface and Description |
---|---|
static class |
EditWindow0.EditWindowSmall
Class to encapsulate the minimal EditWindow0 data needed to pass into Jobs.
|
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
|
VarContext getVarContext()
double getScale()
double getGlobalTextScale()
java.lang.String getDefaultFont()
java.awt.geom.Rectangle2D getGlyphBounds(java.lang.String text, java.awt.Font font)