org.jopendocument.renderer.text
Class RenderBlock

java.lang.Object
  extended by org.jopendocument.renderer.text.RenderBlock
Direct Known Subclasses:
HeaderRenderBlock

public class RenderBlock
extends Object


Field Summary
protected  int height
           
protected  int width
           
protected  int x
           
protected  int y
           
 
Constructor Summary
RenderBlock()
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void render(Graphics2D g2)
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected int x

y

protected int y

width

protected int width

height

protected int height
Constructor Detail

RenderBlock

public RenderBlock()
Method Detail

render

public void render(Graphics2D g2)

getX

public int getX()

getY

public int getY()

getHeight

public int getHeight()

getWidth

public int getWidth()

setX

public void setX(int x)

setY

public void setY(int y)

setWidth

public void setWidth(int width)

setHeight

public void setHeight(int height)


Copyright © 2010 jOpenDocument All Rights Reserved.