public class Fonts extends Object
| Constructor and Description |
|---|
Fonts() |
Fonts(String color,
String family,
Integer size,
Integer weight) |
public String getColor()
public void setColor(String color)
public String getFamily()
public void setFamily(String family)
public Integer getSize()
public void setSize(Integer size)
public Integer getWeight()
public void setWeight(Integer weight)
Copyright © 2022. All rights reserved.