com.github.mathiewz.slick.svg.SVGMorph Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of modernized-slick Show documentation
Show all versions of modernized-slick Show documentation
The main purpose of this libraryis to modernize and maintain the slick2D library.
The newest version!
package com.github.mathiewz.slick.svg;
import java.util.ArrayList;
import com.github.mathiewz.slick.SlickException;
import com.github.mathiewz.slick.geom.MorphShape;
/**
* A utility to allow morphing between a set of similar SVG diagrams
*
* @author kevin
*/
public class SVGMorph extends Diagram {
/** The list of figures being morphed */
private final ArrayList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy