public abstract class Shape extends Object implements Cloneable
protected String
type
Shape()
Object
clone()
abstract void
draw()
String
getId()
getType()
void
setId(String id)
setType(String type)
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String type
public Shape()
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public abstract void draw()
public Object clone()
clone
Copyright © 2024. All rights reserved.