A B C D E G I L M N O P R S T W X Y

S

setAngle(double) - Method in class edu.byu.phun2d.Arc
Changes the angular width of the arc.
setBackground(Color) - Method in class edu.byu.phun2d.Win2D
This will change the background color of the window.
setBackground(double, double, double) - Method in class edu.byu.phun2d.Win2D
This will change the background color of the window using the red, green, blue components directly.
setCenter(double, double) - Method in class edu.byu.phun2d.Arc
Changes the center coordinates of the arc.
setCenter(double, double) - Method in class edu.byu.phun2d.Oval
Changes the center coordinates of the oval.
setCenter(double, double) - Method in class edu.byu.phun2d.Rect
Changes the center coordinates of the rectangle.
setFillColor(Color) - Method in class edu.byu.phun2d.DrawObj
Changes the fill color of this object.
setFillColor(Color) - Method in class edu.byu.phun2d.Group
Generates an error message because you cannot change the fill color of a Group.
setHeight(double) - Method in class edu.byu.phun2d.Arc
Changes the height of the ellipse that defines this arc.
setHeight(double) - Method in class edu.byu.phun2d.Oval
Changes the height of the oval.
setHeight(double) - Method in class edu.byu.phun2d.Rect
Changes the height of the rectangle.
setLineColor(Color) - Method in class edu.byu.phun2d.DrawObj
Changes the border or line color of this object.
setLineColor(Color) - Method in class edu.byu.phun2d.Group
Generates an error message because you cannot change the line color of a Group.
setLineWidth(double) - Method in class edu.byu.phun2d.DrawObj
Changes the width of the line or border of this object.
setLineWidth(double) - Method in class edu.byu.phun2d.Group
Generates an error message because you cannot change the line width of a Group.
setLocation(double, double) - Method in class edu.byu.phun2d.Text
This will change the location where the text is drawn.
setObjectAt(int, DrawObj) - Method in class edu.byu.phun2d.Group
This will change one of the existing objects in a group.
setP1(double, double) - Method in class edu.byu.phun2d.Line
This will change the coordinates of the first end point of this line.
setP1(double, double) - Method in class edu.byu.phun2d.Triangle
Change the location of point 1 on the triangle
setP2(double, double) - Method in class edu.byu.phun2d.Line
This will change the coordinates of the second end point of this line.
setP2(double, double) - Method in class edu.byu.phun2d.Triangle
Change the location of point 2 on the triangle
setP3(double, double) - Method in class edu.byu.phun2d.Triangle
Change the location of point 3 on the triangle
setRotate(double) - Method in class edu.byu.phun2d.DrawObj
This will rotate the object around the point (0,0) regardless of where the center of the object is.
setScale(double, double) - Method in class edu.byu.phun2d.DrawObj
This will change the size of the object.
setStart(double) - Method in class edu.byu.phun2d.Arc
Changes the starting angle for the arc.
setText(String) - Method in class edu.byu.phun2d.Text
This will change the text to be displayed.
setTranslate(double, double) - Method in class edu.byu.phun2d.DrawObj
This will move the origin (0,0) to location (x,y)
setWidth(double) - Method in class edu.byu.phun2d.Arc
Changes the width of the ellipse that defines this arc.
setWidth(double) - Method in class edu.byu.phun2d.Oval
Changes the width of the oval.
setWidth(double) - Method in class edu.byu.phun2d.Rect
Changes the width of the rectangle.

A B C D E G I L M N O P R S T W X Y