Package Summary  Overview Summary

class:BorderUIResource.LineBorderUIResource [NONE]

constructor:<init>(java.awt.Color) [NONE]

  • LineBorderUIResource

    public LineBorderUIResource​(Color color)
    Constructs a LineBorderUIResource.
    Parameters:
    color - the color for the border

constructor:<init>(java.awt.Color,int) [NONE]

  • LineBorderUIResource

    @ConstructorProperties({"lineColor","thickness"})
    public LineBorderUIResource​(Color color,
                                int thickness)
    Constructs a LineBorderUIResource.
    Parameters:
    color - the color for the border
    thickness - the thickness of the border

© 2018 Oracle Corporation and/or its affiliates