com.ijchart.xychart.ui
Interface IEffect3D

All Known Implementing Classes:
Category3DPlot, CategoryAxis3D, DefaultEffect3D, NumberValueAxis3D

public interface IEffect3D

Title: IJChart

Description: a chart library for the Java(tm) platform.

An interface that should be implemented by renders that use a 3D effect.

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.

Method Summary
 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:
double The offset.

getYOffset

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

Returns:
double The offset.