Class DC
- java.lang.Object
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc.DC
-
@JsType(isNative=true, namespace="<global>") public class DC extends ObjectJSInterop container fororg.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc
-
-
Constructor Summary
Constructors Constructor Description DC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSIBoundsgetBounds()Native getter for BoundsJSIColorgetColor()Native getter for ColorJSIDimensiongetDimension()Native getter for DimensionStringgetName()Native getter for nameJSIPointgetPoint()Native getter for PointvoidsetBounds(JSIBounds BoundsParam)Setter for BoundsvoidsetColor(JSIColor ColorParam)Setter for ColorvoidsetDimension(JSIDimension DimensionParam)Setter for DimensionvoidsetPoint(JSIPoint PointParam)Setter for Point
-
-
-
Method Detail
-
getName
@JsProperty(name="name") public String getName()
Native getter for name- Returns:
- The name JSON property
-
getColor
@JsProperty(name="Color") public JSIColor getColor()
Native getter for Color- Returns:
- The Color JSON property
-
setColor
@JsProperty(name="Color") public final void setColor(JSIColor ColorParam)
Setter for Color- Parameters:
ColorParam- Color to set.
-
getBounds
@JsProperty(name="Bounds") public JSIBounds getBounds()
Native getter for Bounds- Returns:
- The Bounds JSON property
-
setBounds
@JsProperty(name="Bounds") public final void setBounds(JSIBounds BoundsParam)
Setter for Bounds- Parameters:
BoundsParam- Bounds to set.
-
getPoint
@JsProperty(name="Point") public JSIPoint getPoint()
Native getter for Point- Returns:
- The Point JSON property
-
setPoint
@JsProperty(name="Point") public final void setPoint(JSIPoint PointParam)
Setter for Point- Parameters:
PointParam- Point to set.
-
getDimension
@JsProperty(name="Dimension") public JSIDimension getDimension()
Native getter for Dimension- Returns:
- The Dimension JSON property
-
setDimension
@JsProperty(name="Dimension") public final void setDimension(JSIDimension DimensionParam)
Setter for Dimension- Parameters:
DimensionParam- Dimension to set.
-
-