org.apache.fop.layout.inline
Class InlineSpace

java.lang.Object
  extended by org.apache.fop.layout.Box
      extended by org.apache.fop.layout.Space
          extended by org.apache.fop.layout.inline.InlineSpace

public class InlineSpace
extends Space


Field Summary
protected  boolean lineThrough
           
protected  boolean overlined
           
protected  boolean underlined
           
 
Fields inherited from class org.apache.fop.layout.Box
areaTree, parent
 
Constructor Summary
InlineSpace(int amount)
           
InlineSpace(int amount, boolean resizeable)
           
 
Method Summary
 boolean getLineThrough()
           
 boolean getOverlined()
           
 boolean getResizeable()
           
 int getSize()
           
 boolean getUnderlined()
           
 boolean isEatable()
           
 void render(Renderer renderer)
           
 void setEatable(boolean eatable)
          And eatable InlineSpace is discarded if it occurs as the first pending element in a LineArea
 void setLineThrough(boolean lt)
           
 void setOverlined(boolean ol)
           
 void setResizeable(boolean resizeable)
           
 void setSize(int amount)
           
 void setUnderlined(boolean ul)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

underlined

protected boolean underlined

overlined

protected boolean overlined

lineThrough

protected boolean lineThrough
Constructor Detail

InlineSpace

public InlineSpace(int amount)

InlineSpace

public InlineSpace(int amount,
                   boolean resizeable)
Method Detail

setUnderlined

public void setUnderlined(boolean ul)
Parameters:
ul - true if text should be underlined

getUnderlined

public boolean getUnderlined()

setOverlined

public void setOverlined(boolean ol)

getOverlined

public boolean getOverlined()

setLineThrough

public void setLineThrough(boolean lt)

getLineThrough

public boolean getLineThrough()

getSize

public int getSize()

setSize

public void setSize(int amount)

getResizeable

public boolean getResizeable()

setResizeable

public void setResizeable(boolean resizeable)

setEatable

public void setEatable(boolean eatable)
And eatable InlineSpace is discarded if it occurs as the first pending element in a LineArea


isEatable

public boolean isEatable()

render

public void render(Renderer renderer)
Specified by:
render in class Box


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.