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

net.sourceforge.plantuml.sequencediagram.graphic.GraphicalElementLiveEvent 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.sequencediagram.graphic;

import net.sourceforge.plantuml.klimt.drawing.UGraphic;
import net.sourceforge.plantuml.klimt.font.StringBounder;
import net.sourceforge.plantuml.skin.Context2D;

public class GraphicalElementLiveEvent extends GraphicalElement {

	public GraphicalElementLiveEvent(double startingY) {
		super(startingY);
	}

	protected void drawInternalU(UGraphic ug, double maxX, Context2D context) {
	}

	public double getStartingX(StringBounder stringBounder) {
		return 0;
	}

	public double getPreferredWidth(StringBounder stringBounder) {
		return 0;
	}

	public double getPreferredHeight(StringBounder stringBounder) {
		return 0;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy