Uses of Interface
org.kie.dmn.model.api.dmndi.Bounds
-
Packages that use Bounds Package Description org.kie.dmn.model.api.dmndi org.kie.dmn.model.v1_2.dmndi org.kie.dmn.model.v1_3.dmndi -
-
Uses of Bounds in org.kie.dmn.model.api.dmndi
Methods in org.kie.dmn.model.api.dmndi that return Bounds Modifier and Type Method Description BoundsShape. getBounds()Methods in org.kie.dmn.model.api.dmndi with parameters of type Bounds Modifier and Type Method Description voidShape. setBounds(Bounds value) -
Uses of Bounds in org.kie.dmn.model.v1_2.dmndi
Classes in org.kie.dmn.model.v1_2.dmndi that implement Bounds Modifier and Type Class Description classBoundsFields in org.kie.dmn.model.v1_2.dmndi declared as Bounds Modifier and Type Field Description protected BoundsShape. boundsMethods in org.kie.dmn.model.v1_2.dmndi that return Bounds Modifier and Type Method Description BoundsShape. getBounds()the optional bounds of the shape relative to the origin of its nesting plane.Methods in org.kie.dmn.model.v1_2.dmndi with parameters of type Bounds Modifier and Type Method Description voidShape. setBounds(Bounds value)Sets the value of the bounds property. -
Uses of Bounds in org.kie.dmn.model.v1_3.dmndi
Classes in org.kie.dmn.model.v1_3.dmndi that implement Bounds Modifier and Type Class Description classBoundsFields in org.kie.dmn.model.v1_3.dmndi declared as Bounds Modifier and Type Field Description protected BoundsShape. boundsMethods in org.kie.dmn.model.v1_3.dmndi that return Bounds Modifier and Type Method Description BoundsShape. getBounds()the optional bounds of the shape relative to the origin of its nesting plane.Methods in org.kie.dmn.model.v1_3.dmndi with parameters of type Bounds Modifier and Type Method Description voidShape. setBounds(Bounds value)Sets the value of the bounds property.
-