Uses of Class
com.storedobject.chart.Font.Stretch
Packages that use Font.Stretch
-
Uses of Font.Stretch in com.storedobject.chart
Methods in com.storedobject.chart that return Font.StretchModifier and TypeMethodDescriptionstatic Font.Stretch
Font.Stretch.condensed()
Create a stretch of type "condensed".static Font.Stretch
Font.Stretch.create
(double percentageToStretch) Create stretch with the give percentage.static Font.Stretch
Font.Stretch.expanded()
Create a stretch of type "expanded".static Font.Stretch
Font.Stretch.extra_condensed()
Create a stretch of type "extra-condensed".static Font.Stretch
Font.Stretch.extra_expanded()
Create a stretch of type "extra-expanded".static Font.Stretch
Font.Stretch.normal()
Create a stretch of type ""normal.static Font.Stretch
Font.Stretch.semi_condensed()
Create a stretch of type "semi-condensed".static Font.Stretch
Font.Stretch.semi_expanded()
Create a stretch of type "semi-expanded".static Font.Stretch
Font.Stretch.ultra_condensed()
Create a stretch of type "ultra-condensed".static Font.Stretch
Font.Stretch.ultra_expanded()
Create a stretch of type "ultra-expanded".