public class SequenceFlowDiagram extends Diagram implements Cloneable
| 构造器和说明 |
|---|
SequenceFlowDiagram() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone() |
String |
getLabelPosition() |
List<Point> |
getPoints() |
String |
getTo() |
void |
setLabelPosition(String labelPosition) |
void |
setPoints(List<Point> points) |
void |
setTo(String to) |
getBorderColor, getBorderWidth, getFontColor, getFontSize, getLabel, getName, setBorderColor, setBorderWidth, setFontColor, setFontSize, setLabel, setNamepublic String getTo()
public void setTo(String to)
public String getLabelPosition()
public void setLabelPosition(String labelPosition)
public Object clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedExceptionCopyright © 2019 Bstek. All rights reserved.