Class FontImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
- All Implemented Interfaces:
BpmnModelElementInstance
,Font
,ModelElementInstance
The DC font element
- Author:
- Sebastian Menski
-
Field Summary
Modifier and TypeFieldDescriptionFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getSize()
isBold()
isItalic()
static void
registerType
(ModelBuilder modelBuilder) void
setBold
(boolean isBold) void
setItalic
(boolean isItalic) void
void
void
setStrikeTrough
(boolean isStrikeTrough) void
SetUnderline
(boolean isUnderline) Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScope
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScope
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
-
Field Details
-
nameAttribute
-
sizeAttribute
-
isBoldAttribute
-
isItalicAttribute
-
isUnderlineAttribute
-
isStrikeTroughAttribute
-
-
Constructor Details
-
FontImpl
-
-
Method Details
-
registerType
-
getName
-
setName
-
getSize
-
setSize
-
isBold
-
setBold
public void setBold(boolean isBold) -
isItalic
-
setItalic
public void setItalic(boolean isItalic) -
isUnderline
- Specified by:
isUnderline
in interfaceFont
-
SetUnderline
public void SetUnderline(boolean isUnderline) - Specified by:
SetUnderline
in interfaceFont
-
isStrikeThrough
- Specified by:
isStrikeThrough
in interfaceFont
-
setStrikeTrough
public void setStrikeTrough(boolean isStrikeTrough) - Specified by:
setStrikeTrough
in interfaceFont
-