Class RenderLength
- java.lang.Object
-
- org.jfree.layouting.renderer.border.RenderLength
-
public class RenderLength extends java.lang.ObjectCreation-Date: 09.07.2006, 21:03:12- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static RenderLengthAUTOstatic RenderLengthEMPTY
-
Constructor Summary
Constructors Constructor Description RenderLength(long value, boolean percentage)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RenderLengthconvertToInternal(CSSValue value, LayoutContext layoutContext, OutputProcessorMetaData metaData)booleanequals(java.lang.Object o)longgetValue()inthashCode()booleanisPercentage()longresolve(long parent)RenderLengthresolveToRenderLength(long parent)java.lang.StringtoString()
-
-
-
Field Detail
-
AUTO
public static final RenderLength AUTO
-
EMPTY
public static final RenderLength EMPTY
-
-
Method Detail
-
getValue
public long getValue()
-
isPercentage
public boolean isPercentage()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
resolve
public long resolve(long parent)
-
resolveToRenderLength
public RenderLength resolveToRenderLength(long parent)
-
convertToInternal
public static RenderLength convertToInternal(CSSValue value, LayoutContext layoutContext, OutputProcessorMetaData metaData)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-