| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.apache.fop.layout.Box | +--org.apache.fop.layout.Space | +--org.apache.fop.layout.InlineSpace
Constructor Summary | |
InlineSpace(int amount) | |
InlineSpace(int amount, boolean resizeable) |
Method Summary | |
boolean | getResizeable() |
int | getSize() |
void | render(Renderer renderer) |
void | setResizeable(boolean resizeable) |
void | setSize(int amount) |
Constructor Detail |
public InlineSpace(int amount)
public InlineSpace(int amount, boolean resizeable)
Method Detail |
public boolean getResizeable()
public int getSize()
public void render(Renderer renderer)
public void setResizeable(boolean resizeable)
public void setSize(int amount)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |