| Package | Description |
|---|---|
| org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc | |
| org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di |
| Modifier and Type | Method and Description |
|---|---|
JSIPoint |
DC.getPoint()
Native getter for Point
|
| Modifier and Type | Method and Description |
|---|---|
void |
DC.setPoint(JSIPoint PointParam)
Setter for Point
|
| Modifier and Type | Method and Description |
|---|---|
<D extends JSIPoint> |
JSIEdge.addAllWaypoint(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of waypoint
|
<D extends JSIPoint> |
JSIEdge.addWaypoint(D element)
Appends the specified element to the end of waypoint
|
| Modifier and Type | Method and Description |
|---|---|
jsinterop.base.JsArrayLike<JSIPoint> |
JSIEdge.getNativeWaypoint()
Native getter for waypoint
|
List<JSIPoint> |
JSIEdge.getWaypoint()
READ-ONLY getter for waypoint as a
List |
| Modifier and Type | Method and Description |
|---|---|
<D extends JSIPoint> |
JSIEdge.addAllWaypoint(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of waypoint
|
| Modifier and Type | Method and Description |
|---|---|
void |
JSIEdge.setNativeWaypoint(jsinterop.base.JsArrayLike<JSIPoint> waypointParam)
Setter for waypoint
|
void |
JSIEdge.setWaypoint(List<JSIPoint> waypointParam)
Setter for waypoint as a
List |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.