Class FontFamily
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.property.styling.FontFamily
-
- All Implemented Interfaces:
DMNProperty
@Portable public class FontFamily extends Object implements DMNProperty
-
-
Constructor Summary
Constructors Constructor Description FontFamily()FontFamily(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetValue()inthashCode()voidsetValue(String value)
-
-
-
Constructor Detail
-
FontFamily
public FontFamily()
-
FontFamily
public FontFamily(String value)
-
-