Update changelog.
[SquirrelJME.git] / modules / vodafone-api / src / main / java / com / vodafone / v10 / graphics / j3d / Figure.java
blobd4c6a571ef84ad58d2a3355b0c1c16762ac1d7ef
1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package com.vodafone.v10.graphics.j3d;
12 import cc.squirreljme.runtime.cldc.annotation.Api;
13 import cc.squirreljme.runtime.cldc.debug.Debugging;
14 import java.io.IOException;
16 @Api
17 public class Figure
19 @Api
20 public Figure(byte[] var1)
22 throw Debugging.todo();
25 @Api
26 public Figure(String var1)
27 throws IOException
29 throw Debugging.todo();
32 @Api
33 public void setPosture(ActionTable var1, int var2, int var3)
35 throw Debugging.todo();
38 @Api
39 public void setTexture(Texture var1)
41 throw Debugging.todo();