org.jfree.layouting.renderer.border

Class RenderLength

public class RenderLength extends Object

Creation-Date: 09.07.2006, 21:03:12

Author: Thomas Morgner

Field Summary
static RenderLengthAUTO
static RenderLengthEMPTY
Constructor Summary
RenderLength(long value, boolean percentage)
Method Summary
static RenderLengthconvertToInternal(CSSValue value, LayoutContext layoutContext, OutputProcessorMetaData metaData)
booleanequals(Object o)
longgetValue()
inthashCode()
booleanisPercentage()
longresolve(long parent)
RenderLengthresolveToRenderLength(long parent)
StringtoString()

Field Detail

AUTO

public static final RenderLength AUTO

EMPTY

public static final RenderLength EMPTY

Constructor Detail

RenderLength

public RenderLength(long value, boolean percentage)

Method Detail

convertToInternal

public static RenderLength convertToInternal(CSSValue value, LayoutContext layoutContext, OutputProcessorMetaData metaData)

equals

public boolean equals(Object o)

getValue

public long getValue()

hashCode

public int hashCode()

isPercentage

public boolean isPercentage()

resolve

public long resolve(long parent)

resolveToRenderLength

public RenderLength resolveToRenderLength(long parent)

toString

public String toString()