public class NodeDiagram extends Diagram implements Cloneable
| 构造器和说明 |
|---|
NodeDiagram() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone() |
String |
getBackgroundColor() |
int |
getHeight() |
String |
getIcon() |
String |
getInfo() |
String |
getOwner() |
List<SequenceFlowDiagram> |
getSequenceFlowDiagrams() |
ShapeType |
getShapeType() |
int |
getTime() |
int |
getWidth() |
int |
getX() |
int |
getY() |
boolean |
isFontBold() |
void |
setBackgroundColor(String backgroundColor) |
void |
setFontBold(boolean fontBold) |
void |
setHeight(int height) |
void |
setIcon(String icon) |
void |
setInfo(String info) |
void |
setOwner(String owner) |
void |
setSequenceFlowDiagrams(List<SequenceFlowDiagram> sequenceFlowDiagrams) |
void |
setShapeType(ShapeType shapeType) |
void |
setTime(int time) |
void |
setWidth(int width) |
void |
setX(int x) |
void |
setY(int y) |
getBorderColor, getBorderWidth, getFontColor, getFontSize, getLabel, getName, setBorderColor, setBorderWidth, setFontColor, setFontSize, setLabel, setNamepublic int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public String getIcon()
public void setIcon(String icon)
public int getTime()
public void setTime(int time)
public String getOwner()
public void setOwner(String owner)
public ShapeType getShapeType()
public void setShapeType(ShapeType shapeType)
public List<SequenceFlowDiagram> getSequenceFlowDiagrams()
public void setSequenceFlowDiagrams(List<SequenceFlowDiagram> sequenceFlowDiagrams)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public boolean isFontBold()
public void setFontBold(boolean fontBold)
public String getInfo()
public void setInfo(String info)
public Object clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedExceptionCopyright © 2019 Bstek. All rights reserved.