Package wprover
Class GgbCircle
- java.lang.Object
-
- wprover.GgbCircle
-
public class GgbCircle extends java.lang.ObjectRepresents a circle in GeoGebra with a name.
-
-
Constructor Summary
Constructors Constructor Description GgbCircle(java.lang.String name)Constructs a new GgbCircle 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 circle.inthashCode()
-