com.vodafone.v10.graphics.j3d
Interface Graphics3D
- public interface Graphics3D
3D graphics interface.
drawFigure
public void drawFigure(Figure figure,
int x,
int y,
FigureLayout layout,
Effect3D effect)
- Draws a figure.
- Parameters:
figure
- Model datax
- The drawing position x coordinatey
- The drawing position y coordinatelayout
- The drawing layouteffect
- Effect- Throws:
NullPointerException
- if figure, layout or effect is null, or if no
texture has been set for the figure.
Copyright 2002,2003 Aplix Corporation. All rights reserved. Aplix Confidential and Restricted.