A line drawing contains the following information and Customizer functions.
See
"Package Guide"- JFLines
Property information
Name | Type | Reference | Setting | Explanation |
---|---|---|---|---|
background | java.awt | Y | Y | Background color |
fillColor | java.awt | Y | Y | Fill color |
fillStyle | int | Y | Y | Fill style |
foreground | java.awt | Y | Y | Foreground color |
lineColor | java.awt | Y | Y | Line color |
lineStyle | int | Y | Y | Line style |
lineType | int | Y | Y | Line drawing type |
lineWidth | int | Y | Y | Line width |
radiusX | int | Y | Y | Rounded horizontal radius |
radiusY | int | Y | Y | Rounded vertical radius |
Customizer
Drawing
Defines a line drawing display.
Select a FillStyle of the line drawing from the following: Transparent/Opaque/HorizontalHatch/VerticalHatch/CrossHatch/RightDiagonalHatch/LeftDiagonalHatch/DiagonalCrossHatch/DeepNetPattern/LightNetPattern. This specification is valid if a graphic such as a Rectangle/RoundRectangle/Circle/Lozenge is specified for the LineType.
Select a LineStyle of the line drawing from the following: UnBroken/Broken/Dot/PointChain/TwoPointChain/Float/Hollow/Shadw.
Specifications Float, Hollow, and Shadw are valid if a graphic such as a Rectangle/RoundRectangle/Circle/Lozenge is specified for the LineType.
Select a LineType from the following: Rectangle/RoundRectangle/Circle/Lozenge/PosSLopeLine/NegSlopeLine/HorizontalLine/VerticalLine.
Select a LineWidth of the line drawing.
Sets a RadiusX of the line drawing. This specification is valid if RoundRectangle is specified for the LineType.
Sets a RadiusY of the line drawing. This specification is valid if RoundRectangle is specified for the LineType.
Sets a LineColor of the line drawing.
If the LineColor is changed, the foreground is also changed to the same value as the LineColor. If the foreground is changed, the LineColor is also changed to the same value as the foreground.
Sets a FillColor of the line drawing. This specification is valid if a value other than transparent is specified for the FillStyle.
If the FillColor is changed, the background is also changed to the same value as the FillColor. If the background is changed, the FillColor is also changed to the same value as the background.