Package org.xhtmlrenderer.css.style
Class BorderRadiusCorner
java.lang.Object
org.xhtmlrenderer.css.style.BorderRadiusCorner
-
Constructor Summary
ConstructorsConstructorDescriptionBorderRadiusCorner(float left, float right) BorderRadiusCorner(CSSName fromVal, CalculatedStyle style, CssContext ctx) -
Method Summary
Modifier and TypeMethodDescriptionfloatgetMaxLeft(float max) floatgetMaxRight(float max) booleanfloatleft()floatright()
-
Constructor Details
-
BorderRadiusCorner
public BorderRadiusCorner() -
BorderRadiusCorner
public BorderRadiusCorner(float left, float right) -
BorderRadiusCorner
-
-
Method Details
-
hasRadius
public boolean hasRadius() -
getMaxLeft
public float getMaxLeft(float max) -
getMaxRight
public float getMaxRight(float max) -
left
public float left() -
right
public float right()
-