All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jhotdraw8.draw.figure.Grouping Maven / Gradle / Ivy

The newest version!
/*
 * @(#)Grouping.java
 * Copyright © 2023 The authors and contributors of JHotDraw. MIT License.
 */

package org.jhotdraw8.draw.figure;

/**
 * Marker interface for group of figures.
 *
 * @author Werner Randelshofer
 */
public interface Grouping extends Figure {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy