Java org.jfree.chart.block BlockBorder fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.block BlockBorder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.block BlockBorder.

The text is from its open source code.

Field

BlockBorderNONE
An empty border.

Constructor

BlockBorder(double top, double left, double bottom, double right)
Creates a new border with the specified line widths (in black).
BlockBorder(Paint paint)
Creates a new border with the specified color.
BlockBorder()
Creates a default border.
BlockBorder(double top, double left, double bottom, double right, Paint paint)
Creates a new border with the specified line widths (in black).