Java org.jfree.chart.title LegendGraphic fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.title LegendGraphic fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.jfree.chart.title.LegendGraphic has subclasses.
Click this link to see all its subclasses.

Constructor

LegendGraphic(Shape shape, Paint fillPaint)
Creates a new legend graphic.

Method

voidsetFillPaintTransformer(GradientPaintTransformer transformer)
Sets the transformer used when the fill paint is an instance of GradientPaint.
voidsetLine(Shape line)
Sets the line.
voidsetLinePaint(Paint paint)
Sets the line paint.
voidsetLineStroke(Stroke stroke)
Sets the line stroke.
voidsetLineVisible(boolean visible)
Sets the flag that controls whether or not the line is visible.
voidsetOutlinePaint(Paint paint)
Sets the outline paint.
voidsetOutlineStroke(Stroke stroke)
Sets the outline stroke.
voidsetPadding(RectangleInsets padding)
Sets the padding (use RectangleInsets#ZERO_INSETS for no padding).
voidsetShapeAnchor(RectangleAnchor anchor)
Sets the shape anchor.
voidsetShapeFilled(boolean filled)
Sets a flag that controls whether or not the shape is filled.
voidsetShapeLocation(RectangleAnchor location)
Sets the shape location.
voidsetShapeOutlineVisible(boolean visible)
Sets a flag that controls whether or not the shape outline is visible.
voidsetShapeVisible(boolean visible)
Sets a flag that controls whether or not the shape is visible.