public class SquareBorder extends Border
Instance to keep Border line properties for square stamp line.
| Constructor and Description |
|---|
SquareBorder(Corners corners)
Creates SquareBorderLine with corner radius values.
|
SquareBorder(double radius)
Creates SquareBorderLine with rounded corner radius.
|
| Modifier and Type | Method and Description |
|---|---|
Corners |
getRadius()
Gets or sets the radius of square corners.
|
void |
setRadius(Corners value)
Gets or sets the radius of square corners.
|
deepClone, getColor, getDashStyle, getTransparency, getVisible, getWeight, setColor, setColor, setDashStyle, setTransparency, setVisible, setWeightpublic SquareBorder(Corners corners)
Creates SquareBorderLine with corner radius values.
corners - Radius of square corners.public SquareBorder(double radius)
Creates SquareBorderLine with rounded corner radius.
radius - Radius of square corners.Copyright © 2024. All rights reserved.