Class FlatLineBorder

    • Constructor Detail

      • FlatLineBorder

        public FlatLineBorder​(Insets insets,
                              Color lineColor)
      • FlatLineBorder

        public FlatLineBorder​(Insets insets,
                              Color lineColor,
                              float lineThickness,
                              int arc)
        Since:
        2
      • FlatLineBorder

        public FlatLineBorder​(Insets insets,
                              int arc)
        Since:
        3.5
    • Method Detail

      • getLineColor

        public Color getLineColor()
      • getLineThickness

        public float getLineThickness()
        Returns the (unscaled) line thickness used to paint the border. The line thickness does not affect the border insets.
      • getArc

        public int getArc()
        Returns the (unscaled) arc diameter of the border corners.
        Since:
        2