package cytoscape.visual.customgraphic.impl.vector;

import java.util.Map;

public interface VectorCustomGraphics {
	
	public Map<String, CustomGraphicsProperty<?>> getGraphicsProps();

}
