Class DC


  • @JsType(isNative=true,
            namespace="<global>")
    public class DC
    extends Object
    JSInterop container for org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc
    • Constructor Detail

      • DC

        public DC()
    • 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.