2026-03-17 13:31:18 -07:00

8 lines
110 B
Java

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