A B C D E F G I L M N O P R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CENTER - Static variable in class breadboards.Breadboard
-
An identifier for the center panel, intended for drawing GObjects
- contains(double, double) - Method in class breadboards.GCompound
-
returns true if the point (x,y) is contained in one of the elements of the GCompound
- contains(double, double) - Method in class breadboards.GImage
-
returns true when (x,y) is inside the bounding rectangle for this GImage
- contains(double, double) - Method in class breadboards.GLabel
-
returns true if (x,y) is inside this GLabel
- contains(double, double) - Method in class breadboards.GLine
-
returns true if (x,y) is sufficiently close (i.e., within LINE_TOLERANCE) to the segment
- contains(double, double) - Method in class breadboards.GObject
-
required of subclasses to determine if the point (x,y) is contained in/on the GObject in question
- contains(double, double) - Method in class breadboards.GOval
-
returns true if (x,y) is inside this GRect
- contains(double, double) - Method in class breadboards.GRect
-
returns true if (x,y) is inside this GRect
- contains(double, double) - Method in class breadboards.GRectangle
-
returns true when point specified (i.e., (x,y)) is on or inside the GRectangle
- contains(GPoint) - Method in class breadboards.GRectangle
-
returns true when point specified is on or inside the GRectangle
- createRGBPixel(int, int, int) - Static method in class breadboards.GImage
-
encapsulates the red, green, and blue components of a color into a single int value
- createRGBPixel(int, int, int, int) - Static method in class breadboards.GImage
-
encapsulates the red, green, and blue components of a color and a level of transparency into a single integer value
All Classes All Packages