Package wprover
Class GgbPoint
- java.lang.Object
-
- wprover.GgbPoint
-
public class GgbPoint extends java.lang.ObjectRepresents a point in GeoGebra with a name.
-
-
Constructor Summary
Constructors Constructor Description GgbPoint(java.lang.String name)Constructs a new GgbPoint with the specified name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetName()Returns the name of the point.inthashCode()
-