// Generated by esidl 0.4.0. package org.w3c.dom.views; public interface ClientRect { // ClientRect public float getTop(); public float getRight(); public float getBottom(); public float getLeft(); public float getWidth(); public float getHeight(); }