@Portable public class FontSet extends Object implements DMNPropertySet
Constructor and Description |
---|
FontSet() |
FontSet(FontFamily fontFamily,
FontColour fontColour,
FontSize fontSize,
FontBorderSize fontBorderSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
FontBorderSize |
getFontBorderSize() |
FontColour |
getFontColour() |
FontFamily |
getFontFamily() |
FontSize |
getFontSize() |
int |
hashCode() |
void |
setFontBorderSize(FontBorderSize fontBorderSize) |
void |
setFontColour(FontColour fontColour) |
void |
setFontFamily(FontFamily fontFamily) |
void |
setFontSize(FontSize fontSize) |
public FontSet()
public FontSet(FontFamily fontFamily, FontColour fontColour, FontSize fontSize, FontBorderSize fontBorderSize)
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–2019 JBoss by Red Hat. All rights reserved.