standup.clouds
Class StuffToRender

java.lang.Object
  extended by standup.clouds.StuffToRender

public class StuffToRender
extends Object

Author:
Ruli Manurung

Field Summary
(package private)  Color color
           
(package private)  Dimension dimension
           
(package private)  BufferedImage image
           
(package private)  TextLayout layout
           
(package private)  int x
           
(package private)  int y
           
 
Constructor Summary
StuffToRender(BufferedImage _i, Dimension _d, int _x, int _y)
           
StuffToRender(TextLayout _l, int _x, int _y, Color _c)
           
 
Method Summary
(package private)  void draw(Graphics2D g2)
           
(package private)  void shiftDown(int distance)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

layout

final TextLayout layout

image

final BufferedImage image

dimension

final Dimension dimension

x

final int x

y

int y

color

final Color color
Constructor Detail

StuffToRender

StuffToRender(TextLayout _l,
              int _x,
              int _y,
              Color _c)

StuffToRender

StuffToRender(BufferedImage _i,
              Dimension _d,
              int _x,
              int _y)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

draw

void draw(Graphics2D g2)

shiftDown

void shiftDown(int distance)