Uses of Class
breadboards.GPoint
-
-
Uses of GPoint in breadboards
Methods in breadboards that return GPoint Modifier and Type Method Description GPointGCompound. getCanvasPoint(double x, double y)converts local coordinates associated with the GCompound to coordinates associated with the parent objectGPointGLine. getEndPoint()returns end point of the GLineGPointGCompound. getLocalPoint(double x, double y)converts coordinates associated with the parent object to local coordinates associated with the GCompoundGPointGObject. getLocation()returns the location of the GObject as a GPointGPointGRectangle. getLocation()returns the location of this GRectangleGPointGLine. getStartPoint()returns start point of the GLineMethods in breadboards with parameters of type GPoint Modifier and Type Method Description voidBreadboard. add(GObject gObject, GPoint pt)adds the specified GObject to this breadboard at the specified pointvoidGCompound. add(GObject gObject, GPoint pt)adds a GObject to this GCompound at the specified pointbooleanGRectangle. contains(GPoint p)returns true when point specified is on or inside the GRectangleGObjectBreadboard. getElementAt(GPoint pt)returns the top-most element at the specified pointGObjectGCompound. getElementAt(GPoint pt)returns the top-most element of the GCompound at the specified point
-