public class ProcessDiagram extends Diagram implements Cloneable
| 构造器和说明 |
|---|
ProcessDiagram() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone() |
int |
getHeight() |
List<NodeDiagram> |
getNodeDiagrams() |
int |
getWidth() |
boolean |
isShowTime() |
void |
setHeight(int height) |
void |
setNodeDiagrams(List<NodeDiagram> nodeDiagrams) |
void |
setShowTime(boolean showTime) |
void |
setWidth(int width) |
getBorderColor, getBorderWidth, getFontColor, getFontSize, getLabel, getName, setBorderColor, setBorderWidth, setFontColor, setFontSize, setLabel, setNamepublic List<NodeDiagram> getNodeDiagrams()
public void setNodeDiagrams(List<NodeDiagram> nodeDiagrams)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public boolean isShowTime()
public void setShowTime(boolean showTime)
public Object clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedExceptionCopyright © 2019 Bstek. All rights reserved.