Package | Description |
---|---|
com.auxiliary.testcase.scene |
Modifier and Type | Method and Description |
---|---|
NodeGraphType |
Flowcharting.FlowchartNode.getGraph()
该方法用于返回节点的图形枚举
|
static NodeGraphType |
NodeGraphType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeGraphType[] |
NodeGraphType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Flowcharting.FlowchartNode |
Flowcharting.addNode(String nodeName,
String nodeText,
NodeGraphType nodeGraphType)
该方法用于添加一个自定义图形的节点元素
|
Flowcharting.FlowchartNode |
Flowcharting.FlowchartNode.setNodeGraphType(NodeGraphType nodeGraphType)
该方法用于设置节点的图形样式
|
Constructor and Description |
---|
FlowchartNode(String nodeName,
String nodeText,
NodeGraphType nodeGraphType)
初始化节点的内容及图形样式
|
Copyright © 2024. All rights reserved.