public class NodeInfo extends Object
| 构造器和说明 |
|---|
NodeInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addChild(NodeInfo nodeInfo) |
List<NodeInfo> |
getChildren() |
String |
getColor() |
int |
getHeight() |
int |
getId() |
String |
getLabel() |
int |
getLevel() |
int |
getRoundCorner() |
String |
getTitle() |
int |
getWidth() |
int |
getX() |
int |
getY() |
void |
setColor(String color) |
void |
setHeight(int height) |
void |
setId(int id) |
void |
setLabel(String label) |
void |
setLevel(int level) |
void |
setRoundCorner(int roundCorner) |
void |
setTitle(String title) |
void |
setWidth(int width) |
void |
setX(int x) |
void |
setY(int y) |
public int getId()
public void setId(int id)
public int getLevel()
public void setLevel(int level)
public String getLabel()
public void setLabel(String label)
public String getColor()
public void setColor(String color)
public String getTitle()
public void setTitle(String title)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public int getRoundCorner()
public void setRoundCorner(int roundCorner)
public void addChild(NodeInfo nodeInfo)
Copyright © 2023 Bstek. All rights reserved.