package org.apache.batik.bridge; public interface Viewport { float getHeight(); float getWidth(); }