@Portable public class TextAnnotation extends Artifact implements DMNViewDefinition
DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace| Modifier and Type | Field and Description |
|---|---|
protected BackgroundSet |
backgroundSet |
protected RectangleDimensionsSet |
dimensionsSet |
protected FontSet |
fontSet |
protected Text |
text |
protected TextFormat |
textFormat |
description, id| Constructor and Description |
|---|
TextAnnotation() |
TextAnnotation(Id id,
Description description,
Text text,
TextFormat textFormat,
BackgroundSet backgroundSet,
FontSet fontSet,
RectangleDimensionsSet dimensionsSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BackgroundSet |
getBackgroundSet() |
RectangleDimensionsSet |
getDimensionsSet() |
FontSet |
getFontSet() |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
Text |
getText() |
TextFormat |
getTextFormat() |
int |
hashCode() |
void |
setBackgroundSet(BackgroundSet backgroundSet) |
void |
setDimensionsSet(RectangleDimensionsSet dimensionsSet) |
void |
setFontSet(FontSet fontSet) |
void |
setText(Text text) |
void |
setTextFormat(TextFormat textFormat) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdgetAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetNsContextprotected Text text
protected TextFormat textFormat
protected BackgroundSet backgroundSet
protected FontSet fontSet
protected RectangleDimensionsSet dimensionsSet
public TextAnnotation()
public TextAnnotation(Id id, Description description, Text text, TextFormat textFormat, BackgroundSet backgroundSet, FontSet fontSet, RectangleDimensionsSet dimensionsSet)
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)
public Text getText()
public void setText(Text text)
public TextFormat getTextFormat()
public void setTextFormat(TextFormat textFormat)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.