@Portable public class FontSet extends Object implements DMNPropertySet
Constructor and Description |
---|
FontSet() |
FontSet(FontFamily fontFamily,
FontColour fontColour,
FontSize fontSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
FontColour |
getFontColour() |
FontFamily |
getFontFamily() |
FontSize |
getFontSize() |
int |
hashCode() |
void |
setFontColour(FontColour fontColour) |
void |
setFontFamily(FontFamily fontFamily) |
void |
setFontSize(FontSize fontSize) |
public FontSet()
public FontSet(FontFamily fontFamily, FontColour fontColour, FontSize fontSize)
public FontFamily getFontFamily()
public FontColour getFontColour()
public FontSize getFontSize()
public void setFontFamily(FontFamily fontFamily)
public void setFontColour(FontColour fontColour)
public void setFontSize(FontSize fontSize)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.