Package org.jfree.chart
Interface Effect3D
- All Known Implementing Classes:
BarRenderer3D
,StackedBarRenderer3D
public interface Effect3D
An interface that should be implemented by renderers that use a 3D effect.
This allows the axes to mirror the same effect by querying the renderer.
-
Method Summary
Modifier and Type Method Description double
getXOffset()
Returns the x-offset (in Java2D units) for the 3D effect.double
getYOffset()
Returns the y-offset (in Java2D units) for the 3D effect.
-
Method Details
-
getXOffset
double getXOffset()Returns the x-offset (in Java2D units) for the 3D effect.- Returns:
- the offset.
-
getYOffset
double getYOffset()Returns the y-offset (in Java2D units) for the 3D effect.- Returns:
- the offset.
-