Uses of Class
com.storedobject.chart.Font.Size
Packages that use Font.Size
-
Uses of Font.Size in com.storedobject.chart
Methods in com.storedobject.chart that return Font.SizeModifier and TypeMethodDescriptionstatic Font.Size
Font.Size.em
(double em) final Font.Size
Font.getLineHeight()
Get line-height of this font.final Font.Size
Font.getSize()
Get font-size.static Font.Size
Font.Size.large()
static Font.Size
Font.Size.larger()
static Font.Size
Font.Size.medium()
static Font.Size
Font.Size.number
(int number) static Font.Size
Font.Size.percentage
(double percentage) static Font.Size
Font.Size.pixels
(double pixels) static Font.Size
Font.Size.points
(double points) static Font.Size
Font.Size.rem
(double rem) static Font.Size
Font.Size.small()
static Font.Size
Font.Size.smaller()
static Font.Size
Font.Size.x_large()
static Font.Size
Font.Size.x_small()
static Font.Size
Font.Size.xx_large()
static Font.Size
Font.Size.xx_small()
static Font.Size
Font.Size.xxx_large()
Methods in com.storedobject.chart with parameters of type Font.SizeModifier and TypeMethodDescriptionvoid
Font.setLineHeight
(Font.Size size) Set a line-height for this font.final void
Set font-size.Constructors in com.storedobject.chart with parameters of type Font.SizeModifierConstructorDescriptionFont
(Font.Family family, Font.Size size) Font
(Font.Family family, Font.Style style, Font.Size size)