@Portable public class TextAnnotation extends Artifact
Modifier and Type | Class and Description |
---|---|
static class |
TextAnnotation.TextAnnotationBuilder |
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>
Modifier and Type | Field and Description |
---|---|
protected BackgroundSet |
backgroundSet |
protected RectangleDimensionsSet |
dimensionsSet |
protected FontSet |
fontSet |
static String |
stunnerCategory |
static String |
stunnerDescription |
static String |
stunnerTitle |
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 |
---|---|
BackgroundSet |
getBackgroundSet() |
RectangleDimensionsSet |
getDimensionsSet() |
FontSet |
getFontSet() |
String |
getStunnerCategory() |
String |
getStunnerDescription() |
Set<String> |
getStunnerLabels() |
String |
getStunnerTitle() |
Text |
getText() |
TextFormat |
getTextFormat() |
void |
setBackgroundSet(BackgroundSet backgroundSet) |
void |
setDimensionsSet(RectangleDimensionsSet dimensionsSet) |
void |
setFontSet(FontSet fontSet) |
void |
setText(Text text) |
void |
setTextFormat(TextFormat textFormat) |
getDescription, getExtensionElements, getId, getOtherAttributes, setDescription, setExtensionElements, setId
getNsContext
public static final transient String stunnerCategory
public static final transient String stunnerTitle
public static final transient String stunnerDescription
protected 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 String getStunnerTitle()
public String getStunnerDescription()
public BackgroundSet getBackgroundSet()
public void setBackgroundSet(BackgroundSet backgroundSet)
public FontSet getFontSet()
public void setFontSet(FontSet fontSet)
public RectangleDimensionsSet getDimensionsSet()
public void setDimensionsSet(RectangleDimensionsSet dimensionsSet)
public Text getText()
public void setText(Text text)
public TextFormat getTextFormat()
public void setTextFormat(TextFormat textFormat)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.