C D E G M P S T

C

Circle - Class in edu.ucsb.cs56.S11.bpmccurdy.lab03
Circle extends Ellipse2D to make it easier to draw circles because the parameters to the constructor are more convenient
Circle(double, double, double) - Constructor for class edu.ucsb.cs56.S11.bpmccurdy.lab03.Circle
Constructor for objects of class Circle

D

drawGuitar(Graphics2D, double, double, double) - Method in class edu.ucsb.cs56.S11.bpmccurdy.lab03.PictureComponent
 
drawSnowman(Graphics2D, double, double, double, double, double) - Method in class edu.ucsb.cs56.S11.bpmccurdy.lab03.PictureComponent
 

E

edu.ucsb.cs56.S11.bpmccurdy.lab03 - package edu.ucsb.cs56.S11.bpmccurdy.lab03
 

G

getName() - Method in class edu.ucsb.cs56.S11.bpmccurdy.lab03.Student
Get the name
getPermNumber() - Method in class edu.ucsb.cs56.S11.bpmccurdy.lab03.Student
Get the perm number

M

main(String[]) - Static method in class edu.ucsb.cs56.S11.bpmccurdy.lab03.PictureViewer
 
main(String[]) - Static method in class edu.ucsb.cs56.S11.bpmccurdy.lab03.SimpleGui1
main method to fire up a JFrame on the screen

P

paintComponent(Graphics) - Method in class edu.ucsb.cs56.S11.bpmccurdy.lab03.PictureComponent
The paintComponent method is always required if you want any graphics to appear in your JComponent.
PictureComponent - Class in edu.ucsb.cs56.S11.bpmccurdy.lab03
A component that draws a Picture by Phill Conrad
PictureComponent() - Constructor for class edu.ucsb.cs56.S11.bpmccurdy.lab03.PictureComponent
 
PictureViewer - Class in edu.ucsb.cs56.S11.bpmccurdy.lab03
A viewer class to see a picture I drew with just three simple Java graphics objects, namely Rectangle, Line2D.Double, Ellipse2D.Double
PictureViewer() - Constructor for class edu.ucsb.cs56.S11.bpmccurdy.lab03.PictureViewer
 

S

setName(String) - Method in class edu.ucsb.cs56.S11.bpmccurdy.lab03.Student
Set the name
setPermNumber(int) - Method in class edu.ucsb.cs56.S11.bpmccurdy.lab03.Student
Set the permNumber
SimpleGui1 - Class in edu.ucsb.cs56.S11.bpmccurdy.lab03
SimpleGui1 comes from Head First Java 2nd Edition p.
SimpleGui1() - Constructor for class edu.ucsb.cs56.S11.bpmccurdy.lab03.SimpleGui1
 
Student - Class in edu.ucsb.cs56.S11.bpmccurdy.lab03
A student has a name and a perm number.
Student(String, int) - Constructor for class edu.ucsb.cs56.S11.bpmccurdy.lab03.Student
Constructor for objects of class Student
StudentTest - Class in edu.ucsb.cs56.S11.bpmccurdy.lab03
The test class StudentTest -- it tests the Student class
StudentTest() - Constructor for class edu.ucsb.cs56.S11.bpmccurdy.lab03.StudentTest
 

T

testConstructorAndGetters() - Method in class edu.ucsb.cs56.S11.bpmccurdy.lab03.StudentTest
 
testConstructorSetAndGetName() - Method in class edu.ucsb.cs56.S11.bpmccurdy.lab03.StudentTest
 
testConstructorSetAndGetPermNumber() - Method in class edu.ucsb.cs56.S11.bpmccurdy.lab03.StudentTest
 
testToString() - Method in class edu.ucsb.cs56.S11.bpmccurdy.lab03.StudentTest
 
toString() - Method in class edu.ucsb.cs56.S11.bpmccurdy.lab03.Student
 

C D E G M P S T