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

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

package org.yaoqiang.graph.shape;

import org.yaoqiang.graph.util.Constants;

import com.mxgraph.shape.mxRectangleShape;

public class GroupShape extends mxRectangleShape {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy