@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 String |
stunnerDescription |
static Set<String> |
stunnerLabels |
static String |
stunnerTitle |
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() |
String |
getStunnerDescription() |
Set<String> |
getStunnerLabels() |
String |
getStunnerTitle() |
void |
setBackgroundSet(BackgroundSet backgroundSet) |
void |
setDefinitions(Definitions definitions) |
void |
setDimensionsSet(RectangleDimensionsSet dimensionsSet) |
void |
setFontSet(FontSet fontSet) |
getNsContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNsContext
public static final transient String stunnerCategory
public static final transient String stunnerTitle
public static final transient String stunnerDescription
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 String getStunnerTitle()
public String getStunnerDescription()
public BackgroundSet getBackgroundSet()
getBackgroundSet
in interface DMNViewDefinition
public void setBackgroundSet(BackgroundSet backgroundSet)
public FontSet getFontSet()
getFontSet
in interface DMNViewDefinition
public void setFontSet(FontSet fontSet)
public RectangleDimensionsSet getDimensionsSet()
getDimensionsSet
in interface DMNViewDefinition
public void setDimensionsSet(RectangleDimensionsSet dimensionsSet)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.