public class Rechteck
extends java.lang.Object
Constructor and Description |
---|
Rechteck() |
Rechteck(double kantenlaenge) |
Rechteck(double l,
double b) |
Rechteck(int... a) |
Rechteck(int s) |
Rechteck(Rechteck original) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public Rechteck()
public Rechteck(double l, double b)
public Rechteck(double kantenlaenge)
public Rechteck(int s)
public Rechteck(int... a)
public Rechteck(Rechteck original)