|
|||||||||
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.RenderBox
org.jfree.layouting.renderer.model.InlineRenderBox
public class InlineRenderBox
An inline box is some floating text that might be broken down into lines. The actual linebreaking is performed/initiated by the block context.
Breaking behaviour: An InlineBox forwards all breaks to its childs and tries to break them according to their rules. BlockContent and ImageContent is considered not-very-breakable by default, breaks on that should be avoided.
Field Summary |
---|
Fields inherited from class org.jfree.layouting.renderer.model.RenderBox |
---|
LOG_PRUNE |
Fields inherited from class org.jfree.layouting.renderer.model.RenderNode |
---|
HORIZONTAL_AXIS, VERTICAL_AXIS |
Constructor Summary | |
---|---|
InlineRenderBox(BoxDefinition boxDefinition)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InlineRenderBox(BoxDefinition boxDefinition)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |