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

net.sourceforge.plantuml.asciiart.UmlCharArea 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.asciiart;

import java.util.Collection;

public interface UmlCharArea extends BasicCharArea {

	void drawBoxSimple(int x, int y, int width, int height);

	void drawBoxSimpleUnicode(int x, int y, int width, int height);

	void drawNoteSimple(int x, int y, int width, int height);

	void drawNoteSimpleUnicode(int x, int y, int width, int height);

	void drawShape(AsciiShape shape, int x, int y);

	void drawStringsLRSimple(Collection strings, int x, int y);

	void drawStringsLRUnicode(Collection strings, int x, int y);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy