artofillusion.procedural
Class InfoBox

java.lang.Object
  extended by artofillusion.procedural.InfoBox

public class InfoBox
extends java.lang.Object


Constructor Summary
InfoBox()
           
 
Method Summary
 void draw(java.awt.Graphics g)
           
 java.awt.Rectangle getBounds()
           
 void setPosition(int x, int y)
           
 void setText(java.lang.String[] text)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoBox

public InfoBox()
Method Detail

setText

public void setText(java.lang.String[] text)

setPosition

public void setPosition(int x,
                        int y)

getBounds

public java.awt.Rectangle getBounds()

draw

public void draw(java.awt.Graphics g)


Copyright © 1999-2011 by Peter Eastman.