Uses of Interface
ProGAL.geom2d.Shape

Packages that use Shape
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 Shape in ProGAL.geom2d
 

Classes in ProGAL.geom2d that implement Shape
 class Circle
           
 class ConvexPolygon
           
 class Line
           
 class LineSegment
           
 class LSC
          A line-swept circle.
 class Polygon
           
 class Triangle
           
 

Methods in ProGAL.geom2d that return Shape
 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)
           
 Shape TriangulationFace.getEdgeShape(int i)
           
 

Uses of Shape in ProGAL.geom2d.viewer
 

Classes in ProGAL.geom2d.viewer that implement Shape
 class TextShape
           
 

Methods in ProGAL.geom2d.viewer with parameters of type Shape
 void J2DScene.addShape(Shape s)
          Add a shape to this scene.
 void J2DScene.addShape(Shape s, java.awt.Color c)
          Add a shape to this scene with the specified color.
 void J2DScene.addShape(Shape s, java.awt.Color c, double border)
           
 void J2DScene.addShape(Shape s, java.awt.Color c, double border, boolean fill)
           
 void J2DScene.removeShape(Shape s)
          Remove the specified shape from the scene