public class FontImpl extends BpmnModelElementInstanceImpl implements Font
Modifier and Type | Field and Description |
---|---|
protected static Attribute<Boolean> |
isBoldAttribute |
protected static Attribute<Boolean> |
isItalicAttribute |
protected static Attribute<Boolean> |
isStrikeTroughAttribute |
protected static Attribute<Boolean> |
isUnderlineAttribute |
protected static Attribute<String> |
nameAttribute |
protected static Attribute<Double> |
sizeAttribute |
modelInstance
Constructor and Description |
---|
FontImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Double |
getSize() |
Boolean |
isBold() |
Boolean |
isItalic() |
Boolean |
isStrikeThrough() |
Boolean |
isUnderline() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setBold(boolean isBold) |
void |
setItalic(boolean isItalic) |
void |
setName(String name) |
void |
setSize(Double size) |
void |
setStrikeTrough(boolean isStrikeTrough) |
void |
SetUnderline(boolean isUnderline) |
builder, getScope, isScope
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder, getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
public FontImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public Boolean isUnderline()
isUnderline
in interface Font
public void SetUnderline(boolean isUnderline)
SetUnderline
in interface Font
public Boolean isStrikeThrough()
isStrikeThrough
in interface Font
public void setStrikeTrough(boolean isStrikeTrough)
setStrikeTrough
in interface Font
Copyright © 2015. All rights reserved.