Class symantec.itools.awt.multiList.Cell
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.awt.multiList.Cell
Object
   |
   +----symantec.itools.awt.multiList.Cell
  -  public abstract class Cell
  
-  extends Object
  
This is a helper class to the MultiList class.
 All MultiList cells are based on this class.
  -  Version:
  
 -  1.1, July 14, 1997
  
 -  Author:
  
 -  Symantec
 
  
  -  
	symantec.itools.awt.multiList.Cell()
   -   Constructs a Cell object.
 
  
  -  
	drawCell(Graphics, int, int, int, int, int, int)
   -   Draws the cell using the given graphics context.
 
  
Cell
public Cell()
  -  Constructs a Cell object.
  
 
 
  
drawCell
public abstract void drawCell(Graphics g,
                              int align,
                              int x,
                              int y,
                              int w,
                              int h,
                              int asc)
  -  Draws the cell using the given graphics context.
  
 
 
    -  Parameters:
    
 -  g - the graphics context used for drawing
    
-  align - the column alignment, one of LEFT, CENTER, or RIGHT
    
-  x - the horizontal cell position, in pixels
    
-  y - the vertical cell position, in pixels
    
-  w - the width of the cell, in pixels
    
-  h - the height of the cell, in pixels
    
-  asc - the ascent metric of the cell's font
    
       -  See Also:
    
 -  LEFT, CENTER, RIGHT
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index