Base class for various image-less rounded corner classes. Do not create instances of this class. Instead, utilize goog.ui.ImagelessRoundedCorner.create().
| Instance Method Summary | |
draw()Renders the rounded corner. | |
getBackgroundColor() ⇒ (string|undefined)Returns the background color of the rounded corner. | |
getBorderColor() ⇒ stringReturns the color of the rounded corner. | |
getBorderWidthOffset() ⇒ numberReturns the thickness offset used for accurately rendering the corner within its container. | |
getElement() ⇒ !ElementReturns the underlying DOM element containing the rounded corner. | |
getEndAngle() ⇒ numberReturns the end angle of the arc for the rounded corner. | |
getHeight() ⇒ numberReturns the height of the element containing the rounded corner. | |
getLineWidth() ⇒ numberReturns the thickness of the rounded corner. | |
getRadius() ⇒ numberReturns the radius of the rounded corner. | |
getStartAngle() ⇒ numberReturns the start angle of the arc for the rounded corner. | |
getWidth() ⇒ numberReturns the width of the element containing the rounded corner. | |
setBackgroundColor(string backgroundColor)Sets the background color of the rounded corner. | |
setBorderColor(string borderColor)Sets the color of the rounded corner. | |
setHeight(number height)Sets the height of the element containing the rounded corner. | |
setLineWidth(number thickness)Sets the thickness of the rounded corner. | |
setRadius(number radius)Sets the radius of the rounded corner. | |
setWidth(number width)Sets the width of the element containing the rounded corner. | |