@Portable public class FontSet extends Object implements DMNPropertySet
Modifier and Type | Field and Description |
---|---|
static String |
propertySetName |
Constructor and Description |
---|
FontSet() |
FontSet(FontFamily fontFamily,
FontColour fontColour,
FontSize fontSize,
FontBorderSize fontBorderSize) |
Modifier and Type | Method and Description |
---|---|
FontBorderSize |
getFontBorderSize() |
FontColour |
getFontColour() |
FontFamily |
getFontFamily() |
FontSize |
getFontSize() |
String |
getPropertySetName() |
void |
setFontBorderSize(FontBorderSize fontBorderSize) |
void |
setFontColour(FontColour fontColour) |
void |
setFontFamily(FontFamily fontFamily) |
void |
setFontSize(FontSize fontSize) |
public static final transient String propertySetName
public FontSet()
public FontSet(FontFamily fontFamily, FontColour fontColour, FontSize fontSize, FontBorderSize fontBorderSize)
public String getPropertySetName()
public FontFamily getFontFamily()
public FontColour getFontColour()
public FontSize getFontSize()
public FontBorderSize getFontBorderSize()
public void setFontFamily(FontFamily fontFamily)
public void setFontColour(FontColour fontColour)
public void setFontSize(FontSize fontSize)
public void setFontBorderSize(FontBorderSize fontBorderSize)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.