Package com.storedobject.chart
Class Font
java.lang.Object
com.storedobject.chart.Font
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Represents font-family.static class
Represents font-size.static class
Represents font-stretch.static enum
Represents font styles.static enum
Represents font variants.static class
Represents font-weight. -
Constructor Summary
ConstructorsConstructorDescriptionFont
(Font.Family family, Font.Size size) Font
(Font.Family family, Font.Style style, Font.Size size) -
Method Summary
Modifier and TypeMethodDescriptionfinal Font.Family
Get font-family.final Font.Size
Get line-height of this font.final Font.Size
getSize()
Get font-size.final Font.Style
getStyle()
Get font-style.final Font.Variant
Get font-variant.final Font.Weight
Get font-weight.final void
setFamily
(Font.Family family) Set font-family.void
setLineHeight
(Font.Size size) Set a line-height for this font.final void
Set font-size.void
setStyle
(Font.Style style) Set font-style.void
setVariant
(Font.Variant variant) Set the font-variant.void
setWeight
(Font.Weight weight) Set font-weight.toString()
-
Constructor Details
-
Font
-
Font
-
-
Method Details
-
getStyle
-
setStyle
-
getSize
-
setSize
-
getLineHeight
-
setLineHeight
Set a line-height for this font.- Parameters:
size
- Font-size.
-
getWeight
-
setWeight
-
getVariant
-
setVariant
-
getFamily
-
setFamily
Set font-family. (Example: "sans-serif", "serif", "monospace" etc.).- Parameters:
family
- Font-family.
-
toString
-