| Modifier and Type | Class and Description |
|---|---|
protected class |
GlyphBoundWordCloud.ItemInfo |
| Constructor and Description |
|---|
GlyphBoundWordCloud(Collection<T> items,
org.apache.commons.collections15.Transformer<T,Double> sizeTransformer) |
| Modifier and Type | Method and Description |
|---|---|
Rectangle2D |
getBounds() |
boolean |
isLayouted() |
void |
layout() |
void |
render(Graphics2D g2d) |
void |
setTextTransformer(org.apache.commons.collections15.Transformer<T,String> textTransformer) |
public GlyphBoundWordCloud(Collection<T> items, org.apache.commons.collections15.Transformer<T,Double> sizeTransformer)
public final void setTextTransformer(org.apache.commons.collections15.Transformer<T,String> textTransformer)
public void render(Graphics2D g2d)
public Rectangle2D getBounds()
public boolean isLayouted()
isLayouted in interface Layout<T>Copyright © 2012. All Rights Reserved.