Uses of Interface
org.jfree.chart3d.table.RectanglePainter
Packages that use RectanglePainter
Package
Description
Classes for controlling chart styles.
Classes and interfaces for constructing tables for display to the user.
-
Uses of RectanglePainter in org.jfree.chart3d
Methods in org.jfree.chart3d that return RectanglePainterModifier and TypeMethodDescriptionChart3D.getBackground()Returns the background painter (an object that is responsible for filling the background area before charts are rendered).Methods in org.jfree.chart3d with parameters of type RectanglePainterModifier and TypeMethodDescriptionvoidChart3D.setBackground(RectanglePainter background) Sets the background painter and sends aChart3DChangeEventto all registered listeners. -
Uses of RectanglePainter in org.jfree.chart3d.style
Methods in org.jfree.chart3d.style that return RectanglePainterModifier and TypeMethodDescriptionChartStyle.getBackgroundPainter()Returns the painter that fills the background for the chart.StandardChartStyle.getBackgroundPainter()Returns the background painter.Methods in org.jfree.chart3d.style with parameters of type RectanglePainterModifier and TypeMethodDescriptionvoidStandardChartStyle.setBackgroundPainter(RectanglePainter painter) Sets the background painter. -
Uses of RectanglePainter in org.jfree.chart3d.table
Classes in org.jfree.chart3d.table that implement RectanglePainterModifier and TypeClassDescriptionfinal classARectanglePainterthat can fill a rectangle with a gradient (the gradient is generated using anchor points to fit any size rectangle on demand).classARectanglePainterthat fills the rectangle with a color or image.Methods in org.jfree.chart3d.table that return RectanglePainterModifier and TypeMethodDescriptionAbstractTableElement.getBackground()Returns the background painter for the element.Methods in org.jfree.chart3d.table with parameters of type RectanglePainterModifier and TypeMethodDescriptionvoidAbstractTableElement.setBackground(RectanglePainter background) Sets the background for the element.