org.jfree.layouting.renderer.border
public class RenderLength extends Object
| Field Summary | |
|---|---|
| static RenderLength | AUTO |
| static RenderLength | EMPTY |
| Constructor Summary | |
|---|---|
| RenderLength(long value, boolean percentage) | |
| Method Summary | |
|---|---|
| static RenderLength | convertToInternal(CSSValue value, LayoutContext layoutContext, OutputProcessorMetaData metaData) |
| boolean | equals(Object o) |
| long | getValue() |
| int | hashCode() |
| boolean | isPercentage() |
| long | resolve(long parent) |
| RenderLength | resolveToRenderLength(long parent) |
| String | toString() |