Question: Java A Diamond Program Objective: Write a class that uses the shape interface to now draw a diamond First download the driver and put it

Java A Diamond Program Objective: Write a class that uses the shapeinterface to now draw a diamond First download the driver and putit in your project DO NOT ALTER THE DRIVER! Also download theJava

A Diamond Program Objective: Write a class that uses the shape interface to now draw a diamond First download the driver and put it in your project DO NOT ALTER THE DRIVER! Also download the ShapeBasics and Shapelnterface to use in your code an INTERFACE DiamondInterface which inherits from Shapelnterface Create the following method definitions o setWidth this method is used to set the width of the diamond Write a class file called Diamond that DOES NOT HAVE a main method This class implements the DiamondInterface and inherits from ShapeBasics Some of the attributes of Diamond are o width that represents the width of the triangle that has to be odd Create the following Constructors Default sets everything to default values width -0 o One that has the parameters Offset used in the parent class width Accessors and Mutators for each variable MAKE SURE THE MUTATORS CHECK FOR VALID VALUES! Create the following Methods o setWidth this sets the width of the diamond. This must be implemented just like the interface. This number must be odd. o drawHere this draws the diamond and overrides the method in ShapeBasics o drawTopV this private method draws the top part of the diamond o drawBottomV-this private method draws the bottom part of the diamond Create the following static methods o skipSpaces this takes in a certain number of spaces to skip which means drawing

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!