Package com.itextpdf.layout.borders
Class OutsetBorder
java.lang.Object
com.itextpdf.layout.borders.Border
com.itextpdf.layout.borders.Border3D
com.itextpdf.layout.borders.OutsetBorder
Represents a
Border3D
with an outset effect being applied.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.itextpdf.layout.borders.Border
Border.Side
-
Field Summary
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
ConstructorDescriptionOutsetBorder
(float width) Creates an OutsetBorder instance with the specified width.OutsetBorder
(DeviceCmyk color, float width) Creates an OutsetBorder instance with the specified width and thecmyk color
.OutsetBorder
(DeviceCmyk color, float width, float opacity) Creates an OutsetBorder instance with the specified width, color and opacity.OutsetBorder
(DeviceGray color, float width) Creates an OutsetBorder instance with the specified width and thegray color
.OutsetBorder
(DeviceGray color, float width, float opacity) Creates an OutsetBorder instance with the specified width, color and opacity.OutsetBorder
(DeviceRgb color, float width) Creates an OutsetBorder instance with the specified width and thergb color
.OutsetBorder
(DeviceRgb color, float width, float opacity) Creates an OutsetBorder instance with the specified width, color and opacity. -
Method Summary
Modifier and TypeMethodDescriptionint
getType()
Returns the type of theborder
protected void
setInnerHalfColor
(PdfCanvas canvas, Border.Side side) Sets the fill color for the inner half of3D Border
protected void
setOuterHalfColor
(PdfCanvas canvas, Border.Side side) Sets the fill color for the outer half of3D Border
Methods inherited from class com.itextpdf.layout.borders.Border3D
draw, drawCellBorder, getDarkerColor
Methods inherited from class com.itextpdf.layout.borders.Border
draw, draw, draw, drawDiscontinuousBorders, equals, getBorderSide, getColor, getDotsGap, getIntersectionPoint, getOpacity, getStartingPointsForBorderSide, getWidth, hashCode, setColor, setWidth
-
Constructor Details
-
OutsetBorder
public OutsetBorder(float width) Creates an OutsetBorder instance with the specified width. The color is set to the predefined gray.- Parameters:
-
width
- width of the border
-
OutsetBorder
Creates an OutsetBorder instance with the specified width and thergb color
.- Parameters:
-
width
- width of the border -
color
- thergb color
of the border
-
OutsetBorder
Creates an OutsetBorder instance with the specified width and thecmyk color
.- Parameters:
-
width
- width of the border -
color
- thecmyk color
of the border
-
OutsetBorder
Creates an OutsetBorder instance with the specified width and thegray color
.- Parameters:
-
width
- width of the border -
color
- thegray color
of the border
-
OutsetBorder
Creates an OutsetBorder instance with the specified width, color and opacity.- Parameters:
-
color
- color of the border -
width
- width of the border -
opacity
- opacity of the border
-
OutsetBorder
Creates an OutsetBorder instance with the specified width, color and opacity.- Parameters:
-
color
- color of the border -
width
- width of the border -
opacity
- opacity of the border
-
OutsetBorder
Creates an OutsetBorder instance with the specified width, color and opacity.- Parameters:
-
color
- color of the border -
width
- width of the border -
opacity
- opacity of the border
-
-
Method Details
-
getType
public int getType()Returns the type of theborder
-
setInnerHalfColor
Sets the fill color for the inner half of3D Border
- Specified by:
-
setInnerHalfColor
in classBorder3D
- Parameters:
-
canvas
- PdfCanvas the color will be applied on -
side
- theside
the color will be applied on
-
setOuterHalfColor
Sets the fill color for the outer half of3D Border
- Specified by:
-
setOuterHalfColor
in classBorder3D
- Parameters:
-
canvas
- PdfCanvas the color will be applied on -
side
- theside
the color will be applied on
-