Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc.JSIPoint
-
Packages that use JSIPoint Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di -
-
Uses of JSIPoint in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc
Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc that return JSIPoint Modifier and Type Method Description JSIPointDC. getPoint()Native getter for PointMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc with parameters of type JSIPoint Modifier and Type Method Description voidDC. setPoint(JSIPoint PointParam)Setter for Point -
Uses of JSIPoint in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di
Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di with type parameters of type JSIPoint Modifier and Type Method Description <D extends JSIPoint>
voidJSIEdge. 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>
voidJSIEdge. addWaypoint(D element)Appends the specified element to the end of waypointMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di that return types with arguments of type JSIPoint Modifier and Type Method Description jsinterop.base.JsArrayLike<JSIPoint>JSIEdge. getNativeWaypoint()Native getter for waypointList<JSIPoint>JSIEdge. getWaypoint()READ-ONLY getter for waypoint as aListMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di with parameters of type JSIPoint Modifier and Type Method Description <D extends JSIPoint>
voidJSIEdge. addAllWaypoint(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of waypointMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di with type arguments of type JSIPoint Modifier and Type Method Description voidJSIEdge. setNativeWaypoint(jsinterop.base.JsArrayLike<JSIPoint> waypointParam)Setter for waypointvoidJSIEdge. setWaypoint(List<JSIPoint> waypointParam)Setter for waypoint as aList
-