![JAR search and dependency download from the Maven repository](/logo.png)
net.sourceforge.plantuml.cucadiagram.Bodier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plantuml-mit Show documentation
Show all versions of plantuml-mit Show documentation
PlantUML is a component that allows to quickly write diagrams from text.
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package net.sourceforge.plantuml.cucadiagram;
import java.util.List;
import net.sourceforge.plantuml.abel.Entity;
import net.sourceforge.plantuml.klimt.color.NoSuchColorException;
import net.sourceforge.plantuml.klimt.creole.Display;
import net.sourceforge.plantuml.klimt.font.FontConfiguration;
import net.sourceforge.plantuml.klimt.shape.TextBlock;
import net.sourceforge.plantuml.stereo.Stereotype;
import net.sourceforge.plantuml.style.ISkinParam;
import net.sourceforge.plantuml.style.Style;
public interface Bodier {
public void setLeaf(Entity leaf);
public Display getFieldsToDisplay();
public Display getMethodsToDisplay();
public boolean addFieldOrMethod(String s) throws NoSuchColorException;
public TextBlock getBody(ISkinParam skinParam, boolean showMethods, boolean showFields, Stereotype stereotype,
Style style, FontConfiguration fontConfiguration);
public List getRawBody();
public void muteClassToObject();
public boolean hasUrl();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy