public class RoundedCornerBorder extends PolygonBorder
| Constructor and Description |
|---|
RoundedCornerBorder(ColorProvider lineColor,
ColorProvider highlightColor,
int cType1,
int cType2,
int cType3,
int cType4) |
RoundedCornerBorder(ColorProvider lineColor,
ColorProvider highlightColor,
int cType1,
int cType2,
int cType3,
int cType4,
boolean drawTop,
boolean drawLeft,
boolean drawBottom,
boolean drawRight) |
RoundedCornerBorder(ColorProvider lineColor,
int cType) |
RoundedCornerBorder(ColorProvider lineColor,
int cType,
boolean drawTop,
boolean drawLeft,
boolean drawBottom,
boolean drawRight) |
| Modifier and Type | Method and Description |
|---|---|
protected java.awt.Insets |
getShapedBorderInsets(java.awt.Component c) |
createPolygongetBorderInsets, getHighlightOffsetX, getHighlightOffsetY, getShape, getShapedBorderHighlightInsets, isBorderOpaque, isHighlightable, isPointsClockwise, lineIsDrawn, paintBorder, paintHighlight, paintPolygon, setPointpublic RoundedCornerBorder(ColorProvider lineColor, int cType)
public RoundedCornerBorder(ColorProvider lineColor, int cType, boolean drawTop, boolean drawLeft, boolean drawBottom, boolean drawRight)
public RoundedCornerBorder(ColorProvider lineColor, ColorProvider highlightColor, int cType1, int cType2, int cType3, int cType4)
public RoundedCornerBorder(ColorProvider lineColor, ColorProvider highlightColor, int cType1, int cType2, int cType3, int cType4, boolean drawTop, boolean drawLeft, boolean drawBottom, boolean drawRight)
protected java.awt.Insets getShapedBorderInsets(java.awt.Component c)
getShapedBorderInsets in class AbstractPolygonBorder