Uses of Class
org.zaval.lw.LwTextRender

Packages that use LwTextRender
org.zaval.lw This is basic package of the light weight library. 
org.zaval.lw.grid This is set of classes to implement the light weight grid and tree grid components. 
 

Uses of LwTextRender in org.zaval.lw
 

Subclasses of LwTextRender in org.zaval.lw
 class LwAdvTextRender
          The class extends LwTextRender to support text block painting.
 class LwPasswordText
          This class inherits LwTextRender to represent a password text.
 class LwTabRender
          This render is used to paint tab page of LwNotebook component.
 class LwWrappedText
          This is wrapped text render.
 

Methods in org.zaval.lw that return LwTextRender
 LwTextRender LwLabel.getTextRender()
          Gets the face view as a LwTextReneder instance.
protected  LwTextRender LwLabel.makeTextRender(TextModel t)
          The method gets default text render that will be used to render the specified text model.
protected  LwTextRender LwTextField.makeTextRender(TextModel t)
           
 LwTextRender LwTracker.getTitleRender()
          Gets the text render that is used to render the tracker titles.
 

Methods in org.zaval.lw with parameters of type LwTextRender
static java.awt.Point LwTextField.getTextLocationAt(LwTextRender render, PosController pos)
          Calculates and gets a pixel location for the specified text render and the text cursor position.
static java.awt.Point LwTextField.getTextRowColAt(LwTextRender render, int x, int y)
          Calculates and gets a text position for the specified text render and the location.
 

Constructors in org.zaval.lw with parameters of type LwTextRender
LwLabel(LwTextRender r)
          Constructs the component with the specified text render.
 

Uses of LwTextRender in org.zaval.lw.grid
 

Methods in org.zaval.lw.grid that return LwTextRender
 LwTextRender LwDefViews.getTextRender()
          Gets the text render that is used as the grid cells view.
 



Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org