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

org.yaoqiang.graph.shape.GroupShape Maven / Gradle / Ivy

There is a newer version: 2.2.18
Show newest version
package org.yaoqiang.graph.shape;

import org.yaoqiang.util.Constants;

import com.mxgraph.shape.mxRectangleShape;

/**
 * GroupShape
 * 
 * @author Shi Yaoqiang([email protected])
 */
public class GroupShape extends mxRectangleShape {

	public int getArcSize(int w, int h) {
		return Constants.RECTANGLE_ARCSIZE + 7;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy