35 lines
246 B
Java
35 lines
246 B
Java
Public class Gris extends Color
|
|
{
|
|
private float gr;
|
|
|
|
public Gris(gr)
|
|
{
|
|
super(gr,gr,gr);
|
|
}
|
|
getHeight()
|
|
{
|
|
|
|
}
|
|
getWidth()
|
|
{
|
|
|
|
}
|
|
getImageableHeight()
|
|
{
|
|
|
|
}
|
|
getImageableWidht()
|
|
{
|
|
|
|
}
|
|
getImageableX()
|
|
{
|
|
|
|
}
|
|
getImageableY()
|
|
{
|
|
|
|
}
|
|
|
|
}
|