org.apache.fop.layout.inline
Class InlineSpace
java.lang.Object
|
+--org.apache.fop.layout.Box
|
+--org.apache.fop.layout.Space
|
+--org.apache.fop.layout.inline.InlineSpace
- public class InlineSpace
- extends Space
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
underlined
protected boolean underlined
overlined
protected boolean overlined
lineThrough
protected boolean lineThrough
InlineSpace
public InlineSpace(int amount)
InlineSpace
public InlineSpace(int amount,
boolean resizeable)
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)
- Overrides:
render
in class Box
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.