public interface

Effect3D

org.jfree.chart.Effect3D
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
abstract double getXOffset()
Returns the x-offset (in Java2D units) for the 3D effect.
abstract double getYOffset()
Returns the y-offset (in Java2D units) for the 3D effect.

Public Methods

public abstract double getXOffset ()

Returns the x-offset (in Java2D units) for the 3D effect.

Returns
  • The offset.

public abstract double getYOffset ()

Returns the y-offset (in Java2D units) for the 3D effect.

Returns
  • The offset.