Uses of Class
ProGAL.geom2d.viewer.J2DScene

Packages that use J2DScene
ProGAL.geom2d This package contains classes that are all related to two-dimensional geometric concepts. 
ProGAL.geom2d.viewer All classes required for the 2D scene viewer J2DScene
 

Uses of J2DScene in ProGAL.geom2d
 

Methods in ProGAL.geom2d with parameters of type J2DScene
 void Triangulation.boundaryFlipIn(TriangulationVertex a, TriangulationVertex b, TriangulationVertex c, J2DScene scene, boolean testing)
           
 void Triangulation.boundaryFlipOut(TriangulationVertex v, TriangulationFace face, J2DScene scene, boolean testing)
           
 void Triangulation.delete(TriangulationVertex u, J2DScene scene)
           
 void TriangulationFace.draw(J2DScene scene)
           
 void Triangulation.draw(J2DScene scene)
           
 void Polygon.draw(J2DScene scene)
           
 void TriangulationFace.draw(J2DScene scene, boolean testing)
           
 void TriangulationFace.draw(J2DScene scene, java.awt.Color clr)
           
 void Polygon.draw(J2DScene scene, java.awt.Color clr)
          draws the polygon
 Shape TriangulationFace.drawCircumCircle(J2DScene scene, java.awt.Color clr)
           
 Shape TriangulationFace.drawRotatedCircumCircle(J2DScene scene, java.awt.Color clr, double angle, java.util.List<java.lang.Integer> rotIndx)
           
 TriangulationFace[] Triangulation.flip(TriangulationFace t013, TriangulationFace t123, boolean recursive, J2DScene scene, boolean testing)
           
 void TriangulationFace.hide(J2DScene scene, boolean testing)
           
 void TriangulationFace.hideCircumCircle(J2DScene scene)
           
 void TriangulationFace.killShapes(J2DScene scene)
           
 void Triangulation.legalizeEdge(TriangulationFace triangulationFace, int indx, boolean recursive, J2DScene scene)
           
 void TriangulationFace.reshape(J2DScene scene, boolean testing)
           
 void LineSegment.toScene(J2DScene scene)
           
 void Circle.toScene(J2DScene scene)
           
 void Circle.toScene(J2DScene scene, java.awt.Color clr)
           
 void Point.toScene(J2DScene scene, double rad, java.awt.Color col)
           
 

Constructors in ProGAL.geom2d with parameters of type J2DScene
TriangulationFace(TriangulationVertex v0, TriangulationVertex v1, TriangulationVertex v2, J2DScene scene, boolean testing)
           
 

Uses of J2DScene in ProGAL.geom2d.viewer
 

Methods in ProGAL.geom2d.viewer that return J2DScene
static J2DScene J2DScene.createJ2DSceneInFrame()
          Create a frame containing a canvas, display it and return the J2DScene object shown in the frame.