API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.font. LayoutPath View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      LayoutPath
Implements
Subclasses
Description
publicabstract abstract class LayoutPath
  LayoutPath provides a mapping between locations relative to the baseline and points in user space.
See also:   
Constructors
public LayoutPath ()
Methods
Hide/Show inherited methods
publicabstract void pathToPoint (Point2D location, boolean preceding, Point2D point)
  Convert a location relative to the path to a point in user coordinates.
publicabstract boolean pointToPath (Point2D point, Point2D location)
  Convert a point in user space to a location relative to the path.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar