Package com.storedobject.chart
Class Font.Stretch
java.lang.Object
com.storedobject.chart.Font.Stretch
-
Method Summary
Modifier and TypeMethodDescriptionstatic Font.Stretch
Create a stretch of type "condensed".static Font.Stretch
create
(double percentageToStretch) Create stretch with the give percentage.static Font.Stretch
expanded()
Create a stretch of type "expanded".static Font.Stretch
Create a stretch of type "extra-condensed".static Font.Stretch
Create a stretch of type "extra-expanded".double
Get the percentage of stretch.static Font.Stretch
normal()
Create a stretch of type ""normal.static Font.Stretch
Create a stretch of type "semi-condensed".static Font.Stretch
Create a stretch of type "semi-expanded".toString()
static Font.Stretch
Create a stretch of type "ultra-condensed".static Font.Stretch
Create a stretch of type "ultra-expanded".
-
Method Details
-
create
Create stretch with the give percentage.- Parameters:
percentageToStretch
- Percentage to stretch.- Returns:
- Stretch created.
-
ultra_condensed
Create a stretch of type "ultra-condensed".- Returns:
- Stretch created.
-
normal
-
extra_condensed
Create a stretch of type "extra-condensed".- Returns:
- Stretch created.
-
condensed
Create a stretch of type "condensed".- Returns:
- Stretch created.
-
semi_condensed
Create a stretch of type "semi-condensed".- Returns:
- Stretch created.
-
expanded
Create a stretch of type "expanded".- Returns:
- Stretch created.
-
semi_expanded
Create a stretch of type "semi-expanded".- Returns:
- Stretch created.
-
extra_expanded
Create a stretch of type "extra-expanded".- Returns:
- Stretch created.
-
ultra_expanded
Create a stretch of type "ultra-expanded".- Returns:
- Stretch created.
-
getPercentage
public double getPercentage()Get the percentage of stretch.- Returns:
- Stretch percentage.
-
toString
-