Package com.storedobject.chart
Class Font.Weight
java.lang.Object
com.storedobject.chart.Font.Weight
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Font.Weight
Bold font-weight.static final Font.Weight
Bolder font-weight.static final Font.Weight
Lighter font-weight.static final Font.Weight
Normal font-weight. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NORMAL
Normal font-weight. -
BOLD
Bold font-weight. -
BOLDER
Bolder font-weight. -
LIGHTER
Lighter font-weight.
-
-
Constructor Details
-
Weight
public Weight(int weight) Constructor.- Parameters:
weight
- Weight (Typically 1, 2, 3 etc. or 100, 200, 300 etc.)
-
-
Method Details
-
toString
-