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

edu.uci.ics.jung.visualization.renderers.CachingRenderer Maven / Gradle / Ivy

The newest version!
package edu.uci.ics.jung.visualization.renderers;

import java.awt.Shape;
import java.util.HashMap;
import java.util.Map;

public class CachingRenderer extends BasicRenderer {
	
	protected Map edgeShapeMap = new HashMap();
	
	protected Map vertexShapeMap = new HashMap();
	
	

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy