Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
L
M
N
O
P
R
S
T
W
X
Y
G
getBaseLine()
- Method in class edu.byu.phun2d.
Text
Returns the Y coordinate of the baseline of where the text is drawn.
getCenterX()
- Method in class edu.byu.phun2d.
Arc
The X coordinate of the center of the arc's ellipse.
getCenterX()
- Method in class edu.byu.phun2d.
Oval
The X coordinate of the center of the oval.
getCenterX()
- Method in class edu.byu.phun2d.
Rect
The X coordinate of the center of the rectangle.
getCenterY()
- Method in class edu.byu.phun2d.
Arc
The Y coordinate of the center of the arc's ellipse.
getCenterY()
- Method in class edu.byu.phun2d.
Oval
The Y coordinate of the center of the oval.
getCenterY()
- Method in class edu.byu.phun2d.
Rect
The Y coordinate of the center of the rectangle.
getFillColor()
- Method in class edu.byu.phun2d.
DrawObj
Returns the color being used to fill this object.
getHeight()
- Method in class edu.byu.phun2d.
Arc
The height of the arc's ellipse.
getHeight()
- Method in class edu.byu.phun2d.
Oval
The height of the oval.
getHeight()
- Method in class edu.byu.phun2d.
Rect
The height of the rectangle.
getLeft()
- Method in class edu.byu.phun2d.
Text
Returns the X coordinate of the left edge of where the text is drawn.
getLineColor()
- Method in class edu.byu.phun2d.
DrawObj
Returns the color being used to draw the border on this object.
getLineWidth()
- Method in class edu.byu.phun2d.
DrawObj
The width of the line/border.
getObjectAt(int)
- Method in class edu.byu.phun2d.
Group
This will get an object from this group.
getRotate()
- Method in class edu.byu.phun2d.
DrawObj
Returns the rotation angle
getScaleX()
- Method in class edu.byu.phun2d.
DrawObj
Get the X scale factor
getScaleY()
- Method in class edu.byu.phun2d.
DrawObj
Get the Y scale factor
getSceneGroup()
- Method in class edu.byu.phun2d.
Win2D
This returns a Group that contains all of the objects that have been added to this window.
getText()
- Method in class edu.byu.phun2d.
Text
This will return the text string currently being drawn.
getTranslate()
- Method in class edu.byu.phun2d.
DrawObj
Returns the point to where the origin (0,0) has been translated
getWidth()
- Method in class edu.byu.phun2d.
Arc
The width of the arc's ellipse.
getWidth()
- Method in class edu.byu.phun2d.
Oval
The width of the oval.
getWidth()
- Method in class edu.byu.phun2d.
Rect
The width of the rectangle.
GRAY
- Static variable in class edu.byu.phun2d.
Color
GREEN
- Static variable in class edu.byu.phun2d.
Color
green()
- Method in class edu.byu.phun2d.
Color
returns the green component of the color.
Group
- Class in
edu.byu.phun2d
A Group collects a series of other DrawObj objects to be drawn, including other GroupObjs.
Group()
- Constructor for class edu.byu.phun2d.
Group
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
L
M
N
O
P
R
S
T
W
X
Y