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

org.unlaxer.diagram.RenderingContext Maven / Gradle / Ivy

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