public abstract class Shape extends Object
protected Color
color
Shape(Color color)
abstract void
applyColor()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Color color
public Shape(Color color)
public abstract void applyColor()
Copyright © 2024. All rights reserved.