org.apache.fop.layout
Class InlineSpace

org.apache.fop.layout.Box
  |
  +--org.apache.fop.layout.Space
        |
        +--org.apache.fop.layout.InlineSpace

public class InlineSpace
extends Space


Constructor Summary
InlineSpace(int amount)
           
InlineSpace(int amount, boolean resizeable)
           

Method Summary
 booleangetResizeable()
           
 intgetSize()
           
 voidrender(Renderer renderer)
           
 voidsetResizeable(boolean resizeable)
           
 voidsetSize(int amount)
           

Constructor Detail

InlineSpace

public InlineSpace(int amount)

InlineSpace

public InlineSpace(int amount, boolean resizeable)
Method Detail

getResizeable

public boolean getResizeable()

getSize

public int getSize()

render

public void render(Renderer renderer)

setResizeable

public void setResizeable(boolean resizeable)

setSize

public void setSize(int amount)