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

net.sourceforge.plantuml.abel.DisplayPositionned Maven / Gradle / Ivy

There is a newer version: 1.2024.8
Show newest version
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package net.sourceforge.plantuml.abel;

import net.sourceforge.plantuml.api.ApiWarning;
import net.sourceforge.plantuml.klimt.creole.Display;

/**
 * 
 * There is a typo in this class name.
 * 
 * You should use directly DisplayPositioned and not this interface which is
 * here for legacy code. This file will be removed, so use DisplayPositioned
 * instead.
 * 
 */
@Deprecated
@ApiWarning(willBeRemoved = "use DisplayPositioned instead")
public class DisplayPositionned {

	public Display getDisplay() {
		return null;
	}

	public boolean isNull() {
		return false;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy