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.StretchFont.Stretch.condensed()Create a stretch of type "condensed".static Font.StretchFont.Stretch.create(double percentageToStretch) Create stretch with the give percentage.static Font.StretchFont.Stretch.expanded()Create a stretch of type "expanded".static Font.StretchFont.Stretch.extra_condensed()Create a stretch of type "extra-condensed".static Font.StretchFont.Stretch.extra_expanded()Create a stretch of type "extra-expanded".static Font.StretchFont.Stretch.normal()Create a stretch of type ""normal.static Font.StretchFont.Stretch.semi_condensed()Create a stretch of type "semi-condensed".static Font.StretchFont.Stretch.semi_expanded()Create a stretch of type "semi-expanded".static Font.StretchFont.Stretch.ultra_condensed()Create a stretch of type "ultra-condensed".static Font.StretchFont.Stretch.ultra_expanded()Create a stretch of type "ultra-expanded".