Methods in org.basex.gui.layout with parameters of type MapRect |
static int |
BaseXLayout.calcHeight(java.awt.Graphics g,
MapRect r,
byte[] s)
Calculates the height of the specified text. |
static int |
BaseXLayout.drawText(java.awt.Graphics g,
MapRect r,
byte[] s)
Draws a text. |
static int |
BaseXLayout.drawText(java.awt.Graphics g,
MapRect r,
byte[] s,
int m,
boolean draw)
Draws a text. |
static void |
BaseXLayout.drawThumbnails(java.awt.Graphics g,
MapRect r,
byte[] s)
Draws a text using thumbnail visualization. |