|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.layouting.renderer.model.RenderNode
org.jfree.layouting.renderer.model.SpacerRenderNode
public class SpacerRenderNode
A spacer reserves space for whitespaces found in the text. When encountered at the beginning or end of lines, it gets removed.
Spacers are always considered discardable, so when encountered alone, they will get pruned.
Field Summary |
---|
Fields inherited from class org.jfree.layouting.renderer.model.RenderNode |
---|
HORIZONTAL_AXIS, VERTICAL_AXIS |
Constructor Summary | |
---|---|
SpacerRenderNode()
|
|
SpacerRenderNode(long width,
long height,
boolean preserve)
|
Method Summary | |
---|---|
boolean |
isDiscardable()
|
boolean |
isEmpty()
|
boolean |
isIgnorableForRendering()
If that method returns true, the element will not be used for rendering. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpacerRenderNode()
public SpacerRenderNode(long width, long height, boolean preserve)
Method Detail |
---|
public boolean isEmpty()
isEmpty
in class RenderNode
public boolean isDiscardable()
isDiscardable
in class RenderNode
public boolean isIgnorableForRendering()
isIgnorableForRendering
in class RenderNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |