astex
Class GraphicalObject

java.lang.Object
  extended by astex.Tmesh
      extended by astex.GraphicalObject

public class GraphicalObject
extends Tmesh


Field Summary
 
Fields inherited from class astex.Tmesh
colorStyle, cylinders, CYLINDERS, debug, DOTS, lines, LINES, MinMaxScalingMode, name, np, npalloc, nt, nx, ny, nz, ObjectColor, OriginalScalingMode, spheres, SPHERES, style, t0, t1, t2, tcolor, transparency, TriangleColor, TRIANGLES, u, umax, umin, UOffset, UScale, UTexture, v, vcolor, VertexColor, vmax, vmin, VOffset, VScale, VTexture, x, y, z
 
Constructor Summary
GraphicalObject()
          Create a GraphicalObject.
GraphicalObject(Renderer r)
          Create a GraphicalObject.
 
Method Summary
 
Methods inherited from class astex.Tmesh
addCylinder, addLine, addLine, addPoint, addPoint, addPoint, addPoint, addSphere, addTriangle, addTriangle, clip, copy, distance, distance, empty, ensurePointCapacity, ensureTriangleCapacity, getBackface, getBoundingSphere, getColor, getColorStyle, getInverseTexture, getLineWidth, getName, getnPoints, getRenderer, getRenderPass, getTextureScalingMode, getUOffset, getUScale, getVertex, getVOffset, getVScale, isVisible, main, mid, output, read, readPly, recalculateNormals, render, setBackface, setClipped, setColor, setColorStyle, setLineWidth, setMinMax, setName, setPointCapacity, setRenderer, setRenderPass, setTextureRange, setTextureScalingMode, setTransparency, setTriangleCapacity, setUOffset, setUScale, setVertex, setVisible, setVOffset, setVScale, smooth, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphicalObject

public GraphicalObject()
Create a GraphicalObject.


GraphicalObject

public GraphicalObject(Renderer r)
Create a GraphicalObject.