Module java.desktop
Package java.awt.font

Class LayoutPath

java.lang.Object
java.awt.font.LayoutPath

public abstract class LayoutPath extends Object
LayoutPath provides a mapping between locations relative to the baseline and points in user space. Locations consist of an advance along the baseline, and an offset perpendicular to the baseline at the advance. Positive values along the perpendicular are in the direction that is 90 degrees clockwise from the baseline vector. Locations are represented as a Point2D, where x is the advance and y is the offset.
Since:
1.6