org.openfaces.component.chart.impl.renderers
Interface Chart3DRendererAdapter

All Superinterfaces:
org.jfree.chart.Effect3D
All Known Implementing Classes:
BarRenderer3DAdapter, LineRenderer3DAdapter, XYLineRenderer3DAdapter

public interface Chart3DRendererAdapter
extends org.jfree.chart.Effect3D


Method Summary
 java.awt.Paint getWallPaint()
          Returns the paint used to highlight the left and bottom wall in the plot background.
 void setWallPaint(java.awt.Paint paint)
          Sets the paint used to hightlight the left and bottom walls in the plot background and sends a RendererChangeEvent to all registered listeners.
 
Methods inherited from interface org.jfree.chart.Effect3D
getXOffset, getYOffset
 

Method Detail

getWallPaint

java.awt.Paint getWallPaint()
Returns the paint used to highlight the left and bottom wall in the plot background.

Returns:
The paint.

setWallPaint

void setWallPaint(java.awt.Paint paint)
Sets the paint used to hightlight the left and bottom walls in the plot background and sends a RendererChangeEvent to all registered listeners.

Parameters:
paint - the paint.


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.