public class ClusterElementsStorage extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
ArrayList<edu.umd.cs.piccolo.PNode> |
clusterBorders |
ArrayList<ColoredClusterPNode> |
clusterColors |
ArrayList<edu.umd.cs.piccolo.PNode> |
clusterLabels |
static Font |
defaultFont |
private static long |
serialVersionUID |
boolean |
sticky |
Constructor and Description |
---|
ClusterElementsStorage() |
Modifier and Type | Method and Description |
---|---|
void |
changeBorderStroke(BasicStroke bs)
Changes the stroke of the clusters' border lines.
|
void |
changeFont(Font f)
Changes the Font of all labels texts.
|
private static final long serialVersionUID
public ArrayList<edu.umd.cs.piccolo.PNode> clusterBorders
public ArrayList<edu.umd.cs.piccolo.PNode> clusterLabels
public ArrayList<ColoredClusterPNode> clusterColors
public boolean sticky
public static Font defaultFont
public void changeBorderStroke(BasicStroke bs)
bs
- the new BasicStroke for the borderspublic void changeFont(Font f)
f
- the Font