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,org.camunda.bpm.model.xml.instance.ModelElementInstance
The DC font element
- Author:
- Sebastian Menski
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Double>Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
ConstructorsConstructorDescriptionFontImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptiongetName()getSize()isBold()isItalic()static voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) voidsetBold(boolean isBold) voidsetItalic(boolean isItalic) voidvoidvoidsetStrikeTrough(boolean isStrikeTrough) voidSetUnderline(boolean isUnderline) Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScopeMethods 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, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScopeMethods 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
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isStrikeTroughAttribute
-
-
Constructor Details
-
FontImpl
public FontImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
-
Method Details
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) -
getName
-
setName
-
getSize
-
setSize
-
isBold
-
setBold
public void setBold(boolean isBold) -
isItalic
-
setItalic
public void setItalic(boolean isItalic) -
isUnderline
- Specified by:
isUnderlinein interfaceFont
-
SetUnderline
public void SetUnderline(boolean isUnderline) - Specified by:
SetUnderlinein interfaceFont
-
isStrikeThrough
- Specified by:
isStrikeThroughin interfaceFont
-
setStrikeTrough
public void setStrikeTrough(boolean isStrikeTrough) - Specified by:
setStrikeTroughin interfaceFont
-