org.xistrat.util.d3
Class SQL3D

java.lang.Object
  extended by org.xistrat.util.SQL
      extended by org.xistrat.util.d3.SQL3D

public class SQL3D
extends SQL

persistence util class dealing with objects using Java3D classes (that is why the stuff here got outsourced)

Since:
0.5.42

Field Summary
 
Fields inherited from class org.xistrat.util.SQL
adx, driver, mysql_uri, poly, polygons, vertices
 
Constructor Summary
SQL3D()
           
SQL3D(int polygons, int poly, int vertices)
           
SQL3D(java.lang.String adx)
           
SQL3D(java.lang.String adx, int polygons, int poly, int vertices)
           
 
Method Summary
 javax.vecmath.Point3f[] getVerts(java.lang.String pointTable, java.lang.String variant)
           
 
Methods inherited from class org.xistrat.util.SQL
deleteMoves, getAllMoves, getBoardByID, getBoardList, getFaceData, getFightList, getFiguresByPositionID, getGameByID, getGraphVariant, getLinkData, getNumPlayers, getPositionByFight, getPositionList, getStonesByPositionID, insertFace, insertFace, insertPoint, logMove, savePosition, savePosition, startFight, storeVar, updateFace, updateFight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQL3D

public SQL3D()

SQL3D

public SQL3D(java.lang.String adx)

SQL3D

public SQL3D(java.lang.String adx,
             int polygons,
             int poly,
             int vertices)

SQL3D

public SQL3D(int polygons,
             int poly,
             int vertices)
Method Detail

getVerts

public javax.vecmath.Point3f[] getVerts(java.lang.String pointTable,
                                        java.lang.String variant)
                                 throws java.lang.Exception
Throws:
java.lang.Exception