Class FontSizeRule
java.lang.Object
com.github.weisj.darklaf.theme.info.FontSizeRule
- All Implemented Interfaces:
Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFontSizeRule(FontSizePreset preset)protectedFontSizeRule(FontSizeRule.AdjustmentType type, float relativeAdjustment) -
Method Summary
Modifier and TypeMethodDescriptionfloatadjustFontSize(float size)booleanstatic FontSizeRulefromPreset(FontSizePreset preset)static FontSizeRuleintgetType()inthashCode()static FontSizeRulerelativeAdjustment(float percent)static FontSizeRulerelativeAdjustment(int percent)toString()
-
Constructor Details
-
FontSizeRule
-
FontSizeRule
-
-
Method Details
-
getPreset
-
getDefault
-
fromPreset
-
relativeAdjustment
-
relativeAdjustment
-
adjustFontSize
public float adjustFontSize(float size) -
getType
-
toString
-
getPercentage
public int getPercentage() -
equals
-
hashCode
public int hashCode()
-