|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.somtoolbox.visualization.clustering.LabelPositioning
public class LabelPositioning
Methods for positioning the label inside a cluster.
Constructor Summary | |
---|---|
LabelPositioning()
|
Method Summary | |
---|---|
static void |
center(ClusterNode cluster,
edu.umd.cs.piccolo.PNode label)
Place the label in the center of the surrounding rectangle of the cluster. |
static void |
centroid(ClusterNode cluster,
edu.umd.cs.piccolo.PNode label)
Place the label in the centroid of the cluster. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LabelPositioning()
Method Detail |
---|
public static void center(ClusterNode cluster, edu.umd.cs.piccolo.PNode label)
public static void centroid(ClusterNode cluster, edu.umd.cs.piccolo.PNode label)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |