Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A Color class has a method getColorName that returns a String corresponding to the common name for the color, e.g., yellow, blue, white, etc.

A Color class has a method getColorName that returns a String corresponding to the common name for the color,

A Color class has a method getColorName that returns a String corresponding to the common name for the color, e.g., yellow, blue, white, etc. If there is no common name associated with the color, null is returned. The class, AlphaChannelColor-a subclass of Color-has an int instance variable, alpha, containing the alpha channel value, representing the degree of transparency of the color. Write the method getColorName of AlphaChannelColor, which overrides the method in the Color class. AlphaChannelColor's getColorName should return the name of the color (obtained from the getColorName method of Color) prefixed with the word "opaque" if the alpha value is less than 100, "semi-transparent" if the alpha value is otherwise less than 200, and "transparent" otherwise. Separate the prefix from the color name by a blank. If the color has no name, the method should return "opaque color," "semi-transparent color," or "transparent color," according to the same alpha values as above.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Based on the instructions in the image we want to write a method getColorName that overrides the met... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Java An Introduction To Problem Solving And Programming

Authors: Walter Savitch

8th Edition

0134462033, 978-0134462035

More Books

Students also viewed these Programming questions

Question

Do I make impulse purchases during my surfing sessions?

Answered: 1 week ago

Question

26. Name at least two ways a gene could influence alcoholism.

Answered: 1 week ago