blob: f9622eb15005265337b569e55e10cd555221d5b6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 Florian Thienel and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Florian Thienel - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.xml.vex.core.internal.core;
/**
* @author Florian Thienel
*/
public interface Image {
int getHeight();
int getWidth();
}