|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.renderer.text.RenderBlock
public class RenderBlock
| Constructor Summary | |
|---|---|
RenderBlock()
|
|
| Method Summary | |
|---|---|
int |
getHeight()
|
int |
getWidth()
|
int |
getX()
|
int |
getY()
|
void |
render(java.awt.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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RenderBlock()
| Method Detail |
|---|
public void render(java.awt.Graphics2D g2)
public int getX()
public int getY()
public int getHeight()
public int getWidth()
public void setX(int x)
public void setY(int y)
public void setWidth(int width)
public void setHeight(int height)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||