You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
774 B

package 2;
import 2.Shape;
import 2.Shape;
/**
* 妞<>渾褰㈢被
* @author The Administrator
* @version 1.0
* @created 26-10月-2025 14:20:13
*/
class Ellipse implements Shape, Shape {
private String color;
/**
* 闀胯酱
*/
private double majorAxis;
/**
* 鐭<>
*/
private double minorAxis;
public Ellipse(){
}
public void finalize() throws Throwable {
}
/**
*
* @param majorAxis
* @param minorAxis
* @param color
*/
public Ellipse(double majorAxis, double minorAxis, String color){
}
@Override
public void draw(){
}
public String getColor(){
return "";
}
public double getArea(){
return 0;
}
public String getColor(){
return "";
}
}//end Ellipse