public class CloudView
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected MindMapCloud |
cloudModel |
protected NodeView |
source |
Modifier | Constructor and Description |
---|---|
protected |
CloudView(MindMapCloud cloudModel,
NodeView source) |
Modifier and Type | Method and Description |
---|---|
static int |
getAdditionalHeigth(MindMapCloud cloudModel,
NodeView source)
the layout functions can get the additional height of the clouded node .
|
java.awt.Color |
getColor() |
java.awt.Color |
getExteriorColor() |
protected int |
getIterativeLevel()
getIterativeLevel() describes the n-th nested cloud that is to be painted.
|
protected MapView |
getMap() |
protected MindMapCloud |
getModel() |
int |
getRealWidth()
Get the width in pixels rather than in width constant (like -1)
|
java.awt.Stroke |
getStroke() |
int |
getWidth() |
protected double |
getZoom() |
void |
paint(java.awt.Graphics graphics) |
protected MindMapCloud cloudModel
protected NodeView source
protected CloudView(MindMapCloud cloudModel, NodeView source)
protected int getIterativeLevel()
public void paint(java.awt.Graphics graphics)
public java.awt.Color getColor()
public java.awt.Color getExteriorColor()
public java.awt.Stroke getStroke()
public int getWidth()
public int getRealWidth()
public static int getAdditionalHeigth(MindMapCloud cloudModel, NodeView source)
protected MapView getMap()
protected MindMapCloud getModel()
protected double getZoom()