@JsType(isNative=true,
namespace="<global>")
public class DC
extends Object
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc| Constructor and Description |
|---|
DC() |
| Modifier and Type | Method and Description |
|---|---|
JSIBounds |
getBounds()
Native getter for Bounds
|
JSIColor |
getColor()
Native getter for Color
|
JSIDimension |
getDimension()
Native getter for Dimension
|
String |
getName()
Native getter for name
|
JSIPoint |
getPoint()
Native getter for Point
|
void |
setBounds(JSIBounds BoundsParam)
Setter for Bounds
|
void |
setColor(JSIColor ColorParam)
Setter for Color
|
void |
setDimension(JSIDimension DimensionParam)
Setter for Dimension
|
void |
setPoint(JSIPoint PointParam)
Setter for Point
|
@JsProperty(name="name") public String getName()
@JsProperty(name="Bounds") public JSIBounds getBounds()
@JsProperty(name="Bounds") public final void setBounds(JSIBounds BoundsParam)
BoundsParam - Bounds to set.@JsProperty(name="Color") public JSIColor getColor()
@JsProperty(name="Color") public final void setColor(JSIColor ColorParam)
ColorParam - Color to set.@JsProperty(name="Dimension") public JSIDimension getDimension()
@JsProperty(name="Dimension") public final void setDimension(JSIDimension DimensionParam)
DimensionParam - Dimension to set.@JsProperty(name="Point") public JSIPoint getPoint()
@JsProperty(name="Point") public final void setPoint(JSIPoint PointParam)
PointParam - Point to set.Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.