Class AbstractFormBorder
- java.lang.Object
-
- com.itextpdf.layout.borders.Border
-
- com.itextpdf.forms.fields.borders.AbstractFormBorder
-
- Direct Known Subclasses:
BeveledBorder
,InsetBorder
,UnderlineBorder
abstract class AbstractFormBorder extends Border
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.itextpdf.layout.borders.Border
Border.Side
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
FORM_BEVELED
The form beveled border.(package private) static int
FORM_INSET
The form inset border.(package private) static int
FORM_UNDERLINE
The form underline border.-
Fields inherited from class com.itextpdf.layout.borders.Border
_3D_GROOVE, _3D_INSET, _3D_OUTSET, _3D_RIDGE, DASHED, DASHED_FIXED, DOTTED, DOUBLE, NO_BORDER, ROUND_DOTS, SOLID, transparentColor, type, width
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractFormBorder(Color color, float width)
-
Method Summary
-
Methods inherited from class com.itextpdf.layout.borders.Border
draw, draw, draw, draw, drawCellBorder, drawDiscontinuousBorders, equals, getBorderSide, getColor, getDotsGap, getIntersectionPoint, getOpacity, getStartingPointsForBorderSide, getType, getWidth, hashCode, setColor, setWidth
-
-
-
-
Field Detail
-
FORM_UNDERLINE
static final int FORM_UNDERLINE
The form underline border.- See Also:
UnderlineBorder
, Constant Field Values
-
FORM_BEVELED
static final int FORM_BEVELED
The form beveled border.- See Also:
BeveledBorder
, Constant Field Values
-
FORM_INSET
static final int FORM_INSET
The form inset border.- See Also:
InsetBorder
, Constant Field Values
-
-
Constructor Detail
-
AbstractFormBorder
protected AbstractFormBorder(Color color, float width)
-
-