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

net.sourceforge.plantuml.wbs.ITF 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.wbs;

import net.sourceforge.plantuml.klimt.font.StringBounder;
import net.sourceforge.plantuml.klimt.geom.XPoint2D;
import net.sourceforge.plantuml.klimt.shape.TextBlock;

interface ITF extends TextBlock {

	public XPoint2D getT1(StringBounder stringBounder);

	public XPoint2D getT2(StringBounder stringBounder);

	public XPoint2D getF1(StringBounder stringBounder);

	public XPoint2D getF2(StringBounder stringBounder);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy