org.jopendocument.renderer.text
Class RenderBlock
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
protected int x
y
protected int y
width
protected int width
height
protected int height
RenderBlock
public RenderBlock()
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.