org.unlaxer.diagram.RenderingContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unlaxer-diagram Show documentation
Show all versions of unlaxer-diagram Show documentation
a simple parser combinator inspired by RelaxNG
The newest version!
package org.unlaxer.diagram;
import java.awt.Insets;
public interface RenderingContext{
public Insets insets(Renderable renderable);
public float fontSize(Renderable renderable);
public float currentX();
public float currentY();
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy