JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jfree.chart
Interface Effect3D
All Known Implementing Classes:
BarRenderer3D
,
LineRenderer3D
,
StackedBarRenderer3D
,
XYLine3DRenderer
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and 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 Detail
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.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method