package com.xith.java3d.overlay; import java.awt.Rectangle; public interface ScreenComponent { public Rectangle getBounds(); }