Move some System.err to Debugging.debugNote.
[SquirrelJME.git] / modules / vendor-api-ntt-docomo-doja / src / main / java / com / nttdocomo / ui / graphics3d / Figure.java
blobb0288ed92e548793fe2b7551893c16a74be56b54
1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // Multi-Phasic Applications: SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package com.nttdocomo.ui.graphics3d;
12 import cc.squirreljme.runtime.cldc.annotation.SquirrelJMEVendorApi;
14 @SquirrelJMEVendorApi
15 public class Figure
16 extends DrawableObject3D