org.jfree.layouting.renderer.model

Class StaticBoxLayoutProperties

public class StaticBoxLayoutProperties extends Object implements Serializable

A static properties collection. That one is static; once computed it does not change anymore. It does not (under no thinkable circumstances) depend on the given content. It may depend on static content of the parent. A box typically has two sets of margins. The first set is the declared margin set - it simply expresses the user's definitions. The second set is the effective margin set, it is based on the context of the element in the document tree and denotes the distance between the nodes edge and any oposite edge.

Author: Thomas Morgner

Constructor Summary
StaticBoxLayoutProperties()
Method Summary
CSSValuegetDominantBaseline()
ExtendedBaselineInfogetNominalBaselineInfo()
intgetOrphans()
intgetWidows()
booleanisAvoidPagebreakInside()
booleanisPreserveSpace()
voidsetAvoidPagebreakInside(boolean avoidPagebreakInside)
voidsetDominantBaseline(CSSValue dominantBaseline)
voidsetNominalBaselineInfo(ExtendedBaselineInfo nominalBaselineInfo)
voidsetOrphans(int orphans)
voidsetPreserveSpace(boolean preserveSpace)
voidsetWidows(int widows)
StringtoString()

Constructor Detail

StaticBoxLayoutProperties

public StaticBoxLayoutProperties()

Method Detail

getDominantBaseline

public CSSValue getDominantBaseline()

getNominalBaselineInfo

public ExtendedBaselineInfo getNominalBaselineInfo()

getOrphans

public int getOrphans()

getWidows

public int getWidows()

isAvoidPagebreakInside

public boolean isAvoidPagebreakInside()

isPreserveSpace

public boolean isPreserveSpace()

setAvoidPagebreakInside

public void setAvoidPagebreakInside(boolean avoidPagebreakInside)

setDominantBaseline

public void setDominantBaseline(CSSValue dominantBaseline)

setNominalBaselineInfo

public void setNominalBaselineInfo(ExtendedBaselineInfo nominalBaselineInfo)

setOrphans

public void setOrphans(int orphans)

setPreserveSpace

public void setPreserveSpace(boolean preserveSpace)

setWidows

public void setWidows(int widows)

toString

public String toString()