freemind.view.mindmapview
public class RootNodeView extends NodeView
| Constructor Summary | |
|---|---|
| RootNodeView(MindMapNode model, MapView map) | |
| Method Summary | |
|---|---|
| boolean | dropAsSibling(double xCoord) |
| boolean | dropPosition(double xCoord) |
| NodeView | getNextSibling() |
| NodeView | getParentView() |
| Dimension | getPreferredSize() |
| NodeView | getPreviousSibling() |
| void | paint(Graphics graphics)
Paints the node |
| void | paintDragOver(Graphics2D graphics, Dimension size) |
| void | paintSelected(Graphics2D graphics, Dimension size) |
| void | setDraggedOver(Point p) |
| protected void | setRendering(Graphics2D g) |
Returns: true if should be on the left, false otherwise.