nodebox.graphics.TransformDelegate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphics Show documentation
Show all versions of graphics Show documentation
The graphical engine powering NodeBox.
package nodebox.graphics;
public interface TransformDelegate {
public void transform(Grob g, Transform t);
public void transform(Grob g, Transform t, boolean override);
}