JGraphXで図形の形を設定するにはmxConstantsの以下の定数を使用します。 STYLE_SHAPE:図形の形を指定する SHAPE_ACTOR:アクターの形 SHAPE_CLOUD:雲の形 SHAPE_CYLINDER:シリンダーの形 サンプルコード import javax.swing.* import groovy.swing.* import com.mxgraph.swing.* import com.mxgraph.view.* import com.mxgraph.util.mxConstants def graph = new mxGraph() parent = graph.getDefaultParent() graph.model.beginUpdate() try { def stylesheet = graph.getStylesheet() // カス