de.hattrickorganizer.gui.print
Class LineUpRow

java.lang.Object
  extended by de.hattrickorganizer.gui.print.LineUpRow

public class LineUpRow
extends java.lang.Object

DOCUMENT ME!

Author:
Thorsten Schmidt

Nested Class Summary
protected  class LineUpRow.LineUpBox
          die Box als innere Klasse
 
Field Summary
protected static int width
          TODO Missing Parameter Documentation
 
Constructor Summary
protected LineUpRow(int boxCount)
          constructor
 
Method Summary
protected  void draw(int y, int pageWidth, java.awt.Graphics2D g2)
          zeichnet alle Boxen einer Reihe
protected  LineUpRow.LineUpBox getBox(int position)
          TODO Missing Method Documentation
protected  int getTotalHeight()
          gibt die Höhe der größten Box wieder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

protected static int width
TODO Missing Parameter Documentation

Constructor Detail

LineUpRow

protected LineUpRow(int boxCount)
constructor

Parameters:
boxCount -
Method Detail

getBox

protected final LineUpRow.LineUpBox getBox(int position)
TODO Missing Method Documentation

Parameters:
position - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

getTotalHeight

protected final int getTotalHeight()
gibt die Höhe der größten Box wieder

Returns:

draw

protected final void draw(int y,
                          int pageWidth,
                          java.awt.Graphics2D g2)
zeichnet alle Boxen einer Reihe

Parameters:
y -
pageWidth -
g2 -