Class BorderRadiusCorner

java.lang.Object
org.xhtmlrenderer.css.style.BorderRadiusCorner

public class BorderRadiusCorner extends Object
  • Field Details

  • Constructor Details

    • BorderRadiusCorner

      public BorderRadiusCorner()
    • BorderRadiusCorner

      public BorderRadiusCorner(float left, float right)
    • BorderRadiusCorner

      public BorderRadiusCorner(CSSName fromVal, CalculatedStyle style, CssContext ctx)
  • 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()