com.vodafone.v10.graphics.j3d
Interface Graphics3D


public interface Graphics3D

3D graphics interface.


Method Summary
 void drawFigure(Figure figure, int x, int y, FigureLayout layout, Effect3D effect)
          Draws a figure.
 

Method Detail

drawFigure

public void drawFigure(Figure figure,
                       int x,
                       int y,
                       FigureLayout layout,
                       Effect3D effect)
Draws a figure.
Parameters:
figure - Model data
x - The drawing position x coordinate
y - The drawing position y coordinate
layout - The drawing layout
effect - 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.