DEV/DEV2.1/TP3/gris.java

35 lines
246 B
Java
Raw Permalink Normal View History

2023-03-27 11:21:24 +02:00
Public class Gris extends Color
{
private float gr;
public Gris(gr)
{
super(gr,gr,gr);
}
getHeight()
{
}
getWidth()
{
}
getImageableHeight()
{
}
getImageableWidht()
{
}
getImageableX()
{
}
getImageableY()
{
}
}