@Portable public class DMNDiagram extends DMNModelInstrumentedBase implements DMNViewDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
DMNDiagram.DMNDiagramBuilder |
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>| Modifier and Type | Field and Description |
|---|---|
protected BackgroundSet |
backgroundSet |
protected Definitions |
definitions |
protected RectangleDimensionsSet |
dimensionsSet |
protected FontSet |
fontSet |
static String |
stunnerCategory |
static Set<String> |
stunnerLabels |
URI_DMN, URI_FEEL, URI_KIE| Constructor and Description |
|---|
DMNDiagram() |
DMNDiagram(Definitions definitions,
BackgroundSet backgroundSet,
FontSet fontSet,
RectangleDimensionsSet dimensionsSet) |
| Modifier and Type | Method and Description |
|---|---|
BackgroundSet |
getBackgroundSet() |
Definitions |
getDefinitions() |
RectangleDimensionsSet |
getDimensionsSet() |
FontSet |
getFontSet() |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
void |
setBackgroundSet(BackgroundSet backgroundSet) |
void |
setDefinitions(Definitions definitions) |
void |
setDimensionsSet(RectangleDimensionsSet dimensionsSet) |
void |
setFontSet(FontSet fontSet) |
getAdditionalAttributes, getNsContext, setAdditionalAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNsContextpublic static final transient String stunnerCategory
protected Definitions definitions
protected BackgroundSet backgroundSet
protected FontSet fontSet
protected RectangleDimensionsSet dimensionsSet
public DMNDiagram()
public DMNDiagram(Definitions definitions, BackgroundSet backgroundSet, FontSet fontSet, RectangleDimensionsSet dimensionsSet)
public Definitions getDefinitions()
public void setDefinitions(Definitions definitions)
public String getStunnerCategory()
public BackgroundSet getBackgroundSet()
getBackgroundSet in interface DMNViewDefinitionpublic void setBackgroundSet(BackgroundSet backgroundSet)
public FontSet getFontSet()
getFontSet in interface DMNViewDefinitionpublic void setFontSet(FontSet fontSet)
public RectangleDimensionsSet getDimensionsSet()
getDimensionsSet in interface DMNViewDefinitionpublic void setDimensionsSet(RectangleDimensionsSet dimensionsSet)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.