Package com.adobe.fontengine.font
Class UnderlineMetrics
- java.lang.Object
-
- com.adobe.fontengine.font.UnderlineMetrics
-
public final class UnderlineMetrics extends java.lang.Object
The metrics for underlining.Synchronization
These objects are immutable.
-
-
Constructor Summary
Constructors Constructor Description UnderlineMetrics(double position, double thickness)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
UnderlineMetrics
toDesignSpace(double unitsPerEmX, double unitsPerEmY)
UnderlineMetrics
toEmSpace(double unitsPerEmX, double unitsPerEmY)
java.lang.String
toString()
-
-
-
Method Detail
-
toEmSpace
public UnderlineMetrics toEmSpace(double unitsPerEmX, double unitsPerEmY)
-
toDesignSpace
public UnderlineMetrics toDesignSpace(double unitsPerEmX, double unitsPerEmY)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-