Uses of Class
pogr1_holec.GO

Uses of GO in pogr1_holec
 

Subclasses of GO in pogr1_holec
 class circle
          The represantation of graphical object 'circle'
 class line
          The represantation of graphical object 'line'
 class point
          The represantation of graphical object 'point'
 class polygon
          The represantation of geometric object 'polygon'
 class triangle
          The represantation of geometric object 'triangle'
 

Fields in pogr1_holec with type parameters of type GO
protected static java.util.ArrayList<java.util.ArrayList<GO>> POGR1_HolecApp.listOfObjects
           
 

Methods in pogr1_holec that return types with arguments of type GO
 java.util.ArrayList<GO> GeometricAlgorithms.getConvexHullOfSetOf2DPoints()
           
 java.util.ArrayList<GO> GeometricAlgorithms.getDelaunayTriangulationOfSetOf2DPoints()
           
 java.util.ArrayList<GO> GeometricAlgorithms.getPolygon()
           
 java.util.ArrayList<GO> GeometricAlgorithms.getPolygonTriangulation()
           
 java.util.ArrayList<GO> GeometricAlgorithms.getSmallestCircleOfSetOfPoints()
           
 java.util.ArrayList<GO> GeometricAlgorithms.getTrapezoidalPolygon()