![JAR search and dependency download from the Maven repository](/logo.png)
org.eclipse.swt.graphics.Drawable Maven / Gradle / Ivy
/*******************************************************************************
* Copyright (c) 2010 EclipseSource 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:
* EclipseSource - initial API and implementation
******************************************************************************/
package org.eclipse.swt.graphics;
/**
* Implementers of Drawable
can have a graphics context (GC)
* created for them, and then they can be drawn on by sending messages to
* their associated GC.
*
* IMPORTANT: This interface is not part of the SWT
* public API. It is marked public only so that it can be shared
* within the packages provided by SWT. It should never be
* referenced from application code.
*
*
*
* @see GC
* @since 1.3
*/
public interface Drawable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy